mirror of
https://github.com/Steffo99/emblematic.git
synced 2024-12-04 12:04:17 +00:00
I'm not sure why this has a Dockerfile, but sure, why not
This commit is contained in:
parent
b86003ef21
commit
95939c0739
1 changed files with 1 additions and 6 deletions
|
@ -20,13 +20,8 @@ ENTRYPOINT ["poetry", "run", "python", "-m", "emblematic"]
|
||||||
CMD []
|
CMD []
|
||||||
|
|
||||||
FROM entrypoint AS labels
|
FROM entrypoint AS labels
|
||||||
# TODO: Set a Docker image title
|
|
||||||
LABEL org.opencontainers.image.title="emblematic"
|
LABEL org.opencontainers.image.title="emblematic"
|
||||||
# TODO: Set a Docker image decription
|
LABEL org.opencontainers.image.description="Generate emblems from an icon and a background"
|
||||||
LABEL org.opencontainers.image.description="Simple icon generator"
|
|
||||||
# TODO: Set a Docker image license
|
|
||||||
LABEL org.opencontainers.image.licenses="AGPL-3.0-or-later"
|
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/"
|
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>"
|
LABEL org.opencontainers.image.authors="Stefano Pigozzi <me@steffo.eu>"
|
||||||
|
|
Loading…
Reference in a new issue