Skip to content

Fixes for Dockerfiles used in the Package GHA workflow#2329

Merged
blowekamp merged 7 commits intoSimpleITK:masterfrom
blowekamp:fix_docker_files
Jun 17, 2025
Merged

Fixes for Dockerfiles used in the Package GHA workflow#2329
blowekamp merged 7 commits intoSimpleITK:masterfrom
blowekamp:fix_docker_files

Conversation

@blowekamp
Copy link
Copy Markdown
Member

  • Use portable preferred shell syntax to define a function
  • Remove unused install.sh for docker images
  • Fix the package docker files to not use pip cache
  • Add missing python3-venv package for Doxygen
  • Improve installation of docker packages
  • Use LABEL for docker maintainer

Follow best practices with doing an update before installing
packages.
The python venv needs to be installed separately on linux systems.
Creating the pip cache directory was causing errors with python
3.14. Explicitly specify python 3.12, and disable using pip cache.
@blowekamp blowekamp requested review from dave3d and zivy June 17, 2025 16:46
@blowekamp blowekamp merged commit 2fd49c1 into SimpleITK:master Jun 17, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants