File tree Expand file tree Collapse file tree 11 files changed +31
-6
lines changed
Expand file tree Collapse file tree 11 files changed +31
-6
lines changed Original file line number Diff line number Diff line change 11FROM arm64v8/alpine:3.10
22
3+ LABEL org.opencontainers.image.authors="Evolved Binary Ltd <tech@evolvedbinary.com>"
4+
5+ LABEL name="Alpine 3 (arm64v8) RocksJava Build Environment" \
6+ vendor="Evolved Binary Ltd"
7+
38# update Alpine with latest versions
49RUN echo '@edge http://nl.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories \
510 && echo '@community http://nl.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories \
Original file line number Diff line number Diff line change 11FROM ppc64le/alpine:3.10
22
3+ LABEL org.opencontainers.image.authors="Evolved Binary Ltd <tech@evolvedbinary.com>"
4+
5+ LABEL name="Alpine 3 (ppc64le) RocksJava Build Environment" \
6+ vendor="Evolved Binary Ltd"
7+
38# update Alpine with latest versions
49RUN echo '@edge http://nl.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories \
510 && echo '@community http://nl.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories \
Original file line number Diff line number Diff line change 11FROM s390x/alpine:3.10
22
3+ LABEL org.opencontainers.image.authors="Evolved Binary Ltd <tech@evolvedbinary.com>"
4+
5+ LABEL name="Alpine 3 (s390x) RocksJava Build Environment" \
6+ vendor="Evolved Binary Ltd"
7+
38# update Alpine with latest versions
49RUN echo '@edge http://nl.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories \
510 && echo '@community http://nl.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories \
Original file line number Diff line number Diff line change 11FROM alpine:3.10
22
3+ LABEL org.opencontainers.image.authors="Evolved Binary Ltd <tech@evolvedbinary.com>"
4+
5+ LABEL name="Alpine 3 (x64) RocksJava Build Environment" \
6+ vendor="Evolved Binary Ltd"
7+
38# update Alpine with latest versions
49RUN echo '@edge http://nl.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories \
510 && echo '@community http://nl.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories \
Original file line number Diff line number Diff line change 11FROM i386/alpine:3.10
22
3+ LABEL org.opencontainers.image.authors="Evolved Binary Ltd <tech@evolvedbinary.com>"
4+
5+ LABEL name="Alpine 3 (x64) RocksJava Build Environment" \
6+ vendor="Evolved Binary Ltd"
7+
38# update Alpine with latest versions
49RUN echo '@edge http://nl.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories \
510 && echo '@community http://nl.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories \
Original file line number Diff line number Diff line change 11FROM centos:6 AS centos6_x64-base-be
22
3- MAINTAINER Evolved Binary Ltd <tech@evolvedbinary.com>
3+ LABEL org.opencontainers.image.authors= " Evolved Binary Ltd <tech@evolvedbinary.com>"
44
55LABEL name="CentOS 6 (x64) RocksJava Build Environment" \
66 vendor="Evolved Binary Ltd"
Original file line number Diff line number Diff line change 11FROM i386/centos:6 AS centos6_x86-base-be
22
3- MAINTAINER Evolved Binary Ltd <tech@evolvedbinary.com>
3+ LABEL org.opencontainers.image.authors= " Evolved Binary Ltd <tech@evolvedbinary.com>"
44
55LABEL name="CentOS 6 (x86) RocksJava Build Environment" \
66 vendor="Evolved Binary Ltd"
Original file line number Diff line number Diff line change 11FROM arm64v8/centos:7
22
3- MAINTAINER Evolved Binary Ltd <tech@evolvedbinary.com>
3+ LABEL org.opencontainers.image.authors= " Evolved Binary Ltd <tech@evolvedbinary.com>"
44
55LABEL name="CentOS 7 (arm64v8) RocksJava Build Environment" \
66 vendor="Evolved Binary Ltd"
Original file line number Diff line number Diff line change 11FROM ppc64le/centos:7
22
3- MAINTAINER Evolved Binary Ltd <tech@evolvedbinary.com>
3+ LABEL org.opencontainers.image.authors= " Evolved Binary Ltd <tech@evolvedbinary.com>"
44
55LABEL name="CentOS 7 (ppc64le) RocksJava Build Environment" \
66 vendor="Evolved Binary Ltd"
Original file line number Diff line number Diff line change 11FROM centos:7
22
3- MAINTAINER Evolved Binary Ltd <tech@evolvedbinary.com>
3+ LABEL org.opencontainers.image.authors= " Evolved Binary Ltd <tech@evolvedbinary.com>"
44
55LABEL name="CentOS 7 (x64) RocksJava Build Environment" \
66 vendor="Evolved Binary Ltd"
You can’t perform that action at this time.
0 commit comments