o2w-licences (master)
Published 2026-09-06 06:24:06 +00:00 by jose
Installation
docker pull g.o2w.es/o2w/o2w-licences:mastersha256:2fb2d7a95de2517931f0d75968fd2ba0b8e6846e086d7cf9c5af48a09812e26a
Image Layers
| ADD alpine-minirootfs-3.22.5-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates su-exec && addgroup -g 10001 -S licences && adduser -u 10001 -S -G licences -H -D licences && mkdir -p /data /migrations && chown -R 10001:10001 /data # buildkit |
| COPY /out/o2w-licences /usr/local/bin/o2w-licences # buildkit |
| COPY migrations /migrations # buildkit |
| COPY docker/entrypoint.sh /entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod 755 /entrypoint.sh /usr/local/bin/o2w-licences # buildkit |
| ENV APP_ENV=production HTTP_ADDR=:8888 SQLITE_PATH=/data/licences.db MIGRATIONS_DIR=/migrations SESSION_COOKIE_SECURE=true DATA_DIR=/data APP_UID=10001 APP_GID=10001 |
| VOLUME [/data] |
| EXPOSE [8888/tcp] |
| USER root |
| ENTRYPOINT ["/entrypoint.sh"] |