Skip to content

Commit

Permalink
Upgrade to 27.5.0 (canonical#214)
Browse files Browse the repository at this point in the history
Signed-off-by: Lincoln Wallace <[email protected]>
  • Loading branch information
locnnil authored Jan 21, 2025
1 parent d588ea1 commit 5b5cf68
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: docker
version: '27.4.1'
version: '27.5.0'
summary: Docker container runtime
description: Refer to https://snapcraft.io/docker
license: (Apache-2.0 AND MIT AND GPL-2.0)
Expand All @@ -23,7 +23,7 @@ environment:
GIT_EXEC_PATH: "$SNAP/usr/lib/git-core"
GIT_TEMPLATE_DIR: "$SNAP/usr/share/git-core/templates"
# For nvidia support #
LD_LIBRARY_PATH: $SNAP/graphics/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}:${SNAP}/lib/:${SNAP}/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}:${SNAP}/usr/lib/:${SNAP}/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}
LD_LIBRARY_PATH: $SNAP/graphics/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}:${SNAP}/lib/:${SNAP}/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}:${SNAP}/usr/lib/:${SNAP}/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}
LIBGL_DRIVERS_PATH: $SNAP/graphics/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}/dri
LIBVA_DRIVERS_PATH: $SNAP/graphics/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}/dri
# nvidia-container-runtime can only set alternative config directory via XDG_CONFIG_HOME #
Expand Down Expand Up @@ -139,7 +139,7 @@ parts:
engine:
plugin: make
source: https://github.com/moby/moby.git
source-tag: v27.4.1
source-tag: v27.5.0
source-depth: 1
override-build: |
$CRAFT_STAGE/patches/patch.sh
Expand All @@ -162,7 +162,7 @@ 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.4.1/Dockerfile#L3 (Docker-supported Go version for Engine)
# https://github.com/moby/moby/blob/v27.5.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]
Expand All @@ -186,8 +186,8 @@ parts:
containerd:
plugin: make
source: https://github.com/containerd/containerd.git
# from https://github.com/moby/moby/blob/v27.4.1/Dockerfile#L199
source-tag: v1.7.24
# from https://github.com/moby/moby/blob/v27.5.0/Dockerfile#L199
source-tag: v1.7.25
source-depth: 1
override-build: |
make GIT_COMMIT= GIT_BRANCH= LDFLAGS=
Expand All @@ -203,8 +203,8 @@ parts:
runc:
plugin: make
source: https://github.com/opencontainers/runc.git
# from https://github.com/moby/moby/blob/v27.4.1/Dockerfile#L290
source-tag: v1.2.3
# from https://github.com/moby/moby/blob/v27.5.0/Dockerfile#L290
source-tag: v1.2.4
source-depth: 1
override-build: |
make BUILDTAGS='seccomp apparmor selinux' COMMIT=
Expand Down Expand Up @@ -266,7 +266,7 @@ parts:
plugin: cmake
source: https://github.com/krallin/tini.git
source-type: git
# from https://github.com/moby/moby/blob/v27.4.1/Dockerfile#L325
# from https://github.com/moby/moby/blob/v27.5.0/Dockerfile#L325
source-tag: v0.19.0
source-depth: 1
organize:
Expand Down Expand Up @@ -307,7 +307,7 @@ parts:
buildx:
plugin: nil
source: https://github.com/docker/buildx.git
# https://github.com/moby/moby/blob/v27.4.1/Dockerfile#L15
# https://github.com/moby/moby/blob/v27.5.0/Dockerfile#L15
source-tag: v0.18.0
source-depth: 1
override-build: |
Expand All @@ -322,7 +322,7 @@ parts:
plugin: make
source: https://github.com/docker/compose.git
# https://github.com/docker/docker-ce-packaging/blob/master/common.mk // reference URL
# https://github.com/moby/moby/blob/v27.4.1/Dockerfile#L16 // Fetch from
# https://github.com/moby/moby/blob/v27.5.0/Dockerfile#L16 // Fetch from
source-tag: v2.30.3
source-depth: 1
override-build: |
Expand Down

0 comments on commit 5b5cf68

Please sign in to comment.