Upgrade ubuntu builder with go 1.13.10, 1.14.2 00/3400/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Wed, 22 Apr 2020 17:36:45 +0000 (13:36 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Wed, 22 Apr 2020 17:37:20 +0000 (13:37 -0400)
New tag 8-u18.04

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I51d1f25ccaa1c23542e83d1a18b2fed2ca913f84

bldr-imgs/bldr-ubuntu18-c-go/Dockerfile
bldr-imgs/bldr-ubuntu18-c-go/container-tag.yaml

index 7af4e9d..0dfbd6a 100644 (file)
@@ -54,13 +54,13 @@ RUN wget -nv https://dl.google.com/go/go${g12}.linux-amd64.tar.gz \
     && mv go /opt/go/1.12 \
     && rm -f go*.gz
 
-ARG g13="1.13.9"
+ARG g13="1.13.10"
 RUN wget -nv https://dl.google.com/go/go${g13}.linux-amd64.tar.gz \
     && tar -xf go${g13}.linux-amd64.tar.gz \
     && mv go /opt/go/1.13 \
     && rm -f go*.gz
 
-ARG g14="1.14.1"
+ARG g14="1.14.2"
 RUN wget -nv https://dl.google.com/go/go${g14}.linux-amd64.tar.gz \
     && tar -xf go${g14}.linux-amd64.tar.gz \
     && mv go /opt/go/1.14 \
index f6284e1..e596a60 100644 (file)
@@ -1,4 +1,4 @@
 # Not feasible to show all the software versions
 # here so just use a counter plus the base image
 ---
-tag: 7-u18.04
+tag: 8-u18.04