Sign inSign up

tnk4on/jekyll

By tnk4on

Updated about 3 years ago

Image
0

1.1K

tnk4on/jekyll repository overview

jekyll

  • Base image: registry.fedoraproject.org/fedora
  • Multi architecture images: amd64 and arm64

Containerfile

FROM registry.fedoraproject.org/fedora
LABEL maintainer="Shion Tanaka / Twitter(@tnk4on)"

RUN dnf update -y
RUN dnf install ruby ruby-devel @development-tools g++ -y
RUN gem install jekyll
RUN dnf clean all 

WORKDIR /srv/jekyll

Run

$ podman run -d --rm -v $PWD:/srv/jekyll -p 4000:4000 --name jekyll quay.io/tnk4on/jekyll sleep inf
$ podman exec -it jekyll bash

Tag summary

Content type

Image

Digest

sha256:fba8f650d

Size

582.7 MB

Last updated

about 3 years ago

docker pull tnk4on/jekyll