File tree Expand file tree Collapse file tree 3 files changed +545
-4
lines changed
Expand file tree Collapse file tree 3 files changed +545
-4
lines changed Original file line number Diff line number Diff line change 33build :
44 build-stratergy : Dockerfile
55 registry : quay.io
6- custom-tag : latest
76 registry-org : operate-first
87 registry-project : opf-toolbox
98 registry-secret : operate-first-pusher-secret
9+ custom-tag : latest
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ARG HELM_SECRETS_VERSION="3.4.1"
1717ARG CONFTEST_VERSION="0.21.0"
1818ARG YQ_VERSION="v4.6.1"
1919ARG OPA_VERSION="0.31.0"
20- ARG OPFCLI_VERSION="v0.2 .0"
20+ ARG OPFCLI_VERSION="v0.3 .0"
2121ARG KUBEVAL_VERSION="v0.16.1"
2222ARG OKD_RELEASE="4.8.0-0.okd-2021-11-14-052418"
2323
@@ -33,11 +33,15 @@ LABEL maintainer="Operate First" \
3333 version.ksops="${KSOPS_VERSION}" \
3434 version.sops="${SOPS_VERSION}"
3535
36+ COPY ./labels.yaml /gen-source/labels.yaml
37+
38+ ADD ./labels.yaml /etc/config/labels.yaml
39+
3640# Copy ksops, kustomize, labels_sync and peribolos from builders
3741COPY --from=ksops-builder /go/bin/kustomize /usr/local/bin/kustomize
3842COPY --from=ksops-builder /go/src/github.com/viaduct-ai/kustomize-sops/* $KUSTOMIZE_PLUGIN_PATH/viaduct.ai/v1/ksops/
39- COPY --from=labels-sync-builder /app/label_sync/app.binary /usr/bin/labels_sync
40- COPY --from=peribolos-builder /app/prow/cmd/ peribolos/app.binary /usr/bin/peribolos
43+ COPY --from=labels-sync-builder /ko- app/label_sync /usr/bin/labels_sync
44+ COPY --from=peribolos-builder /ko- app/peribolos /usr/bin/peribolos
4145
4246# Install additional dependecies and tools
4347RUN dnf install -y openssl make npm pre-commit \
You can’t perform that action at this time.
0 commit comments