File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff 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
66LABEL 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
815WORKDIR /usr/src/app
916
You can’t perform that action at this time.
0 commit comments