Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: selective backport of cleanup and PROJ_NETWORK=ON #2823

Conversation

neteler
Copy link
Member

@neteler neteler commented Feb 12, 2023

debian and ubuntu Dockerfiles (includes backport of #2822):

alpine Dockerfile:

  • Dockerfile linting with https://hadolint.github.io/hadolint/
  • remove libexecinfo as no longer existing in alpine
  • postgresql-dev -> libpq-dev
  • Dockerfile_alpine_latest: sync to (alpine) Dockerfile

debian and ubuntu Dockerfiles:
* enable PROJ CDN support for grids (`PROJ_NETWORK=ON`): see https://proj.org/usage/environmentvars.html#envvar-PROJ_NETWORK
* more cleanup added: `apt-get clean all && rm -rf /var/lib/apt/lists/*`

alpine Dockerfile:
* Dockerfile linting with https://hadolint.github.io/hadolint/
* remove `libexecinfo` as no longer existing in alpine
* postgresql-dev -> libpq-dev
* Dockerfile_alpine_latest: sync to (alpine) Dockerfile
@neteler neteler added docker Docker related CI Continuous integration labels Feb 12, 2023
@neteler neteler added this to the 8.2.2 milestone Feb 12, 2023
@neteler neteler self-assigned this Feb 12, 2023
neteler added a commit that referenced this pull request Feb 14, 2023
debian and ubuntu Dockerfiles:
* enable PROJ CDN support for grids (`PROJ_NETWORK=ON`): see https://proj.org/usage/environmentvars.html#envvar-PROJ_NETWORK
* more cleanup added: `apt-get clean all && rm -rf /var/lib/apt/lists/*`

(backport in #2823)
Copy link
Contributor

@mmacata mmacata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks!

@neteler neteler merged commit 833adc0 into OSGeo:releasebranch_8_2 Feb 14, 2023
@neteler neteler deleted the docker_cleanup_and_use_PROJ_NETWORK_ON branch February 14, 2023 21:05
ninsbl pushed a commit to ninsbl/grass that referenced this pull request Feb 17, 2023
debian and ubuntu Dockerfiles:
* enable PROJ CDN support for grids (`PROJ_NETWORK=ON`): see https://proj.org/usage/environmentvars.html#envvar-PROJ_NETWORK
* more cleanup added: `apt-get clean all && rm -rf /var/lib/apt/lists/*`

(backport in OSGeo#2823)
neteler added a commit to nilason/grass that referenced this pull request Nov 7, 2023
debian and ubuntu Dockerfiles:
* enable PROJ CDN support for grids (`PROJ_NETWORK=ON`): see https://proj.org/usage/environmentvars.html#envvar-PROJ_NETWORK
* more cleanup added: `apt-get clean all && rm -rf /var/lib/apt/lists/*`

(backport in OSGeo#2823)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous integration docker Docker related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants