# 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
DEB_DISTS = {
'debian11': {
- 'docker_image': 'debian:11',
+ 'docker_image': 'debian:11-slim',
'vagrant_box': 'debian/bullseye64',
'replace': {
'language-pack-en': '', # included in locales
}
},
'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
}
},
'debian12': {
- 'docker_image': 'debian:12',
+ 'docker_image': 'debian:12-slim',
'vagrant_box': 'debian/bookworm64',
'replace': {
'language-pack-en': '', # included in locales
}
},
'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