Skip to content

Commit

Permalink
🔧 Added more labels and swapped '='s for ' 's
Browse files Browse the repository at this point in the history
  • Loading branch information
q1x authored Jan 9, 2025
1 parent 80e4649 commit 97f39c5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
FROM python:slim
LABEL org.opencontainers.image.source=https://github.com/retigra/ZabbixCI
LABEL org.opencontainers.image.description="Source control for Zabbix templates in Git"
LABEL org.opencontainers.image.licenses=AGPL
LABEL org.opencontainers.image.authors="info@retigra.nl"
LABEL org.opencontainers.image.source https://github.com/retigra/ZabbixCI
LABEL org.opencontainers.image.title "ZabbixCI"
LABEL org.opencontainers.image.description "Source control for Zabbix templates in Git"
LABEL org.opencontainers.image.documentation https://github.com/retigra/ZabbixCI/tree/main/docs
LABEL org.opencontainers.image.licenses AGPL
LABEL org.opencontainers.image.vendor "Retigra"
LABEL org.opencontainers.image.authors "info@retigra.nl"

RUN apt-get update && apt-get install -y git

Expand Down

0 comments on commit 97f39c5

Please sign in to comment.