Open sent-hil opened 3 years ago
I tried jekyll/minimal:3.8 and that worked
~/p/sent-hil.github.io:master$ docker run --rm \
--volume="$PWD:/srv/jekyll" \
-it jekyll/minimal:$JEKYLL_VERSION \
jekyll build
Unable to find image 'jekyll/minimal:3.8' locally
3.8: Pulling from jekyll/minimal
9d48c3bd43c5: Pull complete
9ce9598067e7: Pull complete
278f4c997324: Pull complete
bfca09e5fd9a: Pull complete
2612f15b9d22: Pull complete
c79650ce4f76: Pull complete
Digest: sha256:b2f0232c1cb902d9e9a373441a36cf125853b326fb7ee30ecf0b8244009ee22b
Status: Downloaded newer image for jekyll/minimal:3.8
ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-linux-musl]
Configuration file: /srv/jekyll/_config.yml
Source: /srv/jekyll
Destination: /srv/jekyll/_site
Incremental build: disabled. Enable with --incremental
Generating...
done in 0.447 seconds.
Auto-regeneration: disabled. Use --watch to enable.
I'm able to pull other docker images. This command worked few weeks ago, but not any more. Help please?