Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #517 from vania-pooh/master
Browse files Browse the repository at this point in the history
New base image
  • Loading branch information
vania-pooh authored Apr 12, 2022
2 parents fbb4b32 + 7cbe7ad commit 251448c
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 14 deletions.
9 changes: 7 additions & 2 deletions docs/cypress.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ These images are used to run https://cypress.io/[Cypress] tests in parallel.
| browsers/cypress-chromium:cypress-9.5.0 | - | 9.5.0 | 97.0.4692.71
| browsers/cypress-chromium:cypress-9.5.1 | browsers/cypress-chromium:97.0 | 9.5.1 | 97.0.4692.71
| browsers/cypress-chromium:cypress-9.5.2 | - | 9.5.2 | 99.0.4844.51
| browsers/cypress-chromium:cypress-9.5.3 | browsers/cypress-chromium:99.0 | 9.5.3 | 99.0.4844.84
| browsers/cypress-chromium:cypress-9.5.3 | - | 9.5.3 | 99.0.4844.84
| browsers/cypress-chromium:cypress-9.5.4 | browsers/cypress-chromium:99.0 | 9.5.4 | 99.0.4844.84
|===

.Chrome Images
Expand Down Expand Up @@ -79,7 +80,8 @@ These images are used to run https://cypress.io/[Cypress] tests in parallel.
| browsers/cypress-chrome:cypress-9.5.0 | browsers/cypress-chrome:98.0 | 9.5.0 | 98.0.4758.102
| browsers/cypress-chrome:cypress-9.5.1 | - | 9.5.1 | 99.0.4844.51
| browsers/cypress-chrome:cypress-9.5.2 | browsers/cypress-chrome:99.0 | 9.5.2 | 99.0.4844.74
| browsers/cypress-chrome:cypress-9.5.3 | browsers/cypress-chrome:100.0 | 9.5.3 | 100.0.4896.60
| browsers/cypress-chrome:cypress-9.5.3 | - | 9.5.3 | 100.0.4896.60
| browsers/cypress-chrome:cypress-9.5.4 | browsers/cypress-chrome:100.0 | 9.5.4 | 100.0.4896.88
|===

.Electron Images
Expand Down Expand Up @@ -120,6 +122,7 @@ These images are used to run https://cypress.io/[Cypress] tests in parallel.
| browsers/cypress-electron:cypress-9.5.1 | 9.5.1
| browsers/cypress-electron:cypress-9.5.2 | 9.5.2
| browsers/cypress-electron:cypress-9.5.3 | 9.5.3
| browsers/cypress-electron:cypress-9.5.4 | 9.5.4
|===

.Microsoft Edge Images
Expand Down Expand Up @@ -161,6 +164,7 @@ These images are used to run https://cypress.io/[Cypress] tests in parallel.
| browsers/cypress-edge:cypress-9.5.1 | browsers/cypress-edge:98.0 | 9.5.1 | 98.0.1108.62
| browsers/cypress-edge:cypress-9.5.2 | - | 9.5.2 | 99.0.1150.38
| browsers/cypress-edge:cypress-9.5.3 | browsers/cypress-edge:99.0 | 9.5.3 | 99.0.1150.55
| browsers/cypress-edge:cypress-9.5.4 | browsers/cypress-edge:100.0 | 9.5.4 | 100.0.1185.39
|===

.Firefox Images
Expand Down Expand Up @@ -201,4 +205,5 @@ These images are used to run https://cypress.io/[Cypress] tests in parallel.
| browsers/cypress-firefox:cypress-9.5.1 | browsers/cypress-firefox:97.0 | 9.5.1 | 97.0
| browsers/cypress-firefox:cypress-9.5.2 | - | 9.5.2 | 98.0
| browsers/cypress-firefox:cypress-9.5.3 | browsers/cypress-firefox:98.0 | 9.5.3 | 98.0.2
| browsers/cypress-firefox:cypress-9.5.4 | browsers/cypress-firefox:99.0 | 9.5.4 | 99.0
|===
2 changes: 1 addition & 1 deletion selenium/opera_presto/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM browsers/base:7.3.5
FROM browsers/base:7.3.6

RUN \
curl -s https://deb.opera.com/archive.key | apt-key add - && \
Expand Down
2 changes: 1 addition & 1 deletion static/chrome/apt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM browsers/base:7.3.5
FROM browsers/base:7.3.6

ARG VERSION
ARG PACKAGE=google-chrome-stable
Expand Down
2 changes: 1 addition & 1 deletion static/chrome/local/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM browsers/base:7.3.5
FROM browsers/base:7.3.6

ARG VERSION=noop
ARG PACKAGE=google-chrome-stable
Expand Down
2 changes: 1 addition & 1 deletion static/edge/apt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM browsers/base:7.3.5
FROM browsers/base:7.3.6

ARG VERSION
ARG PACKAGE=microsoft-edge-stable
Expand Down
2 changes: 1 addition & 1 deletion static/edge/local/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM browsers/base:7.3.5
FROM browsers/base:7.3.6

ARG VERSION=noop
ARG PACKAGE=microsoft-edge-stable
Expand Down
2 changes: 1 addition & 1 deletion static/firefox/apt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM browsers/base:7.3.5
FROM browsers/base:7.3.6

ARG VERSION
ARG PACKAGE=firefox
Expand Down
2 changes: 1 addition & 1 deletion static/firefox/local/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM browsers/base:7.3.5
FROM browsers/base:7.3.6

ARG VERSION=noop
ARG PACKAGE=firefox
Expand Down
2 changes: 1 addition & 1 deletion static/opera/apt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM browsers/base:7.3.5
FROM browsers/base:7.3.6

ARG VERSION
ARG PACKAGE=opera-stable
Expand Down
2 changes: 1 addition & 1 deletion static/opera/local/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM browsers/base:7.3.5
FROM browsers/base:7.3.6

ARG VERSION=noop
ARG PACKAGE=opera-stable
Expand Down
2 changes: 1 addition & 1 deletion static/safari/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN \
upx /prism/prism && \
rm -Rf /var/lib/apt/lists/*

FROM browsers/base:7.3.5
FROM browsers/base:7.3.6

COPY --from=build /opt/webkit /opt/webkit
COPY --from=go /prism/prism /usr/bin/
Expand Down
2 changes: 1 addition & 1 deletion static/yandex/apt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM browsers/base:7.3.5
FROM browsers/base:7.3.6

ARG VERSION=19.4.2.698-1

Expand Down
2 changes: 1 addition & 1 deletion static/yandex/local/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM browsers/base:7.3.5
FROM browsers/base:7.3.6

ARG VERSION=noop

Expand Down

0 comments on commit 251448c

Please sign in to comment.