Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit

Permalink
chore: debugging kaniko image build failure (#1018)
Browse files Browse the repository at this point in the history
* chore: adding in debug/verbose statements to assist in debugging periodic failures from testing-web-e2e-trigger. Source is kaniko cache.

* refactor: swapping back to latest
  • Loading branch information
pattishin authored Dec 9, 2023
1 parent 9ab24e6 commit 5cbc4e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ops/e2e-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# This Dockerfile is used to run the website for Playwright tests #
###################################################################

ARG VERBOSE=true
FROM mcr.microsoft.com/playwright:v1.40.1-focal-amd64
RUN apt-get update && \
apt-get install -y software-properties-common && \
Expand Down

0 comments on commit 5cbc4e6

Please sign in to comment.