Skip to content

Commit a1c6236

Browse files
committed
update tools image
1 parent ec64d74 commit a1c6236

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

docker/tools/Dockerfile

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -100,22 +100,24 @@ 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
106+
ENV GDAL_DATA=$BAG3D_PIPELINE_LOCATION/tools/share/gdal
107+
ENV PROJ_DATA=$BAG3D_PIPELINE_LOCATION/tools/share/proj
106108

107109
# We only need this until we replace the old geoflow with roofer
108110
FROM roofer AS geoflow-old
109111
ARG JOBS=2
110112
ARG BAG3D_PIPELINE_LOCATION=/opt/3dbag-pipeline
111113

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
114+
COPY --from=3dgi/geoflow-bundle-builder:2025.08.25 /usr/local/bin/geof $BAG3D_PIPELINE_LOCATION/tools/bin/geof
115+
COPY --from=3dgi/geoflow-bundle-builder:2025.08.25 /export /export
116+
COPY --from=3dgi/geoflow-bundle-builder:2025.08.25 /usr/local/src/FileGDB/lib/. /usr/local/src/FileGDB/lib
117+
COPY --from=3dgi/geoflow-bundle-builder:2025.08.25 /usr/local/lib/libfgdbunixrtl.so /usr/local/lib/libfgdbunixrtl.so
118+
COPY --from=3dgi/geoflow-bundle-builder:2025.08.25 /usr/local/lib/LASlib /export/usr/local/lib/
119+
COPY --from=3dgi/geoflow-bundle-builder:2025.08.25 /usr/local/lib/gdalplugins /export/usr/local/lib/
120+
COPY --from=3dgi/geoflow-bundle-builder:2025.08.25 /usr/local/lib/geoflow-plugins/. $BAG3D_PIPELINE_LOCATION/tools/share/geoflow-bundle/plugins
119121
ENV GF_PLUGIN_FOLDER=$BAG3D_PIPELINE_LOCATION/tools/share/geoflow-bundle/plugins
120122

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

0 commit comments

Comments
 (0)