mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix Dockerfile labels
This commit is contained in:
parent
988e874934
commit
5d2c41d12e
@ -16,11 +16,11 @@ ENV BUILD_COMMIT=$BBUILD_COMMIT
|
|||||||
|
|
||||||
# Labels
|
# Labels
|
||||||
LABEL org.label-schema.build-date="${BUILD_DATE}"
|
LABEL org.label-schema.build-date="${BUILD_DATE}"
|
||||||
LABEL org.label-schema.name="ocelot.social:backend"
|
LABEL org.label-schema.name="ocelot.social:neo4j"
|
||||||
LABEL org.label-schema.description="Neo4J database of the Social Network Software ocelot.social with preinstalled database constraints and indices"
|
LABEL org.label-schema.description="Neo4J database of the Social Network Software ocelot.social with preinstalled database constraints and indices"
|
||||||
LABEL org.label-schema.usage="https://github.com/Ocelot-Social-Community/Ocelot-Social/blob/master/README.md"
|
LABEL org.label-schema.usage="https://github.com/Ocelot-Social-Community/Ocelot-Social/blob/master/README.md"
|
||||||
LABEL org.label-schema.url="https://ocelot.social"
|
LABEL org.label-schema.url="https://ocelot.social"
|
||||||
LABEL org.label-schema.vcs-url="https://github.com/Ocelot-Social-Community/Ocelot-Social/tree/master/backend"
|
LABEL org.label-schema.vcs-url="https://github.com/Ocelot-Social-Community/Ocelot-Social/tree/master/neo4j"
|
||||||
LABEL org.label-schema.vcs-ref="${BUILD_COMMIT}"
|
LABEL org.label-schema.vcs-ref="${BUILD_COMMIT}"
|
||||||
LABEL org.label-schema.vendor="ocelot.social Community"
|
LABEL org.label-schema.vendor="ocelot.social Community"
|
||||||
LABEL org.label-schema.version="${BUILD_VERSION}"
|
LABEL org.label-schema.version="${BUILD_VERSION}"
|
||||||
|
|||||||
@ -22,11 +22,11 @@ ENV PORT="3000"
|
|||||||
|
|
||||||
# Labels
|
# Labels
|
||||||
LABEL org.label-schema.build-date="${BUILD_DATE}"
|
LABEL org.label-schema.build-date="${BUILD_DATE}"
|
||||||
LABEL org.label-schema.name="ocelot.social:backend"
|
LABEL org.label-schema.name="ocelot.social:webapp"
|
||||||
LABEL org.label-schema.description="Web Frontend of the Social Network Software ocelot.social"
|
LABEL org.label-schema.description="Web Frontend of the Social Network Software ocelot.social"
|
||||||
LABEL org.label-schema.usage="https://github.com/Ocelot-Social-Community/Ocelot-Social/blob/master/README.md"
|
LABEL org.label-schema.usage="https://github.com/Ocelot-Social-Community/Ocelot-Social/blob/master/README.md"
|
||||||
LABEL org.label-schema.url="https://ocelot.social"
|
LABEL org.label-schema.url="https://ocelot.social"
|
||||||
LABEL org.label-schema.vcs-url="https://github.com/Ocelot-Social-Community/Ocelot-Social/tree/master/backend"
|
LABEL org.label-schema.vcs-url="https://github.com/Ocelot-Social-Community/Ocelot-Social/tree/master/webapp"
|
||||||
LABEL org.label-schema.vcs-ref="${BUILD_COMMIT}"
|
LABEL org.label-schema.vcs-ref="${BUILD_COMMIT}"
|
||||||
LABEL org.label-schema.vendor="ocelot.social Community"
|
LABEL org.label-schema.vendor="ocelot.social Community"
|
||||||
LABEL org.label-schema.version="${BUILD_VERSION}"
|
LABEL org.label-schema.version="${BUILD_VERSION}"
|
||||||
|
|||||||
@ -22,11 +22,11 @@ ENV PORT="3000"
|
|||||||
|
|
||||||
# Labels
|
# Labels
|
||||||
LABEL org.label-schema.build-date="${BUILD_DATE}"
|
LABEL org.label-schema.build-date="${BUILD_DATE}"
|
||||||
LABEL org.label-schema.name="ocelot.social:backend"
|
LABEL org.label-schema.name="ocelot.social:maintenance"
|
||||||
LABEL org.label-schema.description="Maintenance page of the Social Network Software ocelot.social"
|
LABEL org.label-schema.description="Maintenance page of the Social Network Software ocelot.social"
|
||||||
LABEL org.label-schema.usage="https://github.com/Ocelot-Social-Community/Ocelot-Social/blob/master/README.md"
|
LABEL org.label-schema.usage="https://github.com/Ocelot-Social-Community/Ocelot-Social/blob/master/README.md"
|
||||||
LABEL org.label-schema.url="https://ocelot.social"
|
LABEL org.label-schema.url="https://ocelot.social"
|
||||||
LABEL org.label-schema.vcs-url="https://github.com/Ocelot-Social-Community/Ocelot-Social/tree/master/backend"
|
LABEL org.label-schema.vcs-url="https://github.com/Ocelot-Social-Community/Ocelot-Social/tree/master/webapp"
|
||||||
LABEL org.label-schema.vcs-ref="${BUILD_COMMIT}"
|
LABEL org.label-schema.vcs-ref="${BUILD_COMMIT}"
|
||||||
LABEL org.label-schema.vendor="ocelot.social Community"
|
LABEL org.label-schema.vendor="ocelot.social Community"
|
||||||
LABEL org.label-schema.version="${BUILD_VERSION}"
|
LABEL org.label-schema.version="${BUILD_VERSION}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user