Skip to content

Commit cc20e53

Browse files
bumping version of the opfcli binary to v0.3.0
1 parent 89bc048 commit cc20e53

File tree

3 files changed

+545
-4
lines changed

3 files changed

+545
-4
lines changed

.aicoe-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ check:
33
build:
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

Dockerfile

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARG HELM_SECRETS_VERSION="3.4.1"
1717
ARG CONFTEST_VERSION="0.21.0"
1818
ARG YQ_VERSION="v4.6.1"
1919
ARG OPA_VERSION="0.31.0"
20-
ARG OPFCLI_VERSION="v0.2.0"
20+
ARG OPFCLI_VERSION="v0.3.0"
2121
ARG KUBEVAL_VERSION="v0.16.1"
2222
ARG 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
3741
COPY --from=ksops-builder /go/bin/kustomize /usr/local/bin/kustomize
3842
COPY --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
4347
RUN dnf install -y openssl make npm pre-commit \

0 commit comments

Comments
 (0)