wedding-site (sha256:f110ced29677311d6a48580b2e45211d9ff720c5ee6a7ca40ce8fd98e4b23471)

Published 2025-10-13 13:02:15 +10:00 by armistace

Installation

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

Image Layers

# debian.sh --arch 'arm64' out/ 'trixie' '@1759104000'
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 map[4000/tcp:{}]
ENV JEKYLL_ENV=production
ENTRYPOINT ["bundle" "exec" "jekyll" "s"]
Details
Container
2025-10-13 13:02:15 +10:00
0
OCI / Docker
linux/arm64
272 MiB
Versions (1) View all
latest 2025-10-13