Skip to content

Commit

Permalink
fix(opencv): docker labels
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Nov 24, 2023
1 parent a37e0b3 commit cad812d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opencv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand All @@ -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 <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
cloud.alwatr.image.version.full="${OPENCV_VERSION}" \
cloud.alwatr.image.version.full=${OPENCV_VERSION} \
cloud.alwatr.image.version.short="4"

0 comments on commit cad812d

Please sign in to comment.