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

ruby: Fix Dockerfiles for Jekyll/Liquid images #293

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

kohlschuetter
Copy link
Contributor

Both images would not build for recent Alpine.

The Jekyll Docker image would fail upon running ruby with a segmentation fault, at least on aarch64 macOS.

Update the Alpine apk dependencies, and change the Jekyll base image to a ruby-provided Alpine build.

Both images would not build for recent Alpine.

The Jekyll Docker image would fail upon running ruby with a segmentation
fault, at least on aarch64 macOS.

Update the Alpine apk dependencies, and change the Jekyll base image to
a ruby-provided Alpine build.
@msangel msangel merged commit 11aae24 into bkiers:master Dec 27, 2023
4 checks passed
@pmenhart
Copy link
Contributor

Hello @kohlschuetter,
Even with this PR applied, I experienced segmentation fault with Jekyll image on aarch64 macOS (Liquid is fine).
This may be a transient problem, caused by current version of some dependency (package versions are not locked in the Dockerfile).
As a temporary workaround, I forced x86 platform by invoking docker build with --platform linux/amd64.

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