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 3968fc2 commit 772eadcCopy full SHA for 772eadc
Containerfile
@@ -24,4 +24,6 @@ FROM registry.access.redhat.com/ubi9/ubi-micro:latest
24
25
COPY --from=builder /app/fact /usr/local/bin
26
27
+COPY LICENSE-APACHE LICENSE-MIT LICENSE-GPL2 /licenses/
28
+
29
ENTRYPOINT ["fact"]
konflux.Containerfile
@@ -41,4 +41,6 @@ LABEL \
41
42
COPY --from=builder /app/target/release/fact /usr/local/bin
43
44
45
46
0 commit comments