File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ platform(
1515 # from the image, the image doesn't need to be updated frequently. There are rare cases where
1616 # it needs to be updated. e.g. for a more recent Bash version, or new system settings that are
1717 # required for launching browsers.
18- "container-image" : "docker://us-west2-docker.pkg.dev/internal-200822/remote-execution-images/angular-devinfra-rbe-image@sha256:3389d808edbcdf8999338fd617dda68cdbaa259b431f19e41e58941cdac900a3 " ,
18+ "container-image" : "docker://us-west2-docker.pkg.dev/internal-200822/remote-execution-images/angular-devinfra-rbe-image@sha256:c853f16afdba9422f9e22548d32428a0b89e11987697c2aadd98dfa7977c7db1 " ,
1919 # By default in Google Cloud Remote build execution, network access is disabled. We explicitly set the
2020 # property in the platform again in case the default ever changes. Network access is not desirable in
2121 # Bazel builds as it is potential source of flaky tests and therefore also breaks hermeticity.
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ FROM ghcr.io/puppeteer/puppeteer:24.23.0@sha256:d7afe89d44cb5fc2d8a8ed16bf21817a
55# image- preventing us from preparing Firefox dependencies.
66USER root
77
8- # Perform update/upgrade with Debian bullseye added. Puppeteer uses
9- # `node:18` which does not have the repository added for installing Firefox .
8+ # Perform update/upgrade with Debian bullseye added.
9+ # This allows us to install Firefox for its dependencies .
1010RUN echo 'deb http://deb.debian.org/debian bullseye main' >> /etc/apt/sources.list
1111RUN apt-get -y update && apt-get -y upgrade
1212
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ or from GitHub packages. Only `pkg.dev` or `gcr.io`.
77gcloud auth configure-docker \
88 us-west2-docker.pkg.dev
99
10- sudo docker build . --network=host -t angular-devinfra-rbe-image:latest
10+ docker build . --network=host -t angular-devinfra-rbe-image:latest
1111
12- sudo docker tag angular-devinfra-rbe-image:latest \
13- us-west2-docker.pkg.dev/internal-200822/remote-execution-images/angular-devinfra-rbe-image:202305
12+ docker tag angular-devinfra-rbe-image:latest \
13+ us-west2-docker.pkg.dev/internal-200822/remote-execution-images/angular-devinfra-rbe-image:2025-10
1414
15- sudo docker push us-west2-docker.pkg.dev/internal-200822/remote-execution-images/angular-devinfra-rbe-image:202305
15+ docker push us-west2-docker.pkg.dev/internal-200822/remote-execution-images/angular-devinfra-rbe-image:2025-10
1616````
You can’t perform that action at this time.
0 commit comments