Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build][FedRAMP]Update docker-base-bullseye to build from python:3.9.17-slim-bullseye #18484

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockers/docker-base-bullseye/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM {{ prefix }}multiarch/debian-debootstrap:armhf-bullseye
{% elif CONFIGURED_ARCH == "arm64" and (MULTIARCH_QEMU_ENVIRON == "y" or CROSS_BUILD_ENVIRON == "y") %}
FROM {{ prefix }}multiarch/debian-debootstrap:arm64-bullseye
{% else %}
FROM {{ prefix }}{{DOCKER_BASE_ARCH}}/debian:bullseye
FROM {{ prefix }}{{DOCKER_BASE_ARCH}}/python:3.9.17-slim-bullseye
{% endif %}

# Clean documentation in FROM image
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build-essential==12.9
ca-certificates==20210119
curl==7.74.0-1.3+deb11u11
iproute2==5.10.0-4
Expand All @@ -7,6 +8,8 @@ libatomic1==10.2.1-6
libbpf0==1:0.3-2
libbrotli1==1.0.9-2+b2
libbsd0==0.11.3-1+deb11u1
libc6==2.31-13+deb11u8
libc6-dev==2.31-13+deb11u8
libcap2==1:2.44-1
libcap2-bin==1:2.44-1
libcurl4==7.74.0-1.3+deb11u11
Expand All @@ -16,8 +19,8 @@ libelf1==0.183-1
libestr0==0.1.10-2.1+b1
libexpat1==2.2.10-2+deb11u5
libfastjson4==0.99.9-1
libgdbm-compat4==1.19-2
libgdbm6==1.19-2
libgdbm-compat4==1.19-2
libjansson4==2.13.1-1.1
libjemalloc2==5.2.1-3
libjq1==1.6-2.1
Expand All @@ -38,18 +41,19 @@ libperl5.32==5.32.1-4+deb11u2
libpgm-5.3-0==5.3.128~dfsg-2
libprocps8==2:3.3.17-5
libpsl5==0.21.0-1.2
libpython3-stdlib==3.9.2-3
libpython3.9-minimal==3.9.2-1
libpython3.9-stdlib==3.9.2-1
libpython3-stdlib==3.9.2-3
libreadline8==8.1-1
librtmp1==2.4+20151223.gitfa8646d.1-2+b2
libsasl2-2==2.1.27+dfsg-2.1+deb11u1
libsasl2-modules-db==2.1.27+dfsg-2.1+deb11u1
libsodium23==1.0.18-1
libsqlite3-0==3.34.1-3
libssh2-1==1.9.0-2
libssl-dev==1.1.1n-0+deb11u5+fips
libssl1.1==1.1.1n-0+deb11u5+fips
libssl-dev==1.1.1n-0+deb11u5+fips
libtinfo6==6.2+20201114-2+deb11u2
libwrap0==7.6.q-31
libxtables12==1.8.7-1
libzmq5==4.3.4-1
Expand All @@ -61,13 +65,13 @@ openssl==1.1.1n-0+deb11u5+fips
perl==5.32.1-4+deb11u2
perl-modules-5.32==5.32.1-4+deb11u2
procps==2:3.3.17-5
python-is-python3==3.9.2-1
python3==3.9.2-3
python3.9==3.9.2-1
python3.9-minimal==3.9.2-1
python3-distutils==3.9.2-1
python3-lib2to3==3.9.2-1
python3-minimal==3.9.2-3
python3.9==3.9.2-1
python3.9-minimal==3.9.2-1
python-is-python3==3.9.2-1
readline-common==8.1-1
redis-tools==5:6.0.16-1+deb11u2
rsyslog==8.2302.0-1~bpo11+1
Expand Down
Loading