Skip to content

Commit

Permalink
syslog-ng: move OCI labels to their proper place
Browse files Browse the repository at this point in the history
  • Loading branch information
OverOrion committed Oct 6, 2023
1 parent a2a81f8 commit 32849ff
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions syslog-ng/alpine.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@ FROM alpine:3.18 as apkbuilder
ARG PKG_TYPE=stable
ARG SNAPSHOT_VERSION

# https://github.com/opencontainers/image-spec/blob/main/annotations.md
LABEL maintainer="axoflow.io"
LABEL org.opencontainers.image.title="AxoSyslog"
LABEL org.opencontainers.image.description="A cloud-native distribution of syslog-ng by Axoflow"
LABEL org.opencontainers.image.authors="Axoflow"
LABEL org.opencontainers.image.vendor="Axoflow"
LABEL org.opencontainers.image.licenses="GPL-3.0-only"
LABEL org.opencontainers.image.source="https://github.com/axoflow/axosyslog-docker"
LABEL org.opencontainers.image.documentation="https://axoflow.com/docs/axosyslog/docs/"
LABEL org.opencontainers.image.url="https://axoflow.io/"

RUN apk add --update-cache \
alpine-conf \
alpine-sdk \
Expand Down Expand Up @@ -41,7 +30,18 @@ RUN mkdir packages \


FROM alpine:3.18
LABEL maintainer="László Várady <[email protected]>"

# https://github.com/opencontainers/image-spec/blob/main/annotations.md
LABEL maintainer="axoflow.io"
LABEL org.opencontainers.image.title="AxoSyslog"
LABEL org.opencontainers.image.description="A cloud-native distribution of syslog-ng by Axoflow"
LABEL org.opencontainers.image.authors="Axoflow"
LABEL org.opencontainers.image.vendor="Axoflow"
LABEL org.opencontainers.image.licenses="GPL-3.0-only"
LABEL org.opencontainers.image.source="https://github.com/axoflow/axosyslog-docker"
LABEL org.opencontainers.image.documentation="https://axoflow.com/docs/axosyslog/docs/"
LABEL org.opencontainers.image.url="https://axoflow.io/"

COPY --from=apkbuilder /home/builder/packages/ /
COPY --from=apkbuilder /home/builder/.abuild/*.pub /etc/apk/keys/

Expand Down

0 comments on commit 32849ff

Please sign in to comment.