mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 20:11:54 +00:00
* Add update config for universal-ctags * Add upstream monitoring for additional packages * Add context to disabled release checking * Fix s3proxy upstream * Remove todo * Bump package epochs * Revert gke-gcloud epoch bump * Revert changes for packages that fail builds * Fixup p4 packages * Remove syntect-server package This binary is built with Bazel now
41 lines
1.0 KiB
YAML
41 lines
1.0 KiB
YAML
package:
|
|
name: docker-client
|
|
version: 24.0.0
|
|
epoch: 3
|
|
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:
|
|
runtime:
|
|
|
|
environment:
|
|
contents:
|
|
repositories:
|
|
- https://packages.wolfi.dev/os
|
|
keyring:
|
|
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
|
|
packages:
|
|
- wolfi-base
|
|
- busybox
|
|
- ca-certificates-bundle
|
|
|
|
pipeline:
|
|
- uses: fetch
|
|
with:
|
|
uri: https://download.docker.com/linux/static/stable/x86_64/docker-${{package.version}}.tgz
|
|
expected-sha256: be1a3b2810171ec143b410f009d3859bdf780f3613ec848b69687ec7ef6c3952
|
|
strip-components: 0
|
|
- runs: |
|
|
mkdir -p ${{targets.destdir}}/usr/bin/
|
|
cp docker/docker ${{targets.destdir}}/usr/bin/
|
|
|
|
update:
|
|
enabled: true
|
|
release-monitor:
|
|
identifier: 11719 # https://release-monitoring.org/project/11719/
|