wedding-site (sha256:3945b70b500ab0fa665b8341fcab2bae7efa4feb722ded705ebafc84d68a1447)

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

Installation

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

Image Layers

# debian.sh --arch 'amd64' 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/amd64
267 MiB
Versions (1) View all
latest 2025-09-12