Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 0b8e75b

Browse files
committed
Update to master branch
1 parent 98d7f8f commit 0b8e75b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include:
22
- project: "f5/nginx/kic/kic-pipelines"
33
file: "/include/ingress-operator.yml"
4-
ref: "chore/operator-pipeline-old"
4+
ref: "master"

Diff for: openshift.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-s -w -X main.versi
2020

2121
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
2222
WORKDIR /
23-
COPY --from=builder --chown=65532:65532 /workspace/manager .
23+
COPY --from=builder /workspace/manager .
2424
COPY config/crd/kic ./config/crd/kic
2525

2626
ENTRYPOINT ["/manager"]

0 commit comments

Comments
 (0)