Skip to content

Commit

Permalink
Replace k8s.gcr.io/kustomize/kustomize Docker tag with registry.k8s.i…
Browse files Browse the repository at this point in the history
…o/kustomize/kustomize
  • Loading branch information
renovate[bot] authored Jun 13, 2023
1 parent 14c0282 commit 78f1d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ COPY --chown=nobody --from=builder /tmp/kubesec/kubesec /usr/bin/kubesec
COPY --chown=nobody --from=builder /tmp/kubeaudit/kubeaudit /usr/bin/kubeaudit
COPY --chown=nobody --from=builder /tmp/kube-linter/kube-linter /usr/bin/kube-linter

COPY --chown=nobody --from=k8s.gcr.io/kustomize/kustomize:v4.5.5 /app/kustomize /usr/bin/kustomize
COPY --chown=nobody --from=registry.k8s.io/kustomize/kustomize:v4.5.5 /app/kustomize /usr/bin/kustomize
COPY --chown=nobody --from=ghcr.io/yannh/kubeconform:v0.4.14 /kubeconform /usr/bin/kubeconform
COPY --chown=nobody --from=zegl/kube-score:v1.14.0 /kube-score /usr/bin/kube-score

Expand Down

0 comments on commit 78f1d87

Please sign in to comment.