File tree 3 files changed +2
-8
lines changed
dogfood/contents/files/etc/docker
3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,6 @@ jobs:
361
361
file : scripts/Dockerfile.base
362
362
platforms : linux/amd64,linux/arm64,linux/arm/v7
363
363
provenance : true
364
- sbom : true
365
364
pull : true
366
365
no-cache : true
367
366
push : true
Original file line number Diff line number Diff line change 1
1
{
2
- "registry-mirrors" : [" https://mirror.gcr.io" ],
3
- "features" : {
4
- "containerd-snapshotter" : true
5
- }
2
+ "registry-mirrors" : [" https://mirror.gcr.io" ]
6
3
}
Original file line number Diff line number Diff line change 136
136
137
137
log " --- Building Docker image for $arch ($image_tag )"
138
138
139
- docker buildx build \
139
+ docker build \
140
140
--platform " $arch " \
141
141
--build-arg " BASE_IMAGE=$base_image " \
142
142
--build-arg " CODER_VERSION=$version " \
143
- --provenance true \
144
- --sbom true \
145
143
--no-cache \
146
144
--tag " $image_tag " \
147
145
-f Dockerfile \
You can’t perform that action at this time.
0 commit comments