eth-oidc (latest)

Published 2025-02-14 14:51:11 +11:00 by nathanwoodburn in nathanwoodburn/eth-oidc

Installation

docker pull git.woodburn.au/nathanwoodburn/eth-oidc:latest
sha256:14ea0587e9852694fdb7696afbbc1e535180834bc1e8afdcea437da2c6e6088c

About this package

OpenID Connect Identity Provider for Sign-In with Ethereum

Image Layers

ADD alpine-minirootfs-3.21.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
COPY /siwe-oidc/target/x86_64-unknown-linux-musl/release/siwe-oidc /usr/local/bin/ # buildkit
WORKDIR /siwe-oidc
RUN /bin/sh -c mkdir -p ./static # buildkit
COPY /siwe-oidc/static/ ./static/ # buildkit
COPY /siwe-oidc/siwe-oidc.toml ./ # buildkit
ENV SIWEOIDC_ADDRESS=0.0.0.0
EXPOSE map[8000/tcp:{}]
ENTRYPOINT ["siwe-oidc"]
LABEL org.opencontainers.image.source=https://github.com/spruceid/siwe-oidc
LABEL org.opencontainers.image.description=OpenID Connect Identity Provider for Sign-In with Ethereum
LABEL org.opencontainers.image.licenses=MIT OR Apache-2.0

Labels

Key Value
org.opencontainers.image.description OpenID Connect Identity Provider for Sign-In with Ethereum
org.opencontainers.image.licenses MIT OR Apache-2.0
org.opencontainers.image.source https://github.com/spruceid/siwe-oidc
Details
Container
2025-02-14 14:51:11 +11:00
3
OCI / Docker
linux/amd64
MIT OR Apache-2.0
7.7 MiB
Versions (5) View all
manual 2025-02-14
latest 2025-02-14