oagents (main)
Published 2026-03-12 12:13:17 +00:00 by jose
Installation
docker pull g.o2w.es/o2w/oagents:mainsha256:bd0ae49f86dd43a457181d0294ab391a09c47bdb63a4ac67db1fddbf0bee6b13
Image Layers
| bazel build @bookworm//base-files/amd64:data_statusd |
| bazel build @bookworm//netbase/amd64:data_statusd |
| bazel build @bookworm//tzdata/amd64:data_statusd |
| bazel build @bookworm//media-types/amd64:data_statusd |
| bazel build //common:rootfs |
| bazel build //common:passwd |
| bazel build //common:home |
| bazel build //common:group |
| bazel build //common:tmp |
| bazel build //static:nsswitch |
| bazel build //common:os_release_debian12 |
| bazel build //common:cacerts_debian12_amd64 |
| WORKDIR /app |
| ENV APP_HTTP_PORT=8080 |
| COPY --chown=nonroot:nonroot /out/oagents /app/oagents # buildkit |
| COPY --chown=nonroot:nonroot /src/templates /app/templates # buildkit |
| COPY --chown=nonroot:nonroot /src/assets /app/assets # buildkit |
| COPY --chown=nonroot:nonroot /src/logs /app/logs # buildkit |
| EXPOSE [8080/tcp] |
| ENTRYPOINT ["/app/oagents" "--base-dir" "/app"] |
| CMD ["--web"] |