Skip to content

Commit

Permalink
update to use new image base for kuberlr
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Jul 19, 2024
1 parent 2daa947 commit b7d5798
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
ARG BCI_VERSION=15.6
ARG KUBERLR_VERSION="v2.0.0-rc.6"
FROM --platform=$BUILDPLATFORM mallardduck/rancher-kuberlr:${KUBERLR_VERSION} AS kuberlr
FROM --platform=$BUILDPLATFORM mallardduck/rancher-kuberlr-kubectl:v2.0.0-beta.2 AS kuberlr
FROM registry.suse.com/bci/bci-busybox:${BCI_VERSION} AS final

# Image that provides cross compilation tooling.
Expand Down

0 comments on commit b7d5798

Please sign in to comment.