Skip to content

Commit f134355

Browse files
committed
feat: add oci annotations
1 parent b9da99d commit f134355

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker-bake.hcl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,12 @@ target "push_ghcr" {
9898
"ghcr.io/${OWNER}/${FILE}:${TAG}",
9999
notequal("", VERSION) ? "ghcr.io/${OWNER}/${FILE}:${VERSION}" : "",
100100
]
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+
]
101109
}

0 commit comments

Comments
 (0)