goartesory (sha-34fdd373f76956787bcbcd2a59b142f1ebdba629)
Installation
docker pull git.jesusmarin.dev/angel/goartesory:sha-34fdd373f76956787bcbcd2a59b142f1ebdba629sha256:108ec5866b5b526f453855b6d8ebc74d08791ed873441a340d757473ca85b3a8Image 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
Versions (2)
View all
sha-34fdd373f76956787bcbcd2a59b142f1ebdba629
2026-06-01
latest
2026-06-01