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

chore(deps): update amazonlinux docker tag to v2.0.20241001.0 #572

Merged
merged 1 commit into from
Oct 8, 2024
Merged
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 anaconda-pkg-base/linux/defaults.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64

FROM amazonlinux:2.0.20240916.0@sha256:76f4ec44daeb3889e7d5c3d71c15b06e4b84b90da25b660ce2e47f65f8173c18 AS base-arm64
FROM amazonlinux:2.0.20241001.0@sha256:09edcbdd6712e5a52f9dc647b12c21ce1dc7677957ce1e99bac3871681f854a1 AS base-arm64

FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x

Expand Down
2 changes: 1 addition & 1 deletion anaconda-pkg-build/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG GCC_VER=11.2.0

FROM centos:7.9.2009@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 AS base-amd64

FROM amazonlinux:2.0.20240916.0@sha256:76f4ec44daeb3889e7d5c3d71c15b06e4b84b90da25b660ce2e47f65f8173c18 AS base-arm64
FROM amazonlinux:2.0.20241001.0@sha256:09edcbdd6712e5a52f9dc647b12c21ce1dc7677957ce1e99bac3871681f854a1 AS base-arm64

FROM clefos:7.7.1908@sha256:2bcecd8dcbee4e8cc4fcffff01e8db2d01d7967507c7e718a160fa29750fa4af AS base-s390x

Expand Down
2 changes: 1 addition & 1 deletion anaconda3/amazonlinux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazonlinux:2.0.20240916.0@sha256:76f4ec44daeb3889e7d5c3d71c15b06e4b84b90da25b660ce2e47f65f8173c18
FROM amazonlinux:2.0.20241001.0@sha256:09edcbdd6712e5a52f9dc647b12c21ce1dc7677957ce1e99bac3871681f854a1

ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
ENV PATH=/opt/conda/bin:$PATH
Expand Down
Loading