Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

docker-client/27.1.0 package update #63999

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions wolfi-packages/docker-client.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package:
name: docker-client
version: 24.0.0
epoch: 3
version: 27.1.0
epoch: 0
description: "Docker client binary - excludes container runtime"
target-architecture:
- x86_64
copyright:
- paths:
- "*"
- "*"
attestation: 'Copyright 2013-2018 Docker, Inc.'
license: 'Apache License, Version 2.0'
dependencies:
Expand All @@ -20,16 +20,17 @@ environment:
keyring:
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
packages:
- wolfi-base
- busybox
- ca-certificates-bundle
- wolfi-base

pipeline:
- uses: fetch
with:
uri: https://download.docker.com/linux/static/stable/x86_64/docker-${{package.version}}.tgz
expected-sha256: be1a3b2810171ec143b410f009d3859bdf780f3613ec848b69687ec7ef6c3952
expected-sha256: bc4c2d3ebbfdad92d64eb95a9d77ebe4afcbb9acdfd052cea7e74a71767ba727
strip-components: 0

- runs: |
mkdir -p ${{targets.destdir}}/usr/bin/
cp docker/docker ${{targets.destdir}}/usr/bin/
Expand Down