Skip to content

Commit d9c5d5d

Browse files
committed
Update tools
1 parent c962ada commit d9c5d5d

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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:2025.08.07 AS develop
1+
FROM 3dgi/3dbag-pipeline-tools:2025.08.15 AS develop
22
ARG VERSION=develop
33
ARG BAG3D_PIPELINE_LOCATION=/opt/3dbag-pipeline
44

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:2025.08.07 AS develop
1+
FROM 3dgi/3dbag-pipeline-tools:2025.08.15 AS develop
22
ARG VERSION=develop
33
ARG BAG3D_PIPELINE_LOCATION=/opt/3dbag-pipeline
44

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:2025.08.07 AS develop
1+
FROM 3dgi/3dbag-pipeline-tools:2025.08.15 AS develop
22
ARG VERSION=develop
33
ARG BAG3D_PIPELINE_LOCATION=/opt/3dbag-pipeline
44

docker/tools/Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@ FROM roofer AS geoflow-old
109109
ARG JOBS=2
110110
ARG BAG3D_PIPELINE_LOCATION=/opt/3dbag-pipeline
111111

112-
COPY --from=3dgi/geoflow-bundle-builder:2025.08.07 /usr/local/bin/geof $BAG3D_PIPELINE_LOCATION/tools/bin/geof
113-
COPY --from=3dgi/geoflow-bundle-builder:2025.08.07 /export /export
114-
COPY --from=3dgi/geoflow-bundle-builder:2025.08.07 /usr/local/src/FileGDB/lib/. /usr/local/src/FileGDB/lib
115-
COPY --from=3dgi/geoflow-bundle-builder:2025.08.07 /usr/local/lib/libfgdbunixrtl.so /usr/local/lib/libfgdbunixrtl.so
116-
COPY --from=3dgi/geoflow-bundle-builder:2025.08.07 /usr/local/lib/LASlib /export/usr/local/lib/
117-
COPY --from=3dgi/geoflow-bundle-builder:2025.08.07 /usr/local/lib/gdalplugins /export/usr/local/lib/
118-
COPY --from=3dgi/geoflow-bundle-builder:2025.08.07 /usr/local/lib/geoflow-plugins/. $BAG3D_PIPELINE_LOCATION/tools/share/geoflow-bundle/plugins
112+
COPY --from=3dgi/geoflow-bundle-builder:2025.08.15 /usr/local/bin/geof $BAG3D_PIPELINE_LOCATION/tools/bin/geof
113+
COPY --from=3dgi/geoflow-bundle-builder:2025.08.15 /export /export
114+
COPY --from=3dgi/geoflow-bundle-builder:2025.08.15 /usr/local/src/FileGDB/lib/. /usr/local/src/FileGDB/lib
115+
COPY --from=3dgi/geoflow-bundle-builder:2025.08.15 /usr/local/lib/libfgdbunixrtl.so /usr/local/lib/libfgdbunixrtl.so
116+
COPY --from=3dgi/geoflow-bundle-builder:2025.08.15 /usr/local/lib/LASlib /export/usr/local/lib/
117+
COPY --from=3dgi/geoflow-bundle-builder:2025.08.15 /usr/local/lib/gdalplugins /export/usr/local/lib/
118+
COPY --from=3dgi/geoflow-bundle-builder:2025.08.15 /usr/local/lib/geoflow-plugins/. $BAG3D_PIPELINE_LOCATION/tools/share/geoflow-bundle/plugins
119119
ENV GF_PLUGIN_FOLDER=$BAG3D_PIPELINE_LOCATION/tools/share/geoflow-bundle/plugins
120120

121121
RUN echo /export/usr/local/lib >> /etc/ld.so.conf.d/geoflow.conf; \
@@ -160,4 +160,4 @@ RUN rm -rf $HOME/.cache/*; \
160160
apt-get -y clean; \
161161
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*;
162162

163-
RUN bash $BAG3D_PIPELINE_LOCATION/tools-test.sh --dir $BAG3D_PIPELINE_LOCATION/tools
163+
RUN bash $BAG3D_PIPELINE_LOCATION/tools-test.sh --dir $BAG3D_PIPELINE_LOCATION/tools

0 commit comments

Comments
 (0)