# Set this to the contents of bootstrap/sha1sum.txt
# which is generated by bootstrap/template.py --render
#
- SAMBA_CI_CONTAINER_TAG: c0e1131fbccc83ca191d64af7d29aab7ede1a129
+ SAMBA_CI_CONTAINER_TAG: 604d8f614b0e7eb59b995f4f7ff84a7cc2aa1f0d
#
# We use the ubuntu2204 image as default as
# it matches what we have on atb-devel-224
('libcups2-dev', 'cups-devel'),
('libpam0g-dev', 'pam-devel'),
('libgpgme11-dev', 'gpgme-devel'),
+ ('libcrypt-dev', 'libxcrypt-devel'),
# NOTE: Debian 8+ and Ubuntu 14.04+
('libgnutls28-dev', 'gnutls-devel'),
('gnutls-bin', 'gnutls-utils'),
('lsb-release', 'lsb-release'), # we need lsb_release to show info
('', 'rpcgen'), # required for test
# refer: https://fedoraproject.org/wiki/Changes/SunRPCRemoval
- ('', 'libtirpc-devel'), # for <rpc/rpc.h> header on fedora
+ ('libtirpc-dev', 'libtirpc-devel'), # for <rpc/rpc.h> header
('', 'rpcsvc-proto-devel'), # for <rpcsvc/rquota.h> header
('mawk', 'gawk'),
('shellcheck', 'ShellCheck'),
'docker_image': 'ubuntu:22.04',
'vagrant_box': 'ubuntu/jammy64',
'replace': {
+ 'libtirpc-dev': '',
},
},
'ubuntu2404': {