Skip to content

Commit b4bf2d8

Browse files
committed
Update tools image
1 parent 9cc17b0 commit b4bf2d8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

docker/pipeline/bag3d-core.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM 3dgi/3dbag-pipeline-tools:2024.12.01 AS develop
1+
FROM 3dgi/3dbag-pipeline-tools:2024.12.03 AS develop
22
ARG BAG3D_PIPELINE_LOCATION=/opt/3dbag-pipeline
33

44
LABEL org.opencontainers.image.authors="Balázs Dukai <[email protected]>"

docker/pipeline/bag3d-floors-estimation.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM 3dgi/3dbag-pipeline-tools:2024.12.01 AS develop
1+
FROM 3dgi/3dbag-pipeline-tools:2024.12.03 AS develop
22
ARG BAG3D_PIPELINE_LOCATION=/opt/3dbag-pipeline
33

44
LABEL org.opencontainers.image.authors="Balázs Dukai <[email protected]>"

docker/pipeline/bag3d-party-walls.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM 3dgi/3dbag-pipeline-tools:2024.12.01 AS develop
1+
FROM 3dgi/3dbag-pipeline-tools:2024.12.03 AS develop
22
ARG BAG3D_PIPELINE_LOCATION=/opt/3dbag-pipeline
33

44
LABEL org.opencontainers.image.authors="Balázs Dukai <[email protected]>"

docker/tools/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ FROM roofer AS geoflow-old
100100
ARG JOBS=2
101101
ARG BAG3D_PIPELINE_LOCATION=/opt/3dbag-pipeline
102102

103-
COPY --link --from=3dgi/geoflow-bundle-builder:2024.08.09 /usr/local/bin/geof $BAG3D_PIPELINE_LOCATION/tools/bin/geof
104-
COPY --link --from=3dgi/geoflow-bundle-builder:2024.08.09 /export /export
105-
COPY --link --from=3dgi/geoflow-bundle-builder:2024.08.09 /usr/local/src/FileGDB/lib/. /usr/local/src/FileGDB/lib
106-
COPY --link --from=3dgi/geoflow-bundle-builder:2024.08.09 /usr/local/lib/libfgdbunixrtl.so /usr/local/lib/libfgdbunixrtl.so
107-
COPY --link --from=3dgi/geoflow-bundle-builder:2024.08.09 /usr/local/lib/LASlib /export/usr/local/lib/
108-
COPY --link --from=3dgi/geoflow-bundle-builder:2024.08.09 /usr/local/lib/gdalplugins /export/usr/local/lib/
109-
COPY --link --from=3dgi/geoflow-bundle-builder:2024.08.09 /usr/local/lib/geoflow-plugins/. $BAG3D_PIPELINE_LOCATION/tools/share/geoflow-bundle/plugins
103+
COPY --link --from=3dgi/geoflow-bundle-builder:2024.12.03 /usr/local/bin/geof $BAG3D_PIPELINE_LOCATION/tools/bin/geof
104+
COPY --link --from=3dgi/geoflow-bundle-builder:2024.12.03 /export /export
105+
COPY --link --from=3dgi/geoflow-bundle-builder:2024.12.03 /usr/local/src/FileGDB/lib/. /usr/local/src/FileGDB/lib
106+
COPY --link --from=3dgi/geoflow-bundle-builder:2024.12.03 /usr/local/lib/libfgdbunixrtl.so /usr/local/lib/libfgdbunixrtl.so
107+
COPY --link --from=3dgi/geoflow-bundle-builder:2024.12.03 /usr/local/lib/LASlib /export/usr/local/lib/
108+
COPY --link --from=3dgi/geoflow-bundle-builder:2024.12.03 /usr/local/lib/gdalplugins /export/usr/local/lib/
109+
COPY --link --from=3dgi/geoflow-bundle-builder:2024.12.03 /usr/local/lib/geoflow-plugins/. $BAG3D_PIPELINE_LOCATION/tools/share/geoflow-bundle/plugins
110110
ENV GF_PLUGIN_FOLDER=$BAG3D_PIPELINE_LOCATION/tools/share/geoflow-bundle/plugins
111111

112112
RUN echo /export/usr/local/lib >> /etc/ld.so.conf.d/geoflow.conf; \

0 commit comments

Comments
 (0)