forked from aerokube/images
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ability to automatically install self-signed root CA to Chromiu…
…m-based browsers (related to aerokube#225)
- Loading branch information
1 parent
2d6a58e
commit 0b28883
Showing
14 changed files
with
55 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,7 +1,7 @@ | ||
FROM selenoid/base:5.0 | ||
FROM selenoid/base:6.0 | ||
|
||
RUN \ | ||
apt-get update && \ | ||
apt-get install -y openjdk-8-jre-headless && \ | ||
apt-get clean && \ | ||
rm -Rf /tmp/* | ||
rm -Rf /tmp/* |
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 @@ | ||
FROM selenoid/base:5.0 | ||
FROM selenoid/base:6.0 | ||
|
||
ARG VERSION | ||
ARG CLEANUP | ||
|
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 @@ | ||
FROM selenoid/base:5.0 | ||
FROM selenoid/base:6.0 | ||
|
||
ARG VERSION=noop | ||
ARG CLEANUP=noop | ||
|
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 @@ | ||
FROM selenoid/base:5.0@@REQUIRES_JAVA@@ | ||
FROM selenoid/base:6.0@@REQUIRES_JAVA@@ | ||
|
||
ARG VERSION | ||
ARG CLEANUP | ||
|
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 @@ | ||
FROM selenoid/base:5.0@@REQUIRES_JAVA@@ | ||
FROM selenoid/base:6.0@@REQUIRES_JAVA@@ | ||
|
||
ARG VERSION=noop | ||
ARG CLEANUP | ||
|
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 @@ | ||
FROM selenoid/base:5.0 | ||
FROM selenoid/base:6.0 | ||
|
||
ARG VERSION | ||
ARG CLEANUP | ||
|
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 @@ | ||
FROM selenoid/base:5.0 | ||
FROM selenoid/base:6.0 | ||
|
||
ARG VERSION=noop | ||
ARG CLEANUP=noop | ||
|
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 @@ | ||
FROM selenoid/base:5.0_java | ||
FROM selenoid/base:6.0_java | ||
|
||
ARG VERSION=12.16.1860 | ||
ARG CLEANUP | ||
|
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 @@ | ||
FROM selenoid/base:5.0 | ||
FROM selenoid/base:6.0 | ||
|
||
ARG VERSION=19.4.2.698-1 | ||
ARG CLEANUP | ||
|
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 @@ | ||
FROM selenoid/base:5.0 | ||
FROM selenoid/base:6.0 | ||
|
||
ARG VERSION=noop | ||
ARG CLEANUP=noop | ||
|