We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9da99d commit f134355Copy full SHA for f134355
docker-bake.hcl
@@ -98,4 +98,12 @@ target "push_ghcr" {
98
"ghcr.io/${OWNER}/${FILE}:${TAG}",
99
notequal("", VERSION) ? "ghcr.io/${OWNER}/${FILE}:${VERSION}" : "",
100
]
101
+
102
+ annotations = [
103
+ "index,manifest:org.opencontainers.image.licenses=MIT"
104
+ "index,manifest:org.opencontainers.image.authors=VisualOn GmbH <code@visualon.de>",
105
+ "index,manifest:org.opencontainers.image.source=https://github.com/nginx/nginx",
106
+ "index,manifest:org.opencontainers.image.version=${VERSION}",
107
+ "index,manifest:org.opencontainers.image.description=Alpine NGINX with additional modules and optimized settings",
108
+ ]
109
}
0 commit comments