Skip to content

Commit

Permalink
Update E2E to use new base image with Node.js 20.17 and Chrome 129
Browse files Browse the repository at this point in the history
Also pin the image version using the image digest
  • Loading branch information
AlanGreene authored and tekton-robot committed Sep 24, 2024
1 parent e40118a commit 20347c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/tekton-releases/dogfooding/dashboard-e2e-base:node20.14.0-chrome126
FROM gcr.io/tekton-releases/dogfooding/dashboard-e2e-base:node20.17.0-chrome129@sha256:823219d58f96726fa25d79571ec236c4bf672ceec961c79ded77b1eeafd858a3

ENTRYPOINT ["npm", "run", "test:ci"]
CMD ["--", "--browser", "chrome"]
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/base-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
ARG CHROME_VERSION='129.0.6668.58-1'
ARG NODE_VERSION='20.17.0'

FROM cypress/factory
FROM cypress/factory@sha256:2fd35ba020a43beefb3de43c1dfc56d36b2dd3ebb261955f4185d28737957a3f

RUN apt-get update && apt-get install -y apt-transport-https ca-certificates curl gpg &&\
mkdir -p /etc/apt/keyrings &&\
Expand Down

0 comments on commit 20347c7

Please sign in to comment.