File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ FROM alpine:edge
3
3
LABEL org.opencontainers.image.authors=
"Dmitry Verkhoturov <[email protected] >" \
4
4
org.opencontainers.image.description="nginx with brotli installed and running as non-root user, with reload for cert renewal once in six hours" \
5
5
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"
8
9
9
10
# for shadow package
10
11
RUN echo https://dl-2.alpinelinux.org/alpine/edge/community/ >> /etc/apk/repositories
Original file line number Diff line number Diff line change 1
1
FROM zabbix/zabbix-agent2:latest
2
2
3
3
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"
6
9
7
10
USER 0
8
11
You can’t perform that action at this time.
0 commit comments