Skip to content

Commit

Permalink
Add traefik airgap image tarball
Browse files Browse the repository at this point in the history
Note that we are not providing a core image without ingress-nginx;
anyone who wants to use traefik instead of ingress-nginx will need to
load the core tarball (with the ingress-nginx images) in addition to the
traefik tarball. We will continue to ship ingress-nginx in the core
tarball until it is no longer the default.

Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Jul 31, 2024
1 parent 16df38f commit e742dc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ xargs -n1 -t docker image pull --quiet << EOF >> build/images-core.txt
${REGISTRY}/rancher/mirrored-sig-storage-snapshot-validation-webhook:v6.2.2
EOF

xargs -n1 -t docker image pull --quiet << EOF > build/images-traefik.txt
${REGISTRY}/rancher/mirrored-library-traefik:2.10.7
EOF

xargs -n1 -t docker image pull --quiet << EOF > build/images-canal.txt
${REGISTRY}/rancher/hardened-calico:v3.28.0-build20240625
${REGISTRY}/rancher/hardened-flannel:v0.25.4-build20240610
Expand Down

0 comments on commit e742dc5

Please sign in to comment.