Adding annotation/label to OCI container-image without creating the container first – Docker
For adding some annotations/labels to a image, we first have to create the container from the image, and then we can add some annotations/labels using buildah-config: buildah-config [options] containerID But this requires first creating a container from image, then adding…