wedding-site (sha256:2926c35c3dcf2c5159dd492267cb291c2eb06ac425321a075910c6aeaec815a6)

Published 2026-06-10 21:32:11 +10:00 by armistace

Installation

docker pull git.aridgwayweb.com/armistace/wedding-site@sha256:2926c35c3dcf2c5159dd492267cb291c2eb06ac425321a075910c6aeaec815a6
sha256:2926c35c3dcf2c5159dd492267cb291c2eb06ac425321a075910c6aeaec815a6

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1779062400'
RUN /bin/sh -c apt-get update && apt-get install -y ruby ruby-bundler ruby-dev nano systemctl nginx build-essential && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /app
RUN /bin/sh -c ruby --version && bundle --version && gem install bundler jekyll # buildkit
ADD src/ /app/ # buildkit
RUN /bin/sh -c bundle install # buildkit
EXPOSE [4000/tcp]
ENV JEKYLL_ENV=production
ENTRYPOINT ["bundle" "exec" "jekyll" "s"]
Details
Container
2026-06-10 21:32:11 +10:00
3
OCI / Docker
linux/amd64
287 MiB
Versions (1) View all
latest 2026-06-10