Skip to content

Commit d83e6cb

Browse files
committed
Added some more labels with meta-data
1 parent 53f09bf commit d83e6cb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ FROM ruby:3.2.8-slim-bookworm@sha256:b42a6ec7c24b0105241429d41cab49c5d6d57e5b0df
44

55
# We point to the original repository for the image
66
LABEL org.opencontainers.image.source=https://github.com/jonasbn/docker-cheatset
7+
LABEL org.opencontainers.image.title="cheatset"
8+
LABEL org.opencontainers.image.description="Docker encapsulation of the cheatset command for generating Docsets for the Dash.app "
9+
LABEL org.opencontainers.image.authors="jonasbn"
10+
LABEL org.opencontainers.image.licenses="MIT"
11+
LABEL org.opencontainers.image.url="https://github.com/jonasbn/docker-cheatset"
12+
LABEL org.opencontainers.image.documentation="https://github.com/jonasbn/docker-cheatset#readme"
13+
LABEL org.opencontainers.image.created="2025-05-21T12:00:00Z"
714

815
WORKDIR /usr/src/app
916

0 commit comments

Comments
 (0)