| ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| LABEL maintainer=linkinstar@apache.org |
| ARG TIMEZONE |
| ENV TIMEZONE=Asia/Shanghai |
| /bin/sh -c apk update && apk --no-cache add bash ca-certificates curl dumb-init gettext openssh sqlite gnupg tzdata && ln -sf /usr/share/zoneinfo/${TIMEZONE} /etc/localtime && echo "${TIMEZONE}" > /etc/timezone |
| COPY file:6e000b70bc0450e88347bc9cb1690fe7d905f5652b4c8f9044a7b863dc0c5214 in /usr/bin/answer |
| COPY dir:e1b943607600887e13d3ab2991fff66cf8bd8f264fde265a81178ff2308e7ce0 in /data |
| COPY file:795e82ab6eb8f35f1d26f6607ac8f9b99bd8afd5b42c03774a153a314b12a45a in /entrypoint.sh |
| /bin/sh -c chmod 755 /entrypoint.sh |
| VOLUME [/data] |
| EXPOSE 80 |
| ENTRYPOINT ["/entrypoint.sh"] |
| LABEL com.docker.compose.image.builder=classic |