mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-01 18:56:00 +08:00
Bump development + build docker version numbers
This commit is contained in:
parent
589eaf54d7
commit
a977997e4a
@ -110,8 +110,8 @@ RUN cd /opt/boringssl/build &&\
|
||||
ARG TIMEZONEINFO=America/Los_Angeles
|
||||
RUN rm -f /etc/localtime && ln -s /usr/share/zoneinfo/${TIMEZONEINFO} /etc/localtime
|
||||
|
||||
LABEL version=0.1.22
|
||||
ENV DOCKER_IMAGEVER=0.1.22
|
||||
LABEL version=0.1.23
|
||||
ENV DOCKER_IMAGEVER=0.1.23
|
||||
ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0
|
||||
ENV CC=/opt/rh/devtoolset-8/root/usr/bin/gcc
|
||||
ENV CXX=/opt/rh/devtoolset-8/root/usr/bin/g++
|
||||
|
@ -1,4 +1,4 @@
|
||||
ARG IMAGE_TAG=0.1.21
|
||||
ARG IMAGE_TAG=0.1.23
|
||||
FROM foundationdb/foundationdb-build:${IMAGE_TAG}
|
||||
|
||||
USER root
|
||||
@ -51,8 +51,8 @@ RUN cp -iv /usr/local/bin/clang++ /usr/local/bin/clang++.deref &&\
|
||||
ldconfig &&\
|
||||
rm -rf /mnt/artifacts
|
||||
|
||||
LABEL version=0.11.13
|
||||
ENV DOCKER_IMAGEVER=0.11.13
|
||||
LABEL version=0.11.14
|
||||
ENV DOCKER_IMAGEVER=0.11.14
|
||||
|
||||
ENV CLANGCC=/usr/local/bin/clang.de8a65ef
|
||||
ENV CLANGCXX=/usr/local/bin/clang++.de8a65ef
|
||||
|
@ -2,7 +2,7 @@ version: "3"
|
||||
|
||||
services:
|
||||
common: &common
|
||||
image: foundationdb/foundationdb-build:0.1.22
|
||||
image: foundationdb/foundationdb-build:0.1.23
|
||||
|
||||
build-setup: &build-setup
|
||||
<<: *common
|
||||
|
Loading…
x
Reference in New Issue
Block a user