devops (v1)

Published 2 years ago by yry-code-pull-user

Installation

docker pull gitea.drugeyes.vip/pharnexbase/devops:v1

Image Layers

ADD file:9233f6f2237d79659a9521f7e390df217cec49f1a8aa3a12147bbca1956acdb9 in /
CMD ["/bin/sh"]
WORKDIR /app
COPY /app/devops /app/devops # buildkit
EXPOSE map[8090/tcp:{}]
RUN /bin/sh -c sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories && apk update && apk add curl tzdata && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo "Asia/Shanghai" > /etc/timezone && apk del tzdata && rm -rf /var/lib/apk/* # buildkit
CMD ["/app/devops"]
Details
Container
2022-12-27
1
OCI / Docker
linux/amd64
Versions (1) View all
v1 on 2022-12-27