remove CREATED label

This commit is contained in:
Willy Kloucek
2021-02-02 10:56:35 +01:00
parent 66f4139627
commit f6763be9f0
4 changed files with 1 additions and 8 deletions
-2
View File
@@ -1,6 +1,5 @@
FROM arm32v6/alpine:3.12
ARG CREATED=""
ARG VERSION=""
ARG REVISION=""
@@ -17,7 +16,6 @@ LABEL maintainer="ownCloud GmbH <devops@owncloud.com>" \
org.opencontainers.image.description="oCIS - ownCloud Infinite Scale is a modern file-sync and share platform" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.documentation="https://owncloud.github.io/ocis.git" \
org.opencontainers.image.created="${CREATED}" \
org.opencontainers.image.url="https://hub.docker.com/r/owncloud/ocis" \
org.opencontainers.image.source="https://github.com/owncloud/ocis" \
org.opencontainers.image.version="${VERSION}" \