File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1- FROM plugins/base:linux-amd64
1+ FROM alpine:3.15.4@sha256:a777c9c66ba177ccfea23f2a216ff6721e78a662cd17019488c417135299cd89
22
33LABEL maintainer="Bo-Yi Wu <
[email protected] >" \
44 org.label-schema.name="Gorush" \
55 org.label-schema.vendor="Bo-Yi Wu" \
66 org.label-schema.schema-version="1.0"
77
8+ RUN apk add --no-cache ca-certificates mailcap && \
9+ echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
10+
811COPY release/linux/amd64/gorush /bin/
912
1013EXPOSE 8088 9000
Original file line number Diff line number Diff line change 1- FROM plugins/base:linux-arm
1+ FROM alpine:3.15.4@sha256:a777c9c66ba177ccfea23f2a216ff6721e78a662cd17019488c417135299cd89
22
33LABEL maintainer="Bo-Yi Wu <
[email protected] >" \
44 org.label-schema.name="Gorush" \
55 org.label-schema.vendor="Bo-Yi Wu" \
66 org.label-schema.schema-version="1.0"
77
8+ RUN apk add --no-cache ca-certificates mailcap && \
9+ echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
10+
811COPY release/linux/arm/gorush /bin/
912
1013EXPOSE 8088 9000
Original file line number Diff line number Diff line change 1- FROM plugins/base:linux-arm64
1+ FROM alpine:3.15.4@sha256:a777c9c66ba177ccfea23f2a216ff6721e78a662cd17019488c417135299cd89
22
33LABEL maintainer="Bo-Yi Wu <
[email protected] >" \
44 org.label-schema.name="Gorush" \
55 org.label-schema.vendor="Bo-Yi Wu" \
66 org.label-schema.schema-version="1.0"
77
8+ RUN apk add --no-cache ca-certificates mailcap && \
9+ echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
10+
811COPY release/linux/arm64/gorush /bin/
912
1013EXPOSE 8088 9000
You can’t perform that action at this time.
0 commit comments