• Joined on 2023-08-08

casdoor (latest)

Published 2023-11-27 23:56:12 +07:00 by MDS

Installation

docker pull gitea.mds.name/mds/casdoor:latest
sha256:8a47c8b25fad7f5526bee7d00d097fcefce5acedf82efd2d2d3712952e9aa493

Image Layers

ADD file:756183bba9c7f4593c2b216e98e4208b9163c4c962ea0837ef88bd917609d001 in /
CMD ["/bin/sh"]
LABEL MAINTAINER=https://casdoor.org/
ARG USER=casdoor
RUN |1 USER=casdoor /bin/sh -c sed -i 's/https/http/' /etc/apk/repositories # buildkit
RUN |1 USER=casdoor /bin/sh -c apk add --update sudo # buildkit
RUN |1 USER=casdoor /bin/sh -c apk add curl # buildkit
RUN |1 USER=casdoor /bin/sh -c apk add ca-certificates && update-ca-certificates # buildkit
RUN |1 USER=casdoor /bin/sh -c adduser -D $USER -u 1000 && echo "$USER ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/$USER && chmod 0440 /etc/sudoers.d/$USER && mkdir logs && chown -R $USER:$USER logs # buildkit
USER 1000
WORKDIR /
COPY /go/src/casdoor/server ./server # buildkit
COPY /go/src/casdoor/swagger ./swagger # buildkit
COPY /go/src/casdoor/conf/app.conf ./conf/app.conf # buildkit
COPY /go/src/casdoor/version_info.txt ./go/src/casdoor/version_info.txt # buildkit
COPY /web/build ./web/build # buildkit
ENTRYPOINT ["/server"]

Labels

Key Value
MAINTAINER https://casdoor.org/
Details
Container
2023-11-27 23:56:12 +07:00
0
OCI / Docker
linux/amd64
44 MiB
Versions (1) View all
latest 2023-11-27