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

docker-client/27.1.1 package update #64020

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.1
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: 118da6b8fc8e8b6c086ab0dd5e64ee549376c3a3f963723bbc9a46db475bf21f
strip-components: 0

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