Skip to content

Commit 041fc66

Browse files
committed
update tools image
1 parent ec64d74 commit 041fc66

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docker/tools/Dockerfile

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

103-
COPY --from=3dgi/roofer:v1.0.0-beta.3 /opt/roofer/bin/. $BAG3D_PIPELINE_LOCATION/tools/bin/
104-
COPY --from=3dgi/roofer:v1.0.0-beta.3 /opt/roofer/share/proj $BAG3D_PIPELINE_LOCATION/tools/share/proj
105-
COPY --from=3dgi/roofer:v1.0.0-beta.3 /opt/roofer/share/gdal $BAG3D_PIPELINE_LOCATION/tools/share/gdal
103+
COPY --from=3dgi/roofer:v1.0.0-beta.4 /opt/roofer/bin/. $BAG3D_PIPELINE_LOCATION/tools/bin/
104+
COPY --from=3dgi/roofer:v1.0.0-beta.4 /opt/roofer/share/proj $BAG3D_PIPELINE_LOCATION/tools/share/proj
105+
COPY --from=3dgi/roofer:v1.0.0-beta.4 /opt/roofer/share/gdal $BAG3D_PIPELINE_LOCATION/tools/share/gdal
106106

107107
# We only need this until we replace the old geoflow with roofer
108108
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.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
112+
COPY --from=3dgi/geoflow-bundle-builder:2025.08.25 /usr/local/bin/geof $BAG3D_PIPELINE_LOCATION/tools/bin/geof
113+
COPY --from=3dgi/geoflow-bundle-builder:2025.08.25 /export /export
114+
COPY --from=3dgi/geoflow-bundle-builder:2025.08.25 /usr/local/src/FileGDB/lib/. /usr/local/src/FileGDB/lib
115+
COPY --from=3dgi/geoflow-bundle-builder:2025.08.25 /usr/local/lib/libfgdbunixrtl.so /usr/local/lib/libfgdbunixrtl.so
116+
COPY --from=3dgi/geoflow-bundle-builder:2025.08.25 /usr/local/lib/LASlib /export/usr/local/lib/
117+
COPY --from=3dgi/geoflow-bundle-builder:2025.08.25 /usr/local/lib/gdalplugins /export/usr/local/lib/
118+
COPY --from=3dgi/geoflow-bundle-builder:2025.08.25 /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; \

0 commit comments

Comments
 (0)