Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 454a1d3

Browse files
committed
docs: update Dockerfile information
Closes #1 See merge request cytomine/services/database/postgis-ce!1
1 parent d36526f commit 454a1d3

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

Dockerfile

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
ARG ENTRYPOINT_SCRIPTS_VERSION="1.3.0"
18-
ARG IMAGE_VERSION
19-
ARG IMAGE_REVISION
17+
ARG ENTRYPOINT_SCRIPTS_VERSION="1.0.0"
2018
ARG POSTGIS_VERSION="15-3.3-alpine"
2119

2220
#######################################################################################
2321
## Stage: entrypoint script. Use a multi-stage because COPY --from cannot interpolate variables
24-
FROM cytomine/entrypoint-scripts:${ENTRYPOINT_SCRIPTS_VERSION} as entrypoint-scripts
22+
FROM cytomineuliege/entrypoint-scripts:${ENTRYPOINT_SCRIPTS_VERSION} AS entrypoint-scripts
2523

2624
FROM postgis/postgis:${POSTGIS_VERSION}
2725
ARG ENTRYPOINT_SCRIPTS_VERSION
@@ -45,13 +43,13 @@ RUN mkdir /docker-entrypoint-cytomine.d/
4543
COPY --from=entrypoint-scripts --chmod=774 /cytomine-entrypoint.sh /usr/local/bin/
4644
COPY --from=entrypoint-scripts --chmod=774 /envsubst-on-templates-and-move.sh /docker-entrypoint-cytomine.d/500-envsubst-on-templates-and-move.sh
4745

48-
LABEL org.opencontainers.image.authors='support@cytomine.com' \
49-
org.opencontainers.image.url='https://www.cytomine.org/' \
50-
org.opencontainers.image.documentation='https://doc.cytomine.org/' \
51-
org.opencontainers.image.source='https://github.com/cytomine/Cytomine-postgis' \
52-
org.opencontainers.image.vendor='Cytomine Corporation SA' \
53-
org.opencontainers.image.version=${IMAGE_VERSION} \
54-
org.opencontainers.image.revision=${IMAGE_REVISION} \
46+
LABEL org.opencontainers.image.authors="uliege@cytomine.org" \
47+
org.opencontainers.image.url="https://uliege.cytomine.org/" \
48+
org.opencontainers.image.documentation="https://doc.uliege.cytomine.org/" \
49+
org.opencontainers.image.source="https://github.com/Cytomine-ULiege/Cytomine-docker-entrypoint-scripts" \
50+
org.opencontainers.image.vendor="Cytomine ULiège" \
51+
org.opencontainers.image.version="${IMAGE_VERSION}" \
52+
org.opencontainers.image.revision="${IMAGE_REVISION}" \
5553
org.opencontainers.image.deps.postgis.version=${POSTGIS_VERSION} \
5654
org.opencontainers.image.deps.entrypoint.scripts.version=${ENTRYPOINT_SCRIPTS_VERSION}
5755

0 commit comments

Comments
 (0)