curl-container
curl-container copied to clipboard
fix labels
various labels are not getting set properly on release images
https://github.com/curl/curl-docker/pull/68/files
current labels are
"Labels": {
"docker.cmd": "podman run -it quay.io/curl/:8.7.1",
"io.buildah.version": "1.23.1",
"maintainer": "James Fuller <[email protected]>",
"name": "curl-linux-amd64:8.7.1",
"org.opencontainers.image.description": "minimal image for curl",
"org.opencontainers.image.licenses": "MIT",
"org.opencontainers.image.source": "https://github.com/curl/curl-container",
"version": "8.7.1"
},
I see small error in docker.cmd will fix