Skip to content

Commit

Permalink
Adds more OCI labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoFara committed Jan 3, 2024
1 parent 8d20509 commit 50c8197
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
FROM php:8.1-apache-bullseye

LABEL org.opencontainers.image.source = "https://github.com/HugoFara/lwt"
LABEL org.opencontainers.image.title="LWT Community"
LABEL org.opencontainers.image.description="This image contains an image for LWT."
LABEL org.opencontainers.image.documentation="https://hugofara.github.io/lwt/docs/"
LABEL org.opencontainers.image.url="https://hugofara.github.io/lwt/"
LABEL org.opencontainers.image.author="HugoFara <[email protected]>"
LABEL org.opencontainers.image.license="Unlicense"
LABEL org.opencontainers.image.source="https://github.com/HugoFara/lwt"


# creating config file php.ini
Expand Down

0 comments on commit 50c8197

Please sign in to comment.