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"
2018ARG 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
2624FROM postgis/postgis:${POSTGIS_VERSION}
2725ARG ENTRYPOINT_SCRIPTS_VERSION
@@ -45,13 +43,13 @@ RUN mkdir /docker-entrypoint-cytomine.d/
4543COPY --from=entrypoint-scripts --chmod=774 /cytomine-entrypoint.sh /usr/local/bin/
4644COPY --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