-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4c4f8d
commit 506aebc
Showing
3 changed files
with
19 additions
and
12 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copyright 2020 Google LLC | ||
# Copyright 2024 Google LLC | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
|
@@ -46,6 +46,7 @@ RUN apk add --no-cache \ | |
zip \ | ||
make \ | ||
go \ | ||
yq \ | ||
protobuf-dev | ||
|
||
# Reduce nighly log (note: -ntp requires maven 3.6.1+) | ||
|
@@ -60,18 +61,11 @@ RUN chmod +x /usr/local/bin/claat | |
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \ | ||
PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser | ||
|
||
RUN npm install --global [email protected] | ||
RUN npm install --global [email protected] [email protected] | ||
|
||
# add our tooling scripts | ||
COPY *.sh /usr/bin/ | ||
|
||
# install apgieelint | ||
RUN npm install --global [email protected] | ||
|
||
# yq because the apk is too old | ||
RUN wget -q -O /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/v4.29.2/yq_linux_amd64" | ||
RUN chmod +x /usr/local/bin/yq | ||
|
||
# Run script | ||
WORKDIR /home | ||
CMD ["run-pipelines.sh"] |
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