Skip to content

Commit

Permalink
Merge pull request #1020 from elweb9858/revert-1018-javac_image
Browse files Browse the repository at this point in the history
Revert "Use marketplace.gcr.io/google/openjdk8 instead of launcher.gcr.io/google/openjdk8"
  • Loading branch information
codrienne authored Oct 1, 2024
2 parents bb7ea13 + 23919d5 commit f6bc8e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions javac/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=marketplace.gcr.io/google/openjdk8
ARG BASE_IMAGE=launcher.gcr.io/google/openjdk8
FROM ${BASE_IMAGE}

ARG DOCKER_VERSION=5:19.03.8~3-0~debian-stretch
Expand All @@ -18,8 +18,7 @@ RUN \
RUN \
apt-get update -qqy && apt-get dist-upgrade -yq && \
apt-get --fix-broken -y install && \
apt-get -y install apt-transport-https ca-certificates curl gnupg2 \
software-properties-common less bzip2 && \
apt-get -y install apt-transport-https ca-certificates curl gnupg2 software-properties-common && \
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - && \
apt-key fingerprint 9DC858229FC7DD38854AE2D88D81803C0EBFCD88 && \
add-apt-repository \
Expand Down
2 changes: 1 addition & 1 deletion javac/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ steps:
args:
- 'build'
- '--no-cache'
- '--build-arg=BASE_IMAGE=marketplace.gcr.io/google/openjdk8'
- '--build-arg=BASE_IMAGE=launcher.gcr.io/google/openjdk8'
- '--build-arg=DOCKER_VERSION=5:19.03.8~3-0~debian-stretch'
- '--tag=gcr.io/$PROJECT_ID/javac:8'
- '--tag=gcr.io/$PROJECT_ID/javac'
Expand Down

0 comments on commit f6bc8e3

Please sign in to comment.