[elbe-devel] [PATCH 2/2] examples: x86_64-docker.xml: Update to bullseye

Bastian Germann bage at linutronix.de
Fri Jan 27 10:50:27 CET 2023


hashed_passwd should be demonstrated with a secure hash in the examples,
so move x86_64-docker.xml to bullseye, which has several secure crypt
methods. Convert the passwd to passwd_hashed with yescrypt.

Signed-off-by: Bastian Germann <bage at linutronix.de>
---
 examples/x86_64-docker.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/examples/x86_64-docker.xml b/examples/x86_64-docker.xml
index 81f526a290..58356d6d87 100644
--- a/examples/x86_64-docker.xml
+++ b/examples/x86_64-docker.xml
@@ -27,20 +27,21 @@ SPDX-FileCopyrightText: Linutronix GmbH
 			</options>
 			<url-list>
 				<url>
-					<binary>http://security.debian.org buster/updates main</binary>
-					<source>http://security.debian.org buster/updates main</source>
+					<binary>http://security.debian.org bullseye-security main</binary>
+					<source>http://security.debian.org bullseye-security main</source>
 					<options>
 						<option>check-date=no</option>
 					</options>
 				</url>
 			</url-list>
 		</mirror>
-		<suite>buster</suite>
+		<suite>bullseye</suite>
 	</project>
 	<target>
 		<hostname>debianmin</hostname>
 		<domain>docker</domain>
-		<passwd>docker</passwd>
+		<!-- passwd: docker -->
+		<passwd_hashed>$y$j9T$vxYbnNmUgGYkHejPoa.SZ.$i3FJSJM92B2qu44v2DYmuf7OAWRRAUTxN.0j00grS15</passwd_hashed>
 		<debootstrap>
 			<variant>minbase</variant>
 		</debootstrap>
-- 
2.30.2



More information about the elbe-devel mailing list