• Joined on 2023-08-08

casdoor-all-in-one (latest)

Published 2023-11-27 23:57:08 +07:00 by MDS

Installation

docker pull gitea.mds.name/mds/casdoor-all-in-one:latest
sha256:0a75f4cfe05685898a3d76c64859622d8e3d68637b01f54d2a3e6bab64dc3332

Image Layers

ADD file:39d17d28c5de0bd629e5b7c8190228e5a445d61d668e189b7523e90e68f78244 in /
CMD ["bash"]
RUN /bin/sh -c apt update && apt install -y mariadb-server mariadb-client && rm -rf /var/lib/apt/lists/* # buildkit
LABEL MAINTAINER=https://casdoor.org/
RUN /bin/sh -c apt update # buildkit
RUN /bin/sh -c apt install -y ca-certificates && update-ca-certificates # buildkit
WORKDIR /
COPY /go/src/casdoor/server ./server # buildkit
COPY /go/src/casdoor/swagger ./swagger # buildkit
COPY /go/src/casdoor/docker-entrypoint.sh /docker-entrypoint.sh # 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 ["/bin/bash"]
CMD ["/docker-entrypoint.sh"]

Labels

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