jekyll-docker icon indicating copy to clipboard operation
jekyll-docker copied to clipboard

Please update the base image

Open aetos382 opened this issue 3 years ago • 1 comments

The current base image is ruby:3.1.1-alpine3.15. In alpine 3.15, apk add bash does not seem to generate /etc/bash/bashrc (it does in 3.16 and later). Therefore, the common-utils feature cannot be installed when using this image with VSCode DevContainer.

aetos382 avatar Dec 26 '22 02:12 aetos382

Hi 👋

While waiting for @envygeeks to update this repo, I've pushed to Docker Hub an updated version for jekyll/builder image: https://hub.docker.com/r/jvconseil/jekyll-docker

See also PR https://github.com/envygeeks/jekyll-docker/pull/369

Best, @JV-conseil

JV-conseil avatar Aug 28 '23 13:08 JV-conseil