Skip to content

Commit 538f3e2

Browse files
set driver to vfs
Signed-off-by: stoneshi-yunify <[email protected]>
1 parent 84d3b34 commit 538f3e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

base/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ WORKDIR /root
77

88
ENV JENKINS_HOME /home/jenkins
99

10+
# Set storage driver for podman
11+
ENV STORAGE_DRIVER vfs
12+
1013
# Install utils
1114
RUN apt-get update && \
1215
apt-get install -y --no-install-recommends \
@@ -155,4 +158,4 @@ RUN apt-get clean && \
155158
WORKDIR /home/jenkins
156159

157160
# Default command
158-
ENTRYPOINT ["/bin/bash"]
161+
ENTRYPOINT ["/bin/bash"]

0 commit comments

Comments
 (0)