Skip to content

Commit

Permalink
ci: sync a fixed alpine version to use in future (#599)
Browse files Browse the repository at this point in the history
We have been using alpine:edge which is a moving target leading to
unpredictable breakages. Let's move to numbered releases.

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
  • Loading branch information
rchincha authored Mar 14, 2024
1 parent 0bde03a commit 63b67b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-3rdparty-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Tag and push to ghcr
run: |
set -e
for n in ubuntu:latest alpine:edge centos:latest busybox:latest; do
for n in ubuntu:latest alpine:edge alpine:3.19 centos:latest busybox:latest; do
dest="ghcr.io/${{ github.repository_owner }}/$n"
docker trust inspect "$n"
docker pull $n
Expand Down

0 comments on commit 63b67b9

Please sign in to comment.