File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,15 @@ SOURCE_DATE_EPOCH=1700741054 \
13
13
--annotation ' org.opencontainers.image.created=2023-11-23T12:04:14Z' \
14
14
--annotation ' org.opencontainers.image.version=24.0.7-cli' \
15
15
--annotation ' org.opencontainers.image.url=https://hub.docker.com/_/docker' \
16
+ --annotation ' com.docker.official-images.bashbrew.arch=amd64' \
16
17
--annotation ' org.opencontainers.image.base.name=alpine:3.18' \
17
18
--annotation ' org.opencontainers.image.base.digest=sha256:d695c3de6fcd8cfe3a6222b0358425d40adfd129a8a47c3416faff1a8aece389' \
18
19
--annotation ' manifest-descriptor:org.opencontainers.image.source=https://github.com/docker-library/docker.git#6d541d27b5dd12639e5a33a675ebca04d3837d74:24/cli' \
19
20
--annotation ' manifest-descriptor:org.opencontainers.image.revision=6d541d27b5dd12639e5a33a675ebca04d3837d74' \
20
21
--annotation ' manifest-descriptor:org.opencontainers.image.created=1970-01-01T00:00:00Z' \
21
22
--annotation ' manifest-descriptor:org.opencontainers.image.version=24.0.7-cli' \
22
23
--annotation ' manifest-descriptor:org.opencontainers.image.url=https://hub.docker.com/_/docker' \
24
+ --annotation ' manifest-descriptor:com.docker.official-images.bashbrew.arch=amd64' \
23
25
--annotation ' manifest-descriptor:org.opencontainers.image.base.name=alpine:3.18' \
24
26
--annotation ' manifest-descriptor:org.opencontainers.image.base.digest=sha256:d695c3de6fcd8cfe3a6222b0358425d40adfd129a8a47c3416faff1a8aece389' \
25
27
--tag ' docker:24.0.7-cli' \
Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ def build_annotations($buildUrl):
104
104
),
105
105
106
106
# TODO org.opencontainers.image.vendor ? (feels leaky to put "Docker Official Images" here when this is all otherwise mostly generic)
107
+
108
+ "com.docker.official-images.bashbrew.arch" : .build.arch ,
107
109
}
108
110
+ (
109
111
.source.arches [.build.arch ].lastStageFrom as $lastStageFrom
You can’t perform that action at this time.
0 commit comments