]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
bootstrap: Use slim images for Debian
authorAndreas Schneider <asn@samba.org>
Fri, 8 Aug 2025 07:57:59 +0000 (09:57 +0200)
committerMartin Schwenke <martins@samba.org>
Wed, 10 Sep 2025 03:13:07 +0000 (03:13 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Wed Sep 10 03:13:07 UTC 2025 on atb-devel-224

.gitlab-ci-main.yml
bootstrap/config.py
bootstrap/generated-dists/debian11-32bit/Dockerfile
bootstrap/generated-dists/debian11/Dockerfile
bootstrap/generated-dists/debian12-32bit/Dockerfile
bootstrap/generated-dists/debian12/Dockerfile
bootstrap/sha1sum.txt

index 49e1e1792e8455de6c89f4793f0e866951e2525c..b6ba6fab20fc191adfa6df613cf81a0ff6935bf8 100644 (file)
@@ -47,7 +47,7 @@ variables:
   # Set this to the contents of bootstrap/sha1sum.txt
   # which is generated by bootstrap/template.py --render
   #
-  SAMBA_CI_CONTAINER_TAG: 3dc161f073e0f8ab1c8d5d59fef9e5e33630b51e
+  SAMBA_CI_CONTAINER_TAG: c881e62a14fbabdf014bb3653fffcff5a13e71cc
   #
   # We use the ubuntu2204 image as default as
   # it matches what we have on atb-devel-224
index b4f8f62287ea74aa7f13ad3a9b29da7691071912..3ef975c943fc5eb51081c818f4682a1ec46a8a7a 100644 (file)
@@ -453,7 +453,7 @@ end
 
 DEB_DISTS = {
     'debian11': {
-        'docker_image': 'debian:11',
+        'docker_image': 'debian:11-slim',
         'vagrant_box': 'debian/bullseye64',
         'replace': {
             'language-pack-en': '',   # included in locales
@@ -464,7 +464,7 @@ DEB_DISTS = {
         }
     },
     'debian11-32bit': {
-        'docker_image': 'debian:11',  # specify the platform in .gitlab-ci.yaml
+        'docker_image': 'debian:11-slim',  # specify the platform in .gitlab-ci.yaml
         'vagrant_box': 'debian/bullseye32',
         'replace': {
             'language-pack-en': '',   # included in locales
@@ -475,7 +475,7 @@ DEB_DISTS = {
         }
     },
     'debian12': {
-        'docker_image': 'debian:12',
+        'docker_image': 'debian:12-slim',
         'vagrant_box': 'debian/bookworm64',
         'replace': {
             'language-pack-en': '',   # included in locales
@@ -485,7 +485,7 @@ DEB_DISTS = {
         }
     },
     'debian12-32bit': {
-        'docker_image': 'registry-1.docker.io/i386/debian:12',
+        'docker_image': 'registry-1.docker.io/i386/debian:12-slim',
         'vagrant_box': 'debian/bookworm32',
         'replace': {
             'language-pack-en': '',   # included in locales
index 90a961f5345725cea6573b614fa04edc26c9f85c..09123a1ef862ecddc52687397b4e532a3dba55dd 100644 (file)
@@ -3,7 +3,7 @@
 # See also bootstrap/config.py
 #
 
-FROM debian:11
+FROM debian:11-slim
 
 # pass in with --build-arg while build
 ARG SHA1SUM
index 90a961f5345725cea6573b614fa04edc26c9f85c..09123a1ef862ecddc52687397b4e532a3dba55dd 100644 (file)
@@ -3,7 +3,7 @@
 # See also bootstrap/config.py
 #
 
-FROM debian:11
+FROM debian:11-slim
 
 # pass in with --build-arg while build
 ARG SHA1SUM
index fc72e14362432cbc603062775834388092101537..7b6be71269f220180bcc78188d10d75d2df138c0 100644 (file)
@@ -3,7 +3,7 @@
 # See also bootstrap/config.py
 #
 
-FROM registry-1.docker.io/i386/debian:12
+FROM registry-1.docker.io/i386/debian:12-slim
 
 # pass in with --build-arg while build
 ARG SHA1SUM
index 2b0e1401c737611907028529e0a42c85db33804e..1794e51d43dcbb6447185ce3c6e89eb4ca251790 100644 (file)
@@ -3,7 +3,7 @@
 # See also bootstrap/config.py
 #
 
-FROM debian:12
+FROM debian:12-slim
 
 # pass in with --build-arg while build
 ARG SHA1SUM
index f53be0c493555ba274dacf45f318f9e5dd90f462..eef678cad7c4313c63b5311f510820fcb208ccbe 100644 (file)
@@ -1 +1 @@
-0413fb9222b91edd0781452cb489b899bbe4b93a
+c881e62a14fbabdf014bb3653fffcff5a13e71cc