Skip to content

Commit

Permalink
use the new kythe image (#1919)
Browse files Browse the repository at this point in the history
the new image has been pushed.
  • Loading branch information
coeuvre committed Mar 14, 2024
1 parent 11231af commit 4ca8385
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,10 +490,10 @@
"always-pull": False,
},
"kythe_ubuntu2004": {
"name": "Kythe (Ubuntu 20.04 LTS, OpenJDK 11, gcc 9.4.0)",
"emoji-name": "Kythe (:ubuntu: 20.04 LTS, OpenJDK 11, gcc 9.4.0)",
"name": "Kythe (Ubuntu 20.04 LTS)",
"emoji-name": "Kythe (:ubuntu: Ubuntu 20.04 LTS)",
"publish_binary": [],
"docker-image": f"gcr.io/{DOCKER_REGISTRY_PREFIX}/ubuntu2004-java11-kythe",
"docker-image": f"gcr.io/{DOCKER_REGISTRY_PREFIX}/ubuntu2004-kythe",
"python": "python3.8",
},
"ubuntu2204_java17": {
Expand Down
2 changes: 1 addition & 1 deletion buildkite/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ docker build -f centos7/Dockerfile --target centos7-releaser -t "g
docker build -f ubuntu1604/Dockerfile --target ubuntu1604-bazel-java8 -t "gcr.io/$PREFIX/ubuntu1604-bazel-java8" ubuntu1604
docker build -f ubuntu1804/Dockerfile --target ubuntu1804-bazel-java11 -t "gcr.io/$PREFIX/ubuntu1804-bazel-java11" ubuntu1804
docker build -f ubuntu2004/Dockerfile --target ubuntu2004-bazel-java11 -t "gcr.io/$PREFIX/ubuntu2004-bazel-java11" ubuntu2004
docker build -f ubuntu2004/Dockerfile --target ubuntu2004-java11-kythe -t "gcr.io/$PREFIX/ubuntu2004-java11-kythe" ubuntu2004
docker build -f ubuntu2004/Dockerfile --target ubuntu2004-kythe -t "gcr.io/$PREFIX/ubuntu2004-kythe" ubuntu2004
docker build -f ubuntu2204/Dockerfile --target ubuntu2204-bazel-java17 -t "gcr.io/$PREFIX/ubuntu2204-bazel-java17" ubuntu2204
docker build -f fedora39/Dockerfile --target fedora39-bazel-java17 -t "gcr.io/$PREFIX/fedora39-bazel-java17" fedora39
2 changes: 1 addition & 1 deletion buildkite/docker/push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ docker push "gcr.io/$PREFIX/ubuntu1804-bazel-java11" &
docker push "gcr.io/$PREFIX/ubuntu1804-java11" &
docker push "gcr.io/$PREFIX/ubuntu2004-bazel-java11" &
docker push "gcr.io/$PREFIX/ubuntu2004-java11" &
docker push "gcr.io/$PREFIX/ubuntu2004-java11-kythe" &
docker push "gcr.io/$PREFIX/ubuntu2004-kythe" &
docker push "gcr.io/$PREFIX/ubuntu2004" &
docker push "gcr.io/$PREFIX/ubuntu2204-java17" &
docker push "gcr.io/$PREFIX/ubuntu2204-bazel-java17" &
Expand Down

0 comments on commit 4ca8385

Please sign in to comment.