Skip to content

Commit

Permalink
Merge pull request #2181 from AkihiroSuda/misc-20230414
Browse files Browse the repository at this point in the history
update nydus (2.2.0), kubo (0.19.1)
  • Loading branch information
ktock committed Apr 14, 2023
2 parents d3f2e0e + 883f00b commit b224b28
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ARG BUILDKIT_VERSION=v0.11.5
# Extra deps: Lazy-pulling
ARG STARGZ_SNAPSHOTTER_VERSION=v0.14.3
# Extra deps: Nydus Lazy-pulling
ARG NYDUS_VERSION=v2.1.4
ARG NYDUS_VERSION=v2.2.0
# Extra deps: Encryption
ARG IMGCRYPT_VERSION=v1.1.7
# Extra deps: Rootless
Expand All @@ -39,7 +39,7 @@ ARG BYPASS4NETNS_VERSION=v0.3.0
ARG FUSE_OVERLAYFS_VERSION=v1.11
ARG CONTAINERD_FUSE_OVERLAYFS_VERSION=v1.0.5
# Extra deps: IPFS
ARG KUBO_VERSION=v0.19.0
ARG KUBO_VERSION=v0.19.1
# Extra deps: Init
ARG TINI_VERSION=v0.19.0
# Extra deps: Debug
Expand Down
3 changes: 0 additions & 3 deletions Dockerfile.d/SHA256SUMS.d/kubo-v0.19.0

This file was deleted.

3 changes: 3 additions & 0 deletions Dockerfile.d/SHA256SUMS.d/kubo-v0.19.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# From https://github.com/ipfs/kubo/releases
a15b3ec9c83833b42e807de31a27cd48a42e0865512c3968120f3ab33507737e kubo_v0.19.1_linux-amd64.tar.gz
78d0705ebde17de3c04396ffe085de5f35cbc118c508749c2216443f3f6ba332 kubo_v0.19.1_linux-arm64.tar.gz
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ require (
github.com/containerd/typeurl/v2 v2.1.0
github.com/containernetworking/cni v1.1.2
github.com/containernetworking/plugins v1.2.0
github.com/coreos/go-iptables v0.6.0
github.com/coreos/go-systemd/v22 v22.5.0
github.com/cyphar/filepath-securejoin v0.2.3
github.com/docker/cli v23.0.3+incompatible
Expand Down Expand Up @@ -68,7 +69,6 @@ require (
github.com/containerd/ttrpc v1.2.1 // indirect
github.com/containerd/typeurl v1.0.3-0.20220422153119-7f6e6d160d67 // indirect
github.com/containers/ocicrypt v1.1.6 // indirect
github.com/coreos/go-iptables v0.6.0
github.com/distribution/distribution/v3 v3.0.0-20230214150026-36d8c594d7aa // indirect
github.com/djherbis/times v1.5.0 // indirect
github.com/docker/docker-credential-helpers v0.7.0 // indirect
Expand Down

0 comments on commit b224b28

Please sign in to comment.