Skip to content
Merged
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
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ALT_REPO

FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a AS buildimg
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:186a94b76e386782f576c9c49813b16dceb2ba63102af5a28405dcefec2806d0 AS buildimg

RUN microdnf install -y --setopt=install_weak_deps=0 --setopt=tsflags=nodocs \
python312 python3.12-pip python3.12-devel libpq-devel gcc cargo rust zlib-devel gcc-c++ && \
Expand All @@ -16,7 +16,7 @@ RUN pip3.12 install --upgrade pip && \

# -------------
# runtime image
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a AS runtimeimg
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:186a94b76e386782f576c9c49813b16dceb2ba63102af5a28405dcefec2806d0 AS runtimeimg
ARG ALT_REPO
# support for alternative RPM name (in case not compatible version available in RHEL)
ARG PG_REPACK_RPM=pg_repack-1.5.1
Expand Down
4 changes: 2 additions & 2 deletions rpms.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ arches:
name: zlib
evr: 1.2.11-40.el9
module_metadata:
- url: https://cdn.redhat.com/content/dist/rhel9/9/x86_64/appstream/os/repodata/9a8a13a357ae6a6e8ba3afdbca49e3587f5cde9f07e32d7582840c72581b8566-modules.yaml.gz
- url: https://cdn.redhat.com/content/dist/rhel9/9/x86_64/appstream/os/repodata/1f5bdfd38fb983eaf0f39b0dfaf9f320d1d8fdd1225eb0b6e4c02705d2ad6a51-modules.yaml.gz
repoid: rhel-9-for-x86_64-appstream-rpms
size: 68115
checksum: sha256:9a8a13a357ae6a6e8ba3afdbca49e3587f5cde9f07e32d7582840c72581b8566
checksum: sha256:1f5bdfd38fb983eaf0f39b0dfaf9f320d1d8fdd1225eb0b6e4c02705d2ad6a51
Loading