Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
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: 26.1.4
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: a9cede81aa3337f310132c2c920dba2edc8d29b7d97065b63ba41cf47ae1ca4f
strip-components: 0

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