Skip to content

Dockerfile: Fixes and enhancements#39

Open
awilfox wants to merge 1 commit into
mainfrom
2026-06-02-docker-fixes
Open

Dockerfile: Fixes and enhancements#39
awilfox wants to merge 1 commit into
mainfrom
2026-06-02-docker-fixes

Conversation

@awilfox
Copy link
Copy Markdown
Member

@awilfox awilfox commented Jun 2, 2026

  • Since the Gemfile declares the Ruby patchlevel, we need to use that same patchlevel for our Docker base image.

  • Update the repository indexes in the development stage as well; elsewise, we can sometimes run into stale packages that cause 404 errors.

  • Drop the git.lib.berkeley.edu TLS verification workaround; it isn't used any more, and we want to verify TLS on all connections.

* Since the Gemfile declares the Ruby patchlevel, we need to use that same
  patchlevel for our Docker base image.

* Update the repository indexes in the development stage as well; elsewise,
  we can sometimes run into stale packages that cause 404 errors.

* Drop the git.lib.berkeley.edu TLS verification workaround; it isn't used
  any more, and we want to verify TLS on all connections.
Copy link
Copy Markdown
Member

@anarchivist anarchivist left a comment

Choose a reason for hiding this comment

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

r+

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.

2 participants