-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDockerfile
19 lines (18 loc) · 1.24 KB
/
Dockerfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
FROM docker.io/nocodb/nocodb:0.262.2
ARG BUILD_REV
ARG BUILD_DATE
LABEL org.opencontainers.image.title="alwatr/nocodb" \
org.opencontainers.image.description="A free, open-source, self-hosted, and extensible database management tool that helps you easily manage and visualize your data, packaged by Alwatr." \
org.opencontainers.image.base.name="docker.io/wodby/nocodb:0.204.9" \
org.opencontainers.image.version="0.204.9" \
org.opencontainers.image.ref.name="0.204.9" \
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/containers/tree/next/nocodb" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/next/nocodb" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/next/nocodb" \
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="0.204.9" \
cloud.alwatr.image.version.short="0"