Skip to content

Commit

Permalink
Update to 19.03.15
Browse files Browse the repository at this point in the history
(This reverts cf4a338.)
  • Loading branch information
tianon committed Feb 2, 2021
1 parent b1c3ce2 commit 35835c8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 303 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
sudo apt-get install -y snapcraft snapd
sudo snap refresh
# TODO remove this hack once https://github.com/snapcore/snapd/pull/9764 is in a released snapd (which we can "assumes:" on)
sudo snap install snapd --beta
# TODO remove this hack once https://github.com/snapcore/snapcraft/pull/3429 is in a released snapcraft update in 16.04
wget -O "$HOME/snapcraft-pip-fix.patch" 'https://github.com/snapcore/snapcraft/pull/3429.patch'
sudo patch --directory=/usr/lib/python3/dist-packages --input="$HOME/snapcraft-pip-fix.patch" --strip=1
Expand Down
291 changes: 0 additions & 291 deletions dockerd-patches/buildkit-apparmor.patch

This file was deleted.

24 changes: 12 additions & 12 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: docker
#title: Docker
version: '19.03.13'
version: '19.03.15'
summary: Docker container runtime
description: |
Build and run container images with Docker.
Expand All @@ -15,7 +15,7 @@ description: |
confinement: strict
grade: stable

assumes: [snapd2.40]
assumes: [snapd2.48]

passthrough:
license: (MIT AND Apache-2.0 AND GPL-2.0)
Expand Down Expand Up @@ -107,10 +107,10 @@ parts:

docker-cli:
plugin: make
# https://github.com/docker/cli/tree/v19.03.13/dockerfiles (Docker-supported Go version for CLI)
# https://github.com/docker/cli/tree/v19.03.15/dockerfiles (Docker-supported Go version for CLI)
build-snaps: ['go/1.13/stable']
source: https://github.com/docker/cli.git
source-tag: v19.03.13
source-tag: v19.03.15
override-build: |
# docker build specific environment variables
export VERSION=$SNAPCRAFT_PROJECT_VERSION
Expand All @@ -134,7 +134,7 @@ parts:
engine:
plugin: make
source: https://github.com/moby/moby.git
source-tag: v19.03.13
source-tag: v19.03.15
source-depth: 1
override-build: |
# docker build specific environment variables
Expand All @@ -155,7 +155,7 @@ parts:
install -d "$SNAPCRAFT_PART_INSTALL/bin"
install -T "$GOPATH/src/github.com/docker/docker/bundles/dynbinary-daemon/dockerd" "$SNAPCRAFT_PART_INSTALL/bin/dockerd"
# https://github.com/moby/moby/blob/v19.03.13/Dockerfile.simple (Docker-supported Go version for Engine)
# https://github.com/moby/moby/blob/v19.03.15/Dockerfile.simple (Docker-supported Go version for Engine)
build-snaps: ['go/1.13/stable']
after: [wrapper-scripts]
build-packages:
Expand Down Expand Up @@ -195,8 +195,8 @@ parts:
containerd:
plugin: make
source: https://github.com/containerd/containerd.git
# from : https://github.com/docker/docker-ce/blob/v19.03.13/components/engine/hack/dockerfile/install/containerd.installer
source-commit: 8fba4e9a7d01810a393d5d25a3621dc101981175
# from : https://github.com/docker/docker-ce/blob/v19.03.15/components/engine/hack/dockerfile/install/containerd.installer
source-commit: ea765aba0d05254012b0b9e595e995c09186427f
override-build: |
# setup the go build environment for containerd
. "$SNAPCRAFT_STAGE/bin/go-build-helper.sh"
Expand All @@ -216,7 +216,7 @@ parts:
runc:
plugin: make
source: https://github.com/opencontainers/runc.git
# from https://github.com/docker/docker-ce/blob/v19.03.13/components/engine/hack/dockerfile/install/runc.installer
# from https://github.com/docker/docker-ce/blob/v19.03.15/components/engine/hack/dockerfile/install/runc.installer
source-commit: dc9208a3303feef5b3839f4323d9beb36df0a9dd
override-build: |
# setup the go build environment for runc
Expand All @@ -237,8 +237,8 @@ parts:
libnetwork:
plugin: make
source: https://github.com/docker/libnetwork.git
# from https://github.com/docker/docker-ce/blob/v19.03.13/components/engine/hack/dockerfile/install/proxy.installer
source-commit: 026aabaa659832804b01754aaadd2c0f420c68b6
# from https://github.com/docker/docker-ce/blob/v19.03.15/components/engine/hack/dockerfile/install/proxy.installer
source-commit: 55e924b8a84231a065879156c0de95aefc5f5435
override-build: |
# setup the go build environment for libnetwork
. "$SNAPCRAFT_STAGE/bin/go-build-helper.sh"
Expand All @@ -259,7 +259,7 @@ parts:
plugin: cmake
source: https://github.com/krallin/tini.git
source-type: git
# from https://github.com/docker/docker-ce/blob/v19.03.13/components/engine/hack/dockerfile/install/tini.installer
# from https://github.com/docker/docker-ce/blob/v19.03.15/components/engine/hack/dockerfile/install/tini.installer
source-commit: fec3683b971d9c3ef73f284f176672c44b448662
organize:
'bin/tini-static': bin/docker-init
Expand Down

0 comments on commit 35835c8

Please sign in to comment.