curl-container icon indicating copy to clipboard operation
curl-container copied to clipboard

fix labels

Open xquery opened this issue 1 year ago • 2 comments

various labels are not getting set properly on release images

xquery avatar Jun 08 '23 07:06 xquery

https://github.com/curl/curl-docker/pull/68/files

xquery avatar Jun 10 '23 04:06 xquery

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

xquery avatar Mar 27 '24 11:03 xquery