File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ services:
6
6
script :
7
7
- docker build -t fuse-overlayfs -f ./Dockerfile.static.ubuntu .
8
8
- docker run -it --rm -v $PWD/dist:/dist fuse-overlayfs cp fuse-overlayfs/fuse-overlayfs /dist/fuse-overlayfs.ubuntu
9
+ - dist/fuse-overlayfs.ubuntu --version
9
10
10
11
deploy :
11
12
- provider : releases
Original file line number Diff line number Diff line change 1
- # https://github.com/containers/fuse-overlayfs/blob/v1.0.0 /Dockerfile.static.ubuntu
1
+ # https://github.com/containers/fuse-overlayfs/blob/v1.1.2 /Dockerfile.static.ubuntu
2
2
FROM docker.io/ubuntu:rolling
3
3
WORKDIR /build
4
4
RUN apt-get update && \
@@ -7,7 +7,7 @@ RUN apt-get update && \
7
7
8
8
RUN apt-get update && \
9
9
apt-get install --no-install-recommends -y ca-certificates git && \
10
- git clone -b v1.0.0 --depth 1 https://github.com/containers/fuse-overlayfs
10
+ git clone -b v1.1.2 --depth 1 https://github.com/containers/fuse-overlayfs
11
11
12
12
RUN cd fuse-overlayfs && \
13
13
sh autogen.sh && \
You can’t perform that action at this time.
0 commit comments