Bump development + build docker version numbers

This commit is contained in:
Russell Sears 2020-12-09 16:23:46 -08:00
parent 589eaf54d7
commit a977997e4a
3 changed files with 6 additions and 6 deletions

View File

@ -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++

View File

@ -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

View File

@ -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