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

docker-client/27.1.2 package update #64458

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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.2
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: a7fff574037af22bd0239e7e5601c312d9fe9c55e2b9cf5ddea86d5499a4de88
strip-components: 0

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