Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 14-3.5-develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:14-3.5
LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=develop
ENV PGROUTING_GIT_HASH=86d016b6bc62669c9609c77fbb1b8a314815206d
ENV PGROUTING_GIT_HASH=6b160899c1fe5da05757a14667b3282390980732

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 14-3.5-main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:14-3.5
LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=main
ENV PGROUTING_GIT_HASH=4f0eec583f0c9e6a82a5b3356ff300029d11ed53
ENV PGROUTING_GIT_HASH=6974b588e8981f4cff137e432695618719caa54d

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 15-3.5-develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:15-3.5
LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=develop
ENV PGROUTING_GIT_HASH=86d016b6bc62669c9609c77fbb1b8a314815206d
ENV PGROUTING_GIT_HASH=6b160899c1fe5da05757a14667b3282390980732

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 15-3.5-main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:15-3.5
LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=main
ENV PGROUTING_GIT_HASH=4f0eec583f0c9e6a82a5b3356ff300029d11ed53
ENV PGROUTING_GIT_HASH=6974b588e8981f4cff137e432695618719caa54d

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 16-3.5-develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:16-3.5
LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=develop
ENV PGROUTING_GIT_HASH=86d016b6bc62669c9609c77fbb1b8a314815206d
ENV PGROUTING_GIT_HASH=6b160899c1fe5da05757a14667b3282390980732

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 16-3.5-main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:16-3.5
LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=main
ENV PGROUTING_GIT_HASH=4f0eec583f0c9e6a82a5b3356ff300029d11ed53
ENV PGROUTING_GIT_HASH=6974b588e8981f4cff137e432695618719caa54d

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 17-3.5-develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:17-3.5
LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=develop
ENV PGROUTING_GIT_HASH=86d016b6bc62669c9609c77fbb1b8a314815206d
ENV PGROUTING_GIT_HASH=6b160899c1fe5da05757a14667b3282390980732

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 17-3.5-main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:17-3.5
LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=main
ENV PGROUTING_GIT_HASH=4f0eec583f0c9e6a82a5b3356ff300029d11ed53
ENV PGROUTING_GIT_HASH=6974b588e8981f4cff137e432695618719caa54d

RUN apt update \
&& apt install -y \
Expand Down
12 changes: 6 additions & 6 deletions 18-3.6-3.7/extra/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ RUN apt update \
&& cmake .. \
&& make \
&& make install \
# && cd ../tools/osmium/ \
# && mkdir build \
# && cd build \
# && cmake .. \
# && make \
# && make install \
&& cd ../tools/osmium/ \
&& mkdir build \
&& cd build \
&& cmake .. \
&& make \
&& make install \
&& cd /usr/local/src \
&& rm -rf ./* \
&& apt purge -y --autoremove \
Expand Down
12 changes: 6 additions & 6 deletions 18-3.6-3.8/extra/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ RUN apt update \
&& cmake .. \
&& make \
&& make install \
# && cd ../tools/osmium/ \
# && mkdir build \
# && cd build \
# && cmake .. \
# && make \
# && make install \
&& cd ../tools/osmium/ \
&& mkdir build \
&& cd build \
&& cmake .. \
&& make \
&& make install \
&& cd /usr/local/src \
&& rm -rf ./* \
&& apt purge -y --autoremove \
Expand Down
12 changes: 6 additions & 6 deletions 18-3.6-4.0/extra/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ RUN apt update \
&& cmake .. \
&& make \
&& make install \
# && cd ../tools/osmium/ \
# && mkdir build \
# && cd build \
# && cmake .. \
# && make \
# && make install \
&& cd ../tools/osmium/ \
&& mkdir build \
&& cd build \
&& cmake .. \
&& make \
&& make install \
&& cd /usr/local/src \
&& rm -rf ./* \
&& apt purge -y --autoremove \
Expand Down
2 changes: 1 addition & 1 deletion 18-3.6-develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:18-3.6
LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=develop
ENV PGROUTING_GIT_HASH=86d016b6bc62669c9609c77fbb1b8a314815206d
ENV PGROUTING_GIT_HASH=6b160899c1fe5da05757a14667b3282390980732

RUN apt update \
&& apt install -y \
Expand Down
12 changes: 6 additions & 6 deletions 18-3.6-develop/extra/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ RUN apt update \
&& cmake .. \
&& make \
&& make install \
# && cd ../tools/osmium/ \
# && mkdir build \
# && cd build \
# && cmake .. \
# && make \
# && make install \
&& cd ../tools/osmium/ \
&& mkdir build \
&& cd build \
&& cmake .. \
&& make \
&& make install \
&& cd /usr/local/src \
&& rm -rf ./* \
&& apt purge -y --autoremove \
Expand Down
2 changes: 1 addition & 1 deletion 18-3.6-main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:18-3.6
LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=main
ENV PGROUTING_GIT_HASH=4f0eec583f0c9e6a82a5b3356ff300029d11ed53
ENV PGROUTING_GIT_HASH=6974b588e8981f4cff137e432695618719caa54d

RUN apt update \
&& apt install -y \
Expand Down
12 changes: 6 additions & 6 deletions 18-3.6-main/extra/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ RUN apt update \
&& cmake .. \
&& make \
&& make install \
# && cd ../tools/osmium/ \
# && mkdir build \
# && cd build \
# && cmake .. \
# && make \
# && make install \
&& cd ../tools/osmium/ \
&& mkdir build \
&& cd build \
&& cmake .. \
&& make \
&& make install \
&& cd /usr/local/src \
&& rm -rf ./* \
&& apt purge -y --autoremove \
Expand Down