1
Fork 0
mirror of https://github.com/Steffo99/emblematic.git synced 2024-10-16 06:07:26 +00:00

I'm not sure why this has a Dockerfile, but sure, why not

This commit is contained in:
Steffo 2023-11-19 04:09:54 +01:00
parent b86003ef21
commit 95939c0739
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -20,13 +20,8 @@ ENTRYPOINT ["poetry", "run", "python", "-m", "emblematic"]
CMD []
FROM entrypoint AS labels
# TODO: Set a Docker image title
LABEL org.opencontainers.image.title="emblematic"
# TODO: Set a Docker image decription
LABEL org.opencontainers.image.description="Simple icon generator"
# TODO: Set a Docker image license
LABEL org.opencontainers.image.description="Generate emblems from an icon and a background"
LABEL org.opencontainers.image.licenses="AGPL-3.0-or-later"
# TODO: Set a Docker image URL
LABEL org.opencontainers.image.url="https://github.com/Steffo99/emblematic/"
# TODO: Set the Docker image authors
LABEL org.opencontainers.image.authors="Stefano Pigozzi <me@steffo.eu>"