File tree Expand file tree Collapse file tree 3 files changed +0
-38
lines changed
Expand file tree Collapse file tree 3 files changed +0
-38
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -272,12 +272,6 @@ set-manifest-pull-policy:
272272 $(info Updating kustomize pull policy file for default resource)
273273 sed -i' ' -e ' s@imagePullPolicy: .*@imagePullPolicy: ' " $( PULL_POLICY) " ' @' $(TARGET_RESOURCE )
274274
275- builder-image-promote-latest :
276- ./hack/ensure-env-variables.sh USERNAME PASSWORD
277- skopeo copy --src-creds=$(USERNAME ) :$(PASSWORD ) --dest-creds=$(USERNAME ) :$(PASSWORD ) \
278- docker://$(BUILDER_IMAGE ) :$(BUILDER_IMAGE_VERSION ) \
279- docker://$(BUILDER_IMAGE ) :latest
280-
281275# #@ Binary
282276# #########
283277# Binary #
Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ ARG KUBECTL_VERSION="v1.27.3"
4141ARG KUSTOMIZE_VERSION="v5.3.0"
4242# renovate: datasource=github-tags depName=aquasecurity/trivy
4343ARG TRIVY_VERSION="v0.48.3"
44- # renovate: datasource=github-tags depName=containers/skopeo
45- ARG SKOPEO_VERSION="v1.14.1"
4644# renovate: datasource=github-tags depName=kubernetes-sigs/controller-tools
4745ARG CONTROLLER_GEN_VERSION="v0.14.0"
4846
@@ -55,7 +53,6 @@ RUN apk add -U --no-cache \
5553 kind=~${KIND_VERSION#v} \
5654 kubectl=~${KUBECTL_VERSION#v} \
5755 kustomize=~${KUSTOMIZE_VERSION#v} \
58- skopeo=~${SKOPEO_VERSION#v} \
5956 trivy=~${TRIVY_VERSION#v}
6057
6158# Install Golang CI Lint
@@ -97,7 +94,6 @@ COPY --from=wolfi /usr/bin/helm /usr/bin/helm
9794COPY --from=wolfi /usr/bin/kubectl /usr/bin/kubectl
9895COPY --from=wolfi /usr/bin/kind /usr/bin/kind
9996COPY --from=wolfi /usr/bin/kustomize /usr/bin/kustomize
100- COPY --from=wolfi /usr/bin/skopeo /usr/bin/skopeo
10197COPY --from=wolfi /usr/bin/trivy /usr/bin/trivy
10298COPY --from=lychee /usr/bin/lychee /usr/bin/lychee
10399COPY --from=golangci /bin/golangci-lint /usr/local/bin
You can’t perform that action at this time.
0 commit comments