Block a user
jre (17)
Published 2024-12-08 13:22:43 +08:00 by youmetme
Installation
docker pull gitea.youmetme.wang/youmetme/jre:17sha256:db6ae0b18960a3b02389045eed358ffb752091073258ad8e710ce767662464a6
Image Layers
| ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in / |
| CMD ["/bin/sh"] |
| WORKDIR /app |
| RUN /bin/sh -c sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories && apk update # buildkit |
| RUN /bin/sh -c apk add --no-cache -q openjdk17-jre # buildkit |