Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update registry.k8s.io/kustomize/kustomize Docker tag to v4.5.7 (cloud_hotfix_releases) - abandoned - autoclosed #6519

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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