summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-03-18 17:43:26 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-03-18 17:43:26 +0000
commit2704c23f734769efc787ac0b6afd832cbd30953c (patch)
tree16f74c3d8775009f05713768c1d1ee912dfdcea3
parentd5ffe93d2b4ba8e12a2a643e00caeb3ed51ad48e (diff)
downloadmeta-virtualization-2704c23f734769efc787ac0b6afd832cbd30953c.tar.gz
docker-distribution: update to v3.0.0
Bumping distribution to version v3.0.0-157-gbd213792, which comprises the following commits: 33240507 chore: fix typo in comment 33bb5f60 build(deps): bump docker/bake-action from 6 to 7 6b6081e3 build(deps): bump docker/setup-buildx-action from 3 to 4 d56f9dae build(deps): bump docker/metadata-action from 5 to 6 887c2272 build(deps): bump docker/login-action from 3 to 4 d1f8bd9c build(deps): bump github/codeql-action from 4.32.2 to 4.32.5 021b69d5 fix: nil-check scheduler in `proxyingRegistry.Close()` 2957c891 fix: set MD5 on GCS writer before first `Write` call in `putContent` fca6b9f8 build(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 eba1fb48 vendor: github.com/docker/go-events 605354379745 01a853e4 go.mod: remove outdated comment 2a52e901 vendor: github.com/go-jose/go-jose/v4 v4.1.3 3e841a3d vendor: github.com/spf13/cobra v1.10.2 10e0e8e4 vendor: github.com/bshuster-repo/logrus-logstash-hook v1.1.0 d2398c56 vendor: github.com/klauspost/compress v1.18.4 c4a0bd3f vendor: github.com/opencontainers/image-spec v1.1.1 f18b8d70 fix "prealloc" linting 775d3734 modernize code abc9debf vendor: github.com/docker/docker-credential-helpers v0.9.5 b4f2af3f fix: sync parent dir to ensure data is reliably stored 5ddf7898 use filepath instead of path 9b79cf51 vendor: golang.org/x/oauth2 v0.35.0 ae7c498d vendor: golang.org/x/time v0.14.0 87a9711c vendor: golang.org/x/crypto v0.48.0, golang.org/x/net v0.50.0 aebf0612 vendor: golang.org/x/text v0.34.0 3e3e1539 vendor: golang.org/x/sys v0.41.0 00464063 vendor: github.com/sirupsen/logrus v1.9.4 f5d656e6 drop support for go1.23 60d2cd5c update to go1.25.7, alpine 3.23 efd7ffb9 Dockerfile: update tonistiigi/xx v1.9.0 f5e1a893 update golangci-lint to v2.9 and fix linting issues 9e377670 build(deps): bump github/codeql-action from 4.31.10 to 4.32.2 abcf7ebe fix: prefer otel variables over hard coded service name 3658dc56 build(deps): bump actions/checkout from 6.0.1 to 6.0.2 a89f0a40 build(deps): bump github/codeql-action from 4.31.3 to 4.31.10 0db7f0ce fix(ci): Fix broken Azure e2e storage tests 31a63333 Add Cloudfleet Container Registry to adopters 33dab393 Expose `useFIPSEndpoint` for S3 75a14d4d Add boolean parsing util 1ad03da6 fix: Logging regression for manifest HEAD requests a260baf2 build(deps): bump actions/checkout from 6.0.0 to 6.0.1 b256f39b build(deps): bump actions/upload-artifact from 4.6.2 to 6.0.0 f1e4ae3d add return error when list object d2b3a1fe build(deps): bump actions/checkout from 5.0.1 to 6.0.0 f7d65991 build(deps): bump actions/checkout from 5 to 6 c7da31eb "should" -> "must" regarding redis eviction policy 64f4511a refactor: remove redundant variable declarations in for loops e0cb1712 build(deps): bump github/codeql-action from 4.30.9 to 4.31.3 ce3fa7fc Fix notification filtering to work with actions when mediatypes is empty f1323c5b fix(proxy): sanitize challenge URL logs using Redacted() 6f719029 build(deps): bump github/codeql-action from 4.30.8 to 4.30.9 edde36cd feat(registry): Make graceful shutdown test robust 2f1a51dc client: add Accept headers to Exists() HEAD b1c0fc55 Incorrect warning hint * Fix incorrect (old) warning hint 864a3212 build(deps): bump peter-evans/dockerhub-description from 4 to 5 8a5addfc Update the docs with correct information Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/docker-distribution/docker-distribution_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/docker-distribution/docker-distribution_git.bb b/recipes-containers/docker-distribution/docker-distribution_git.bb
index 168a5c89..be57482b 100644
--- a/recipes-containers/docker-distribution/docker-distribution_git.bb
+++ b/recipes-containers/docker-distribution/docker-distribution_git.bb
@@ -3,7 +3,7 @@ SUMMARY = "The Docker toolset to pack, ship, store, and deliver content"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
5 5
6SRCREV_distribution = "76fe6170526f0a1046c340c20b041a090d8dbfc9" 6SRCREV_distribution = "bd2137921581321923800d654f31436ccf61b36b"
7SRC_URI = "git://github.com/docker/distribution.git;branch=main;name=distribution;destsuffix=git/src/github.com/distribution/distribution/v3;protocol=https \ 7SRC_URI = "git://github.com/docker/distribution.git;branch=main;name=distribution;destsuffix=git/src/github.com/distribution/distribution/v3;protocol=https \
8 file://docker-registry.service \ 8 file://docker-registry.service \
9 file://0001-build-use-to-use-cross-go-compiler.patch \ 9 file://0001-build-use-to-use-cross-go-compiler.patch \
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/docker/distribution.git;branch=main;name=distributio
11 11
12PACKAGES =+ "docker-registry" 12PACKAGES =+ "docker-registry"
13 13
14PV = "v3.0.0" 14PV = "3.0.0"
15S = "${UNPACKDIR}/git/src/github.com/distribution/distribution/v3" 15S = "${UNPACKDIR}/git/src/github.com/distribution/distribution/v3"
16 16
17GO_IMPORT = "import" 17GO_IMPORT = "import"