-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
booking: adding booking-rbe-worker image
Extending the gcr.io/bazel-public/ubuntu2204-java17 with some extra tooling we need to build in our RBE cluster
- Loading branch information
1 parent
3775ef2
commit 8f4d841
Showing
4 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
FROM gcr.io/bazel-public/ubuntu2204-java17 | ||
|
||
RUN apt-get update -yq | ||
RUN apt-get install -yq ca-certificates curl gnupg rsync |
File renamed without changes.
File renamed without changes.