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 c16e7b6 commit 08a8421Copy full SHA for 08a8421
tests/integration/Dockerfile
@@ -22,7 +22,7 @@ RUN mkdir -p /licenses
22
RUN curl -sL https://raw.githubusercontent.com/${LICENSE_REPO}/refs/heads/${LICENSE_REF}/LICENSE -o /licenses/LICENSE
23
24
FROM registry.access.redhat.com/ubi8/go-toolset:1.21.13-1.1727869850
25
-
+USER root
26
WORKDIR /registry-test
27
28
COPY . .
@@ -37,4 +37,5 @@ RUN /registry-test/build.sh
37
RUN mkdir -p /licenses
38
COPY --from=license /licenses/LICENSE /licenses/LICENSE
39
40
+USER 1001
41
CMD /registry-test/devfile-registry-integration
0 commit comments