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
4 changes: 2 additions & 2 deletions qontract_api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Base image with defaults for all stages
FROM registry.access.redhat.com/ubi9-minimal@sha256:ecd4751c45e076b4e1e8d37ac0b1b9c7271930c094d1bcc5e6a4d6954c6b2289 AS base
FROM registry.access.redhat.com/ubi9-minimal@sha256:69f5c9886ecb19b23e88275a5cd904c47dd982dfa370fbbd0c356d7b1047ef68 AS base

COPY LICENSE /licenses/

Expand Down Expand Up @@ -36,7 +36,7 @@ WORKDIR ${APP_ROOT}/src
#
# Builder image
#
FROM registry.access.redhat.com/ubi9/python-312-minimal@sha256:ecacdd63283ed3083ddd33c02ab5112d4dbf1fbf2508317bf4d4f6d7d913d2f1 AS builder
FROM registry.access.redhat.com/ubi9/python-312-minimal@sha256:a39ba4d47416214b7e4b965fe8297bcb0319d6d32648560c73e796085f36dda5 AS builder
COPY --from=ghcr.io/astral-sh/uv:0.10.4@sha256:4cac394b6b72846f8a85a7a0e577c6d61d4e17fe2ccee65d9451a8b3c9efb4ac /uv /bin/uv

ENV APP_ROOT=/opt/app-root
Expand Down
2 changes: 1 addition & 1 deletion qontract_api_client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-312-minimal@sha256:ecacdd63283ed3083ddd33c02ab5112d4dbf1fbf2508317bf4d4f6d7d913d2f1 AS base
FROM registry.access.redhat.com/ubi9/python-312-minimal@sha256:a39ba4d47416214b7e4b965fe8297bcb0319d6d32648560c73e796085f36dda5 AS base
COPY --from=ghcr.io/astral-sh/uv:0.10.4@sha256:4cac394b6b72846f8a85a7a0e577c6d61d4e17fe2ccee65d9451a8b3c9efb4ac /uv /bin/uv

COPY LICENSE /licenses/
Expand Down
2 changes: 1 addition & 1 deletion qontract_utils/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-312-minimal@sha256:ecacdd63283ed3083ddd33c02ab5112d4dbf1fbf2508317bf4d4f6d7d913d2f1 AS base
FROM registry.access.redhat.com/ubi9/python-312-minimal@sha256:a39ba4d47416214b7e4b965fe8297bcb0319d6d32648560c73e796085f36dda5 AS base
COPY --from=ghcr.io/astral-sh/uv:0.10.4@sha256:4cac394b6b72846f8a85a7a0e577c6d61d4e17fe2ccee65d9451a8b3c9efb4ac /uv /bin/uv

COPY LICENSE /licenses/
Expand Down