diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index ab4c829..b025d1d 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -7,15 +7,6 @@ ARG GIT_COMMIT ARG AUTHORS=kaszpir@gmail.com ARG URL=https://nvtkaszpir.github.io/prusa-connect-camera-script -LABEL org.opencontainers.image.base.name="${BASE_IMAGE}" -LABEL org.opencontainers.image.base.digest="${BASE_DIGEST}" -LABEL org.opencontainers.image.description="Linux shell script to send still camera images to Prusa Connect" -LABEL org.opencontainers.image.revision="${GIT_COMMIT}" -LABEL org.opencontainers.image.source="${GIT_SOURCE}" -LABEL org.opencontainers.image.url="${URL}" -LABEL org.opencontainers.image.licenses="Apache-2.0" -LABEL org.opencontainers.image.authors="${AUTHORS}" - # hadolint ignore=DL3008 RUN apt-get update \ && apt-get install -y --no-install-recommends \ @@ -51,3 +42,12 @@ CMD [ "/app/prusa-connect-camera.sh" ] # we assume we get a picture at least once per minute HEALTHCHECK --interval=60s --timeout=3s \ CMD test $(find /dev/shm/ -mmin -1 | wc -l) -gt 0 + +LABEL org.opencontainers.image.base.name="${BASE_IMAGE}" +LABEL org.opencontainers.image.base.digest="${BASE_DIGEST}" +LABEL org.opencontainers.image.description="Linux shell script to send still camera images to Prusa Connect" +LABEL org.opencontainers.image.revision="${GIT_COMMIT}" +LABEL org.opencontainers.image.source="${GIT_SOURCE}" +LABEL org.opencontainers.image.url="${URL}" +LABEL org.opencontainers.image.licenses="Apache-2.0" +LABEL org.opencontainers.image.authors="${AUTHORS}" diff --git a/Dockerfile.arm-v7 b/Dockerfile.arm-v7 index 3ccb083..7e63944 100644 --- a/Dockerfile.arm-v7 +++ b/Dockerfile.arm-v7 @@ -9,15 +9,6 @@ ARG GIT_COMMIT ARG AUTHORS=kaszpir@gmail.com ARG URL=https://nvtkaszpir.github.io/prusa-connect-camera-script -LABEL org.opencontainers.image.base.name="${BASE_IMAGE}" -LABEL org.opencontainers.image.base.digest="${BASE_DIGEST}" -LABEL org.opencontainers.image.description="Linux shell script to send still camera images to Prusa Connect" -LABEL org.opencontainers.image.revision="${GIT_COMMIT}" -LABEL org.opencontainers.image.source="${GIT_SOURCE}" -LABEL org.opencontainers.image.url="${URL}" -LABEL org.opencontainers.image.licenses="Apache-2.0" -LABEL org.opencontainers.image.authors="${AUTHORS}" - # hadolint ignore=DL3008 RUN apt-get update \ && apt-get install -y --no-install-recommends \ @@ -53,3 +44,12 @@ CMD [ "/app/prusa-connect-camera.sh" ] # we assume we get a picture at least once per minute HEALTHCHECK --interval=60s --timeout=3s \ CMD test $(find /dev/shm/ -mmin -1 | wc -l) -gt 0 + +LABEL org.opencontainers.image.base.name="${BASE_IMAGE}" +LABEL org.opencontainers.image.base.digest="${BASE_DIGEST}" +LABEL org.opencontainers.image.description="Linux shell script to send still camera images to Prusa Connect" +LABEL org.opencontainers.image.revision="${GIT_COMMIT}" +LABEL org.opencontainers.image.source="${GIT_SOURCE}" +LABEL org.opencontainers.image.url="${URL}" +LABEL org.opencontainers.image.licenses="Apache-2.0" +LABEL org.opencontainers.image.authors="${AUTHORS}" diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 05b55f9..b29f5b8 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -8,15 +8,6 @@ ARG GIT_COMMIT ARG AUTHORS=kaszpir@gmail.com ARG URL=https://nvtkaszpir.github.io/prusa-connect-camera-script -LABEL org.opencontainers.image.base.name="${BASE_IMAGE}" -LABEL org.opencontainers.image.base.digest="${BASE_DIGEST}" -LABEL org.opencontainers.image.description="Linux shell script to send still camera images to Prusa Connect" -LABEL org.opencontainers.image.revision="${GIT_COMMIT}" -LABEL org.opencontainers.image.source="${GIT_SOURCE}" -LABEL org.opencontainers.image.url="${URL}" -LABEL org.opencontainers.image.licenses="Apache-2.0" -LABEL org.opencontainers.image.authors="${AUTHORS}" - # hadolint ignore=DL3008 RUN apt-get update \ && apt-get install -y --no-install-recommends \ @@ -52,3 +43,12 @@ CMD [ "/app/prusa-connect-camera.sh" ] # we assume we get a picture at least once per minute HEALTHCHECK --interval=60s --timeout=3s \ CMD test $(find /dev/shm/ -mmin -1 | wc -l) -gt 0 + +LABEL org.opencontainers.image.base.name="${BASE_IMAGE}" +LABEL org.opencontainers.image.base.digest="${BASE_DIGEST}" +LABEL org.opencontainers.image.description="Linux shell script to send still camera images to Prusa Connect" +LABEL org.opencontainers.image.revision="${GIT_COMMIT}" +LABEL org.opencontainers.image.source="${GIT_SOURCE}" +LABEL org.opencontainers.image.url="${URL}" +LABEL org.opencontainers.image.licenses="Apache-2.0" +LABEL org.opencontainers.image.authors="${AUTHORS}"