Skip to content

Commit

Permalink
Merge pull request #207 from hpidcock/fix-build-jujud-operator
Browse files Browse the repository at this point in the history
chore: add copy for 24.04 to build-jujud-operator
  • Loading branch information
hpidcock authored Nov 12, 2024
2 parents 6aec7bd + 42650cc commit 00e77cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs/ci-run/scripts/snippet_setup_ecr_public.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ podman run --rm -v $XDG_RUNTIME_DIR/containers/auth.json:/auth.json quay.io/skop
podman run --rm -v $XDG_RUNTIME_DIR/containers/auth.json:/auth.json quay.io/skopeo/stable:latest copy --authfile /auth.json --all docker://public.ecr.aws/juju/charm-base:ubuntu-18.04 docker://public.ecr.aws/jujuqabot/build-${SHORT_GIT_COMMIT}/charm-base:ubuntu-18.04
podman run --rm -v $XDG_RUNTIME_DIR/containers/auth.json:/auth.json quay.io/skopeo/stable:latest copy --authfile /auth.json --all docker://public.ecr.aws/juju/charm-base:ubuntu-20.04 docker://public.ecr.aws/jujuqabot/build-${SHORT_GIT_COMMIT}/charm-base:ubuntu-20.04
podman run --rm -v $XDG_RUNTIME_DIR/containers/auth.json:/auth.json quay.io/skopeo/stable:latest copy --authfile /auth.json --all docker://public.ecr.aws/juju/charm-base:ubuntu-22.04 docker://public.ecr.aws/jujuqabot/build-${SHORT_GIT_COMMIT}/charm-base:ubuntu-22.04
podman run --rm -v $XDG_RUNTIME_DIR/containers/auth.json:/auth.json quay.io/skopeo/stable:latest copy --authfile /auth.json --all docker://public.ecr.aws/juju/charm-base:ubuntu-24.04 docker://public.ecr.aws/jujuqabot/build-${SHORT_GIT_COMMIT}/charm-base:ubuntu-24.04

0 comments on commit 00e77cd

Please sign in to comment.