File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- FROM 3dgi/3dbag-pipeline-tools:2024.12.01 AS develop
1
+ FROM 3dgi/3dbag-pipeline-tools:2024.12.03 AS develop
2
2
ARG BAG3D_PIPELINE_LOCATION=/opt/3dbag-pipeline
3
3
4
4
LABEL org.opencontainers.image.authors=
"Balázs Dukai <[email protected] >"
Original file line number Diff line number Diff line change 1
- FROM 3dgi/3dbag-pipeline-tools:2024.12.01 AS develop
1
+ FROM 3dgi/3dbag-pipeline-tools:2024.12.03 AS develop
2
2
ARG BAG3D_PIPELINE_LOCATION=/opt/3dbag-pipeline
3
3
4
4
LABEL org.opencontainers.image.authors=
"Balázs Dukai <[email protected] >"
Original file line number Diff line number Diff line change 1
- FROM 3dgi/3dbag-pipeline-tools:2024.12.01 AS develop
1
+ FROM 3dgi/3dbag-pipeline-tools:2024.12.03 AS develop
2
2
ARG BAG3D_PIPELINE_LOCATION=/opt/3dbag-pipeline
3
3
4
4
LABEL org.opencontainers.image.authors=
"Balázs Dukai <[email protected] >"
Original file line number Diff line number Diff line change @@ -100,13 +100,13 @@ FROM roofer AS geoflow-old
100
100
ARG JOBS=2
101
101
ARG BAG3D_PIPELINE_LOCATION=/opt/3dbag-pipeline
102
102
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
110
110
ENV GF_PLUGIN_FOLDER=$BAG3D_PIPELINE_LOCATION/tools/share/geoflow-bundle/plugins
111
111
112
112
RUN echo /export/usr/local/lib >> /etc/ld.so.conf.d/geoflow.conf; \
You can’t perform that action at this time.
0 commit comments