File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ WORKDIR ${APP_ROOT}/src
2626# Builder image
2727#
2828FROM registry.access.redhat.com/ubi9/python-312@sha256:f17b0788b7eff1683ff8ba7c6a17b907648753d489e8d7d3975eaf6c41644287 AS builder
29- COPY --from=ghcr.io/astral-sh/uv:0.9.6 @sha256:4b96ee9429583983fd172c33a02ecac5242d63fb46bc27804748e38c1cc9ad0d /uv /bin/uv
29+ COPY --from=ghcr.io/astral-sh/uv:0.9.7 @sha256:ba4857bf2a068e9bc0e64eed8563b065908a4cd6bfb66b531a9c424c8e25e142 /uv /bin/uv
3030ENV \
3131 # use venv from ubi image
3232 UV_PROJECT_ENVIRONMENT=${APP_ROOT} \
@@ -44,7 +44,7 @@ RUN cd packages/automated_actions && uv sync --frozen --no-group dev --verbose
4444# Test image
4545#
4646FROM base AS test
47- COPY --from=ghcr.io/astral-sh/uv:0.9.6 @sha256:4b96ee9429583983fd172c33a02ecac5242d63fb46bc27804748e38c1cc9ad0d /uv /bin/uv
47+ COPY --from=ghcr.io/astral-sh/uv:0.9.7 @sha256:ba4857bf2a068e9bc0e64eed8563b065908a4cd6bfb66b531a9c424c8e25e142 /uv /bin/uv
4848
4949COPY Makefile ./
5050COPY --from=builder /opt/app-root /opt/app-root
Original file line number Diff line number Diff line change 11FROM registry.access.redhat.com/ubi9/python-312@sha256:f17b0788b7eff1683ff8ba7c6a17b907648753d489e8d7d3975eaf6c41644287 AS base
2- COPY --from=ghcr.io/astral-sh/uv:0.9.6 @sha256:4b96ee9429583983fd172c33a02ecac5242d63fb46bc27804748e38c1cc9ad0d /uv /bin/uv
2+ COPY --from=ghcr.io/astral-sh/uv:0.9.7 @sha256:ba4857bf2a068e9bc0e64eed8563b065908a4cd6bfb66b531a9c424c8e25e142 /uv /bin/uv
33
44COPY LICENSE /licenses/
55
Original file line number Diff line number Diff line change 11FROM registry.access.redhat.com/ubi9/python-312@sha256:f17b0788b7eff1683ff8ba7c6a17b907648753d489e8d7d3975eaf6c41644287 AS base
2- COPY --from=ghcr.io/astral-sh/uv:0.9.6 @sha256:4b96ee9429583983fd172c33a02ecac5242d63fb46bc27804748e38c1cc9ad0d /uv /bin/uv
2+ COPY --from=ghcr.io/astral-sh/uv:0.9.7 @sha256:ba4857bf2a068e9bc0e64eed8563b065908a4cd6bfb66b531a9c424c8e25e142 /uv /bin/uv
33
44COPY LICENSE /licenses/
55
Original file line number Diff line number Diff line change 11#
22# Base image with defaults for all stages
33FROM registry.access.redhat.com/ubi9-minimal@sha256:34880b64c07f28f64d95737f82f891516de9a3b43583f39970f7bf8e4cfa48b7 AS base
4- COPY --from=ghcr.io/astral-sh/uv:0.9.6 @sha256:4b96ee9429583983fd172c33a02ecac5242d63fb46bc27804748e38c1cc9ad0d /uv /bin/uv
4+ COPY --from=ghcr.io/astral-sh/uv:0.9.7 @sha256:ba4857bf2a068e9bc0e64eed8563b065908a4cd6bfb66b531a9c424c8e25e142 /uv /bin/uv
55
66COPY LICENSE /licenses/
77
@@ -26,7 +26,7 @@ WORKDIR ${APP_ROOT}/src
2626# Builder image
2727#
2828FROM registry.access.redhat.com/ubi9/python-312@sha256:f17b0788b7eff1683ff8ba7c6a17b907648753d489e8d7d3975eaf6c41644287 AS builder
29- COPY --from=ghcr.io/astral-sh/uv:0.9.6 @sha256:4b96ee9429583983fd172c33a02ecac5242d63fb46bc27804748e38c1cc9ad0d /uv /bin/uv
29+ COPY --from=ghcr.io/astral-sh/uv:0.9.7 @sha256:ba4857bf2a068e9bc0e64eed8563b065908a4cd6bfb66b531a9c424c8e25e142 /uv /bin/uv
3030
3131ENV \
3232 # use venv from ubi image
Original file line number Diff line number Diff line change 11FROM registry.access.redhat.com/ubi9-minimal@sha256 :34880b64c07f28f64d95737f82f891516de9a3b43583f39970f7bf8e4cfa48b7 AS base
2- COPY --from =openpolicyagent/opa:1.9 .0 -static@sha256 :60b6af32b58377718546ac7d4634eecbfe50ec36f7d3ca3f8ebf515f9826c2ac /opa /opa
2+ COPY --from =openpolicyagent/opa:1.10 .0 -static@sha256 :32f1544858be83d51ba15838ba0fca19235e260a4fb46b52fe3c977f6a131e40 /opa /opa
33
44ENV PATH =${PATH}:/
55USER 1000 :1000
You can’t perform that action at this time.
0 commit comments