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
2 changes: 1 addition & 1 deletion image/postgres/konflux.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PG_VERSION=15
FROM registry.redhat.io/rhel8/postgresql-${PG_VERSION}:latest@sha256:5730444326464f2ed87279cc8f6369c056e59868701f1affa17e4689ebd8591f AS final
FROM registry.redhat.io/rhel8/postgresql-${PG_VERSION}:latest@sha256:6361cc5d749c2781932d8c188c2742e576547271f5fe60afe1fcd3341e323dcd AS final

USER root

Expand Down
2 changes: 1 addition & 1 deletion image/rhel/konflux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN mkdir -p image/rhel/docs/api/v1 && \
RUN make copy-go-binaries-to-image-dir


FROM registry.access.redhat.com/ubi9/nodejs-20:latest@sha256:578c10c98c23298c604dc1bab5e42c053f148b627d4548aba220c1a301c40a2a AS ui-builder
FROM registry.access.redhat.com/ubi9/nodejs-20:latest@sha256:89d87dcea82da3a550a467a72a86d79df45147c03d8ad743a56100738b6a42f4 AS ui-builder

WORKDIR /go/src/github.com/stackrox/rox/app

Expand Down
2 changes: 1 addition & 1 deletion scanner/image/db/konflux.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.redhat.io/rhel8/postgresql-15:latest@sha256:5730444326464f2ed87279cc8f6369c056e59868701f1affa17e4689ebd8591f
FROM registry.redhat.io/rhel8/postgresql-15:latest@sha256:6361cc5d749c2781932d8c188c2742e576547271f5fe60afe1fcd3341e323dcd

ARG BUILD_TAG
RUN if [[ "$BUILD_TAG" == "" ]]; then >&2 echo "error: required BUILD_TAG arg is unset"; exit 6; fi
Expand Down
Loading