Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- name: url
value: https://github.com/openshift/boilerplate
- name: revision
value: a8a3172411f3f2b8848f64333843e028ef4b3ed1
value: dd27890d331492ff5bd0a044cb880eac9cb56ba9
- name: pathInRepo
value: pipelines/agentic-sdlc-check/pipeline.yaml
status: {}
2 changes: 1 addition & 1 deletion boilerplate/_data/last-boilerplate-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a8a3172411f3f2b8848f64333843e028ef4b3ed1
dd27890d331492ff5bd0a044cb880eac9cb56ba9
5 changes: 5 additions & 0 deletions boilerplate/openshift/golang-osd-e2e/.coderabbit.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions boilerplate/openshift/golang-osd-e2e/update

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 1 addition & 10 deletions boilerplate/openshift/golang-osd-operator/.coderabbit.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions boilerplate/openshift/golang-osd-operator/update

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY . .
RUN make go-build

####
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1788166357
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1789349365

ENV USER_UID=1001 \
USER_NAME=cloud-ingress-operator
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.olm-registry
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY ${SAAS_OPERATOR_DIR} manifests
RUN initializer --permissive

# ubi-micro does not work for clusters with fips enabled unless we make OpenSSL available
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1788166357
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1789349365

COPY --from=builder /bin/registry-server /bin/registry-server
COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe
Expand Down