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 84d3b34 commit 538f3e2Copy full SHA for 538f3e2
base/Dockerfile
@@ -7,6 +7,9 @@ WORKDIR /root
7
8
ENV JENKINS_HOME /home/jenkins
9
10
+# Set storage driver for podman
11
+ENV STORAGE_DRIVER vfs
12
+
13
# Install utils
14
RUN apt-get update && \
15
apt-get install -y --no-install-recommends \
@@ -155,4 +158,4 @@ RUN apt-get clean && \
155
158
WORKDIR /home/jenkins
156
159
157
160
# Default command
-ENTRYPOINT ["/bin/bash"]
161
+ENTRYPOINT ["/bin/bash"]
0 commit comments