Skip to content

Commit a78a885

Browse files
committed
fuse-overlayfs v1.1.2
1 parent 83e0dbf commit a78a885

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ services:
66
script:
77
- docker build -t fuse-overlayfs -f ./Dockerfile.static.ubuntu .
88
- 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
910

1011
deploy:
1112
- provider: releases

Dockerfile.static.ubuntu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
FROM docker.io/ubuntu:rolling
33
WORKDIR /build
44
RUN apt-get update && \
@@ -7,7 +7,7 @@ RUN apt-get update && \
77

88
RUN apt-get update && \
99
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
1111

1212
RUN cd fuse-overlayfs && \
1313
sh autogen.sh && \

0 commit comments

Comments
 (0)