Skip to content

Commit 80bb556

Browse files
committed
Fix example due to concurrent merges
1 parent 85df863 commit 80bb556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.test/example-commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jq -s '
121121
error("invalid descriptor size: " + .size)
122122
else . end
123123
| del(.annotations, .urls)
124-
| .annotations = {"org.opencontainers.image.source":"https://git.launchpad.net/cloud-images/+oci/ubuntu-base","org.opencontainers.image.revision":"e6e3490ad3f524ccaa072edafe525f8ca8ac5490","org.opencontainers.image.created":"2024-01-11T00:00:00Z","org.opencontainers.image.version":"22.04","org.opencontainers.image.url":"https://hub.docker.com/_/ubuntu","org.opencontainers.image.base.name":"scratch"}
124+
| .annotations = {"org.opencontainers.image.source":"https://git.launchpad.net/cloud-images/+oci/ubuntu-base","org.opencontainers.image.revision":"e6e3490ad3f524ccaa072edafe525f8ca8ac5490","org.opencontainers.image.created":"2024-01-11T00:00:00Z","org.opencontainers.image.version":"22.04","org.opencontainers.image.url":"https://hub.docker.com/_/ubuntu","com.docker.official-images.bashbrew.arch":"amd64","org.opencontainers.image.base.name":"scratch"}
125125
)
126126
' temp/index.json > temp/index.json.new
127127
mv temp/index.json.new temp/index.json

0 commit comments

Comments
 (0)