Skip to content

Commit

Permalink
Update registry.k8s.io/kustomize/kustomize Docker tag to v4.5.7
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] committed Jul 3, 2024
1 parent ab03251 commit fa9d1ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.assisted-service-build
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ COPY --from=golang /usr/bin/gotestsum /usr/bin/make /usr/bin/
COPY --from=golang /usr/local/go /usr/local/go
COPY --from=quay.io/openshift/origin-cli:latest /usr/bin/oc /usr/bin
COPY --from=quay.io/operator-framework/upstream-opm-builder:v1.16.1 /bin/opm /bin
COPY --from=registry.k8s.io/kustomize/kustomize:v4.3.0 /app/kustomize /usr/bin/
COPY --from=registry.k8s.io/kustomize/kustomize:v4.5.7 /app/kustomize /usr/bin/
COPY --from=quay.io/coreos/shellcheck-alpine:v0.5.0 /bin/shellcheck /usr/bin/shellcheck

RUN dnf install -y --enablerepo=crb \
Expand Down
2 changes: 1 addition & 1 deletion ci-images/Dockerfile.code-generation
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
# https://issues.redhat.com/browse/MGMT-12697
COPY --from=quay.io/goswagger/swagger:sha-5d0a00d /usr/bin/swagger /usr/bin/goswagger

COPY --from=registry.k8s.io/kustomize/kustomize:v4.3.0 /app/kustomize /usr/bin/
COPY --from=registry.k8s.io/kustomize/kustomize:v4.5.7 /app/kustomize /usr/bin/

RUN cd / && /assisted-service/hack/setup_env.sh spectral && \
/assisted-service/hack/setup_env.sh jq && \
Expand Down
2 changes: 1 addition & 1 deletion ci-images/Dockerfile.subsystem
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM base

COPY --from=quay.io/openshift/origin-cli:latest /usr/bin/oc /usr/bin/kubectl /usr/bin/
COPY --from=registry.k8s.io/kustomize/kustomize:v4.3.0 /app/kustomize /usr/bin/
COPY --from=registry.k8s.io/kustomize/kustomize:v4.5.7 /app/kustomize /usr/bin/

RUN dnf install -y openssl

Expand Down

0 comments on commit fa9d1ef

Please sign in to comment.