Skip to content

Commit 9bef45b

Browse files
committed
Update to 1.87
1 parent 4564f38 commit 9bef45b

4 files changed

+2609
-14
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ ARG SCRIPT_DEST_DIR=/usr/local/bin
5757

5858
# The id (either hash or alias) of the default commit to build:
5959

60-
ARG COMMIT_ID=v1.86
60+
ARG COMMIT_ID=v1.87
6161

6262
# Another example:
6363
# ARG COMMIT_ID=e0712f4
6464

6565
# The latest release of s3fs from the time of the above commit
6666

67-
ARG S3FS_VERSION=1.86
67+
ARG S3FS_VERSION=1.87
6868

6969
###################################
7070
###################################

README.md

+28-12
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This Dockerfile repackages the very old Ubuntu 18.04 bionic `.deb` file (current
66

77
## Download
88

9-
### [Download the resulting .deb file](https://media.githubusercontent.com/media/maresb/docker-build-s3fs/master/builds/s3fs_1.86+git-v1.86-2_amd64.deb) (rendered from [v1.86](https://github.com/s3fs-fuse/s3fs-fuse/tree/v1.86) release) and verify [your preferred checksum](#checksums).
9+
### [Download the resulting .deb file](https://media.githubusercontent.com/media/maresb/docker-build-s3fs/master/builds/s3fs_1.87+git-v1.87-2_amd64.deb) (rendered from [v1.87](https://github.com/s3fs-fuse/s3fs-fuse/tree/v1.87) release) and verify [your preferred checksum](#checksums).
1010

1111
## Links
1212

@@ -45,10 +45,10 @@ To render an untagged commit such as [e0712f4](https://github.com/s3fs-fuse/s3fs
4545
docker build -t build-s3fs --build-arg COMMIT_ID=e0712f4 --build-arg S3FS_VERSION=1.85 .
4646
```
4747

48-
or for a tagged commit such as a release version, for example [v1.86](https://github.com/s3fs-fuse/s3fs-fuse/tree/v1.86),
48+
or for a tagged commit such as a release version, for example [v1.87](https://github.com/s3fs-fuse/s3fs-fuse/tree/v1.87),
4949

5050
```
51-
docker build -t build-s3fs --build-arg COMMIT_ID=v1.86 --build-arg S3FS_VERSION=1.86 .
51+
docker build -t build-s3fs --build-arg COMMIT_ID=v1.87 --build-arg S3FS_VERSION=1.87 .
5252
```
5353

5454
The argument `S3FS_VERSION` should refer to the latest version number as of the commit specified under `COMMIT_ID`.
@@ -100,19 +100,35 @@ exact same content. However, by fixing a build-time, the `.deb` files produced
100100
by this container are reproducible. Thus I can provide a checksum which can be
101101
verified from the download, Docker Hub, and/or a build on your own computer.
102102

103-
### `s3fs_1.86+git-v1.86-2_amd64.deb` size and checksum
103+
### `s3fs_1.87+git-v1.87-2_amd64.deb` size and checksum
104104

105-
$ stat --printf="%s bytes\n" s3fs_1.86+git-v1.86-2_amd64.deb
106-
225252 bytes
105+
$ stat --printf="%s bytes\n" s3fs_1.87+git-v1.87-2_amd64.deb
106+
239628 bytes
107107

108-
$ md5sum s3fs_1.86+git-v1.86-2_amd64.deb
109-
7a3cf63bc18437926a1b686dfacf9c83 s3fs_1.86+git-v1.86-2_amd64.deb
108+
$ md5sum s3fs_1.87+git-v1.87-2_amd64.deb
109+
68a3dc87490699b730a3b02b6fb80af9 s3fs_1.87+git-v1.87-2_amd64.deb
110110

111-
$ sha256sum s3fs_1.86+git-v1.86-2_amd64.deb
112-
3291d3ee880b29848516d93d76d080fed5e8c5f471d8527e181964577a50dd80 s3fs_1.86+git-v1.86-2_amd64.deb
111+
$ sha256sum s3fs_1.87+git-v1.87-2_amd64.deb
112+
aeac5a1dbfdbf530d1ab07ca966f53046a79a8319830c1d5a9a5d53447d2588c s3fs_1.87+git-v1.87-2_amd64.deb
113113

114-
$ b2sum s3fs_1.86+git-v1.86-2_amd64.deb
115-
18f49400731e708ec8fff3170f0eeeef7bedc00995337f93f3575ba0773847d061215c47bf1d05fd6591928584172a8b49cee22a306b1ced7eff744c75a759ae s3fs_1.86+git-v1.86-2_amd64.deb
114+
$ b2sum s3fs_1.87+git-v1.87-2_amd64.deb
115+
b4fe476a584e516e2ff35b4aaedc23ac9bc10c0b761820745a1a8ea4656c581a11bb5634b2dff59685744e33408459c7e8e8695d349d8d4e919e6876f7056b7e s3fs_1.87+git-v1.87-2_amd64.deb
116+
117+
118+
### `s3fs` size and checksum
119+
120+
$ stat --printf="%s bytes\n" s3fs
121+
657704 bytes
122+
123+
$ md5sum s3fs
124+
e5e675c6041cb6c7a689877a7df2de61 s3fs
125+
126+
$ sha256sum s3fs
127+
dc2f8d53f789a36bfb5e4eec430d017a1a5d351412f120253a013fcfc409a034 s3fs
128+
129+
$ b2sum s3fs
130+
03b9d1362d2fe0fb4532f415e19434885be70cd897878e2039b95bda7398e92753d68559fe777f620c4b366dfb1db7195fd2bd32410f288e1b1d98d72fd35232 s3fs
131+
116132

117133
Originally I wanted to publish these checksums from Docker Hub. Indeed, they are pasted directly from the output of my `Dockerfile`. Unfortunately, [Docker Hub does not publish logs from automated builds](https://github.com/docker/hub-feedback/issues/1787), so that's not possible at this time. Please support [this issue](https://github.com/docker/hub-feedback/issues/1787) to improve the trustworthiness of automated Docker Hub builds.
118134

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:aeac5a1dbfdbf530d1ab07ca966f53046a79a8319830c1d5a9a5d53447d2588c
3+
size 239628

0 commit comments

Comments
 (0)