Skip to content

Commit

Permalink
chore(server): docker label
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Nov 26, 2023
1 parent 337b88d commit 7dd4515
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN ls -RlahF /etc/nginx /data

ARG BUILD_REV
ARG BUILD_DATE
LABEL org.opencontainers.image.title="alwatr/storage-server" \
LABEL org.opencontainers.image.title="alwatr/storage-nginx" \
org.opencontainers.image.description="This is a high-performance version of NGINX, which has been enhanced by Alwatr for the purpose of serving JSON content efficiently." \
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-json:2.0.0" \
org.opencontainers.image.version="2.0.0" \
Expand Down
16 changes: 16 additions & 0 deletions packages/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,19 @@ COPY ${packageSource}/package.json ./
COPY ${packageSource}/dist ./dist

# RUN pwd; ls -lAhF;

ARG BUILD_REV
ARG BUILD_DATE
LABEL org.opencontainers.image.title="alwatr/storage-server" \
org.opencontainers.image.description="Alwatr Storage Server, Elegant micro in-memory json-like storage nanoservice with disk backed, Fastest NoSQL Database." \
org.opencontainers.image.base.name="docker.io/library/node:20-alpine" \
org.opencontainers.image.version="4.0.0-rc.0" \
org.opencontainers.image.ref.name="20-alpine" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REV} \
org.opencontainers.image.vendor="Alwatr" \
org.opencontainers.image.source="https://github.com/Alwatr/storage" \
org.opencontainers.image.url="https://github.com/Alwatr/storage" \
org.opencontainers.image.documentation="https://github.com/Alwatr/storage" \
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)"

0 comments on commit 7dd4515

Please sign in to comment.