We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6757872 commit 768073dCopy full SHA for 768073d
Dockerfile
@@ -1,6 +1,6 @@
1
#
2
# Base image with defaults for all stages
3
-FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:e1c4703364c5cb58f5462575dc90345bcd934ddc45e6c32f9c162f2b5617681c AS base
+FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:a50731d3397a4ee28583f1699842183d4d24fadcc565c4688487af9ee4e13a44 AS base
4
5
COPY LICENSE /licenses/
6
@@ -52,7 +52,8 @@ COPY --from=ghcr.io/astral-sh/uv:0.7.3@sha256:87a04222b228501907f487b338ca6fc151
52
53
COPY Makefile ./
54
COPY --from=builder /opt/app-root /opt/app-root
55
-RUN uv sync --frozen
+RUN ls -la /opt/app-root/bin
56
+RUN uv sync --frozen --verbose
57
RUN make test
58
59
0 commit comments