goartesory (latest)

Published 2026-06-01 15:23:05 +00:00 by angel in angel/goartesory

Installation

docker pull git.jesusmarin.dev/angel/goartesory:latest
sha256:108ec5866b5b526f453855b6d8ebc74d08791ed873441a340d757473ca85b3a8

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libvips42 libgomp1 ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c groupadd -r appgroup && useradd -r -g appgroup appuser # buildkit
WORKDIR /app
COPY /goartesory . # buildkit
COPY /goartesory-setup . # buildkit
COPY /go/bin/migrate . # buildkit
COPY migrations/ ./migrations/ # buildkit
COPY entrypoint.sh . # buildkit
RUN /bin/sh -c chmod +x /app/goartesory /app/goartesory-setup /app/migrate /app/entrypoint.sh # buildkit
RUN /bin/sh -c mkdir -p /data && chown -R appuser:appgroup /app /data # buildkit
USER appuser
EXPOSE [8080/tcp]
ENTRYPOINT ["/app/entrypoint.sh"]
CMD ["server"]
Details
Container
2026-06-01 15:23:05 +00:00
1
OCI / Docker
linux/amd64
156 MiB
Versions (2) View all