From cad812d9444698a0d0ed5bbf73b11ad912dc93ce Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Fri, 24 Nov 2023 16:55:12 +0330 Subject: [PATCH] fix(opencv): docker labels --- opencv/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opencv/Dockerfile b/opencv/Dockerfile index 36898a7..b5e67c6 100644 --- a/opencv/Dockerfile +++ b/opencv/Dockerfile @@ -99,8 +99,8 @@ ARG BUILD_DATE LABEL org.opencontainers.image.title="alwatr/opencv" \ org.opencontainers.image.description="Native OpenCV library in Node.js, packaged by Alwatr." \ org.opencontainers.image.base.name="ghcr.io/alwatr/node:20.10.0" \ - org.opencontainers.image.version="${OPENCV_VERSION}" \ - org.opencontainers.image.ref.name="${OPENCV_VERSION}" \ + org.opencontainers.image.version=${OPENCV_VERSION} \ + org.opencontainers.image.ref.name=${OPENCV_VERSION} \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.created=${BUILD_DATE} \ org.opencontainers.image.revision=${BUILD_REV} \ @@ -109,5 +109,5 @@ LABEL org.opencontainers.image.title="alwatr/opencv" \ org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/next/opencv" \ org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/next/opencv" \ org.opencontainers.image.authors="S. Ali Mihandoost (https://ali.mihandoost.com), S. Amir Mohammad Najafi (https://njfamirm.ir/)" \ - cloud.alwatr.image.version.full="${OPENCV_VERSION}" \ + cloud.alwatr.image.version.full=${OPENCV_VERSION} \ cloud.alwatr.image.version.short="4"