wedding-site (sha256:391810e127905de1e1b75e6d151a7ab0be1f02a3cd1c87475dc79e8869169310)

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

Installation

docker pull git.aridgwayweb.com/armistace/wedding-site@sha256:391810e127905de1e1b75e6d151a7ab0be1f02a3cd1c87475dc79e8869169310
sha256:391810e127905de1e1b75e6d151a7ab0be1f02a3cd1c87475dc79e8869169310

Image Layers

# debian.sh --arch 'arm64' 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
0
OCI / Docker
linux/arm64
279 MiB
Versions (1) View all
latest 2026-06-10