edge-routeratest (sha256:61e9c3a850f95f3a2e0e0f93ba5179548cf871ea7385f1304417c7782f35f96e)

Published 2026-08-04 14:46:51 +00:00 by james.oates

Installation

docker pull forge.isohex.uk/isohex/edge-routeratest@sha256:61e9c3a850f95f3a2e0e0f93ba5179548cf871ea7385f1304417c7782f35f96e
sha256:61e9c3a850f95f3a2e0e0f93ba5179548cf871ea7385f1304417c7782f35f96e

Image layers

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit
WORKDIR /app
COPY /app/target/release/edge-router /app/edge-router # buildkit
RUN /bin/sh -c mkdir -p /app/data /app/static /app/config # buildkit
ENV DATABASE_URL=sqlite:///app/data/edge-router.db
ENV HTTP_PORT=80
ENV RUST_LOG=edge_router=info,tower_http=info
EXPOSE [80/tcp]
EXPOSE [443/tcp]
ENTRYPOINT ["/app/edge-router"]
Details
Container
2026-08-04 14:46:51 +00:00
0
OCI / Docker
linux/amd64
12 MiB
Versions (1) View all
latest 2026-08-04