You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This includes dropping "snappy-socket-group.patch" (thanks to moby/moby#38126, which will shell out to "getent group docker" if the "/etc/group" lookup fails, which should DTRT for extrausers).
Copy file name to clipboardExpand all lines: snap/snapcraft.yaml
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: docker
2
-
version: "18.09.9"
2
+
version: "19.03.8"
3
3
summary: Docker Linux container runtime
4
4
description: Docker complements kernel namespacing with a high-level API which operates at the process level. It runs unix processes with strong guarantees of isolation and repeatability across servers.
5
5
@@ -96,7 +96,7 @@ parts:
96
96
plugin: make
97
97
build-snaps: ["go"]
98
98
source: https://github.com/docker/cli.git
99
-
source-tag: v18.09.9
99
+
source-tag: v19.03.8
100
100
override-build: |
101
101
# docker build specific environment variables
102
102
export VERSION=$SNAPCRAFT_PROJECT_VERSION
@@ -122,7 +122,7 @@ parts:
122
122
# docker's engine repo is a fork of github.com/moby/moby that helpfully
0 commit comments