Update builder base image

This image seems to be more publicly advertised compared to the one currently used, even though the latter is also from Google.

See: https://cloud.google.com/container-registry/docs/managed-base-images#available_images

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=242666510
This commit is contained in:
jianglai 2019-04-09 07:57:54 -07:00
parent d5b540dfe7
commit d54e97dc18

View file

@ -7,7 +7,7 @@
# one layer is produced, but separating them makes it easier to experiment, as
# previous layers are cached. When we settle on the content, consider merging
# the RUNs.
FROM gcr.io/gcp-runtimes/ubuntu_16_0_4
FROM marketplace.gcr.io/google/ubuntu1804
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install apt-utils -y && apt-get upgrade -y
RUN apt-get install -y locales lsb-release