wedding-site (sha256:620ff67af4a67008e23b8562a671175fcda47326739fe98ee818be1eb70b39a1)

Published 2025-09-12 00:07:38 +10:00 by armistace

Installation

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

Image Layers

# debian.sh --arch 'arm64' out/ 'trixie' '@1757289600'
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:{}]
ENTRYPOINT ["bundle" "exec" "jekyll" "s" "--host" "0.0.0.0"]
Details
Container
2025-09-12 00:07:38 +10:00
0
OCI / Docker
linux/arm64
259 MiB
Versions (1) View all
latest 2025-09-12