Skip to content

Commit e9fbb16

Browse files
committed
update: standardize container metadata labels
- Update nginx and zabbix container labels for consistency - Fix typo in zabbix description (myqsl -> mysql) - Standardize source URLs and add missing metadata fields
1 parent 6acc2cd commit e9fbb16

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

config/nginx/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ FROM alpine:edge
33
LABEL org.opencontainers.image.authors="Dmitry Verkhoturov <[email protected]>" \
44
org.opencontainers.image.description="nginx with brotli installed and running as non-root user, with reload for cert renewal once in six hours" \
55
org.opencontainers.image.documentation="https://github.com/paskal/bitrix.infra" \
6-
org.opencontainers.image.source="https://github.com/paskal/bitrix.infra.git" \
7-
org.opencontainers.image.title="nginx"
6+
org.opencontainers.image.source="https://github.com/paskal/bitrix.infra" \
7+
org.opencontainers.image.title="bitrix-nginx" \
8+
org.opencontainers.image.vendor="Dmitry Verkhoturov"
89

910
# for shadow package
1011
RUN echo https://dl-2.alpinelinux.org/alpine/edge/community/ >> /etc/apk/repositories

config/zabbix/Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
FROM zabbix/zabbix-agent2:latest
22

33
LABEL org.opencontainers.image.authors="Dmitry Verkhoturov <[email protected]>" \
4-
org.opencontainers.image.description="Zabbix Agent 2 with installed myqsl-client" \
5-
org.opencontainers.image.source="https://github.com/paskal/bitrix.infra.git"
4+
org.opencontainers.image.description="Zabbix Agent 2 with installed mysql-client" \
5+
org.opencontainers.image.documentation="https://github.com/paskal/bitrix.infra" \
6+
org.opencontainers.image.source="https://github.com/paskal/bitrix.infra" \
7+
org.opencontainers.image.title="bitrix-zabbix-agent2" \
8+
org.opencontainers.image.vendor="Dmitry Verkhoturov"
69

710
USER 0
811

0 commit comments

Comments
 (0)