Skip to content

Commit

Permalink
Upgrade to 27.4.0 (canonical#198)
Browse files Browse the repository at this point in the history
Signed-off-by: Lincoln Wallace <[email protected]>
  • Loading branch information
locnnil authored Dec 19, 2024
1 parent bd0f133 commit a53ec76
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: docker
#title: Docker
version: '27.2.0'
version: '27.4.0'
summary: Docker container runtime
description: |
Build and run container images with Docker.
Expand Down Expand Up @@ -165,7 +165,7 @@ parts:
engine:
plugin: make
source: https://github.com/moby/moby.git
source-tag: v27.2.0
source-tag: v27.4.0
source-depth: 1
override-build: |
$CRAFT_STAGE/patches/patch.sh
Expand All @@ -188,8 +188,8 @@ parts:
install -T bundles/dynbinary-daemon/dockerd "$CRAFT_PART_INSTALL/bin/dockerd"
# install docker-proxy previously provided by libnetwork part
install -T bundles/dynbinary-daemon/docker-proxy "$CRAFT_PART_INSTALL/bin/docker-proxy"
# https://github.com/moby/moby/blob/v27.2.0/Dockerfile#L3 (Docker-supported Go version for Engine)
build-snaps: &go ['go/1.21/stable']
# https://github.com/moby/moby/blob/v27.4.0/Dockerfile#L3 (Docker-supported Go version for Engine)
build-snaps: &go ['go/1.22/stable']
# we get weird behavior if we mix/match Go versions throughout this one snapcraft.yml, so we use a YAML reference here to ensure we're always consistent throughout
after: [wrapper-scripts]
build-packages:
Expand All @@ -212,8 +212,8 @@ parts:
containerd:
plugin: make
source: https://github.com/containerd/containerd.git
# from https://github.com/moby/moby/blob/v27.2.0/Dockerfile#L199
source-tag: v1.7.21
# from https://github.com/moby/moby/blob/v27.4.0/Dockerfile#L199
source-tag: v1.7.24
source-depth: 1
override-build: |
make GIT_COMMIT= GIT_BRANCH= LDFLAGS=
Expand All @@ -229,8 +229,8 @@ parts:
runc:
plugin: make
source: https://github.com/opencontainers/runc.git
# from https://github.com/moby/moby/blob/v27.2.0/Dockerfile#L290
source-tag: v1.1.13
# from https://github.com/moby/moby/blob/v27.4.0/Dockerfile#L290
source-tag: v1.2.2
source-depth: 1
override-build: |
make BUILDTAGS='seccomp apparmor selinux' COMMIT=
Expand Down Expand Up @@ -292,7 +292,7 @@ parts:
plugin: cmake
source: https://github.com/krallin/tini.git
source-type: git
# from https://github.com/moby/moby/blob/v27.2.0/Dockerfile#L325
# from https://github.com/moby/moby/blob/v27.4.0/Dockerfile#L325
source-tag: v0.19.0
source-depth: 1
organize:
Expand All @@ -306,7 +306,7 @@ parts:
plugin: make
build-snaps: *go
source: https://github.com/docker/cli.git
source-tag: v27.2.0
source-tag: v27.4.0
source-depth: 1
override-build: |
# docker build specific environment variables
Expand All @@ -333,8 +333,8 @@ parts:
buildx:
plugin: nil
source: https://github.com/docker/buildx.git
# https://github.com/moby/moby/blob/v27.2.0/Dockerfile#L15
source-tag: v0.16.1
# https://github.com/moby/moby/blob/v27.4.0/Dockerfile#L15
source-tag: v0.18.0
source-depth: 1
override-build: |
export DESTDIR="$CRAFT_PART_INSTALL/usr/libexec/docker/cli-plugins"
Expand All @@ -347,8 +347,9 @@ parts:
compose-v2:
plugin: make
source: https://github.com/docker/compose.git
# https://github.com/docker/docker-ce-packaging/blob/master/common.mk
source-tag: v2.20.3
# https://github.com/docker/docker-ce-packaging/blob/master/common.mk // reference URL
# https://github.com/moby/moby/blob/v27.4.0/Dockerfile#L16 // Fetch from
source-tag: v2.30.3
source-depth: 1
override-build: |
make build
Expand Down

0 comments on commit a53ec76

Please sign in to comment.