Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit efedad1

Browse files
Merging changes from upstream and SeleniumHQ#1656
2 parents 0f28213 + 7010a13 commit efedad1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+176
-1098
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ ENV/
147147

148148
# End of https://www.gitignore.io/api/python
149149
.DS_Store
150-
release_sandbox
150+

Distributor/Dockerfile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2-
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
3-
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
4-
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
FROM selenium/base:4.4.0-20220812
6-
LABEL authors=SeleniumHQ
1+
ARG NAMESPACE
2+
ARG VERSION
3+
ARG AUTHORS
4+
FROM ${NAMESPACE}/base:${VERSION}
5+
LABEL authors=${AUTHORS}
76

87
USER 1200
98

Distributor/Dockerfile.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

Distributor/generate.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

EventBus/Dockerfile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2-
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
3-
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
4-
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
FROM selenium/base:4.4.0-20220812
6-
LABEL authors=SeleniumHQ
1+
ARG NAMESPACE
2+
ARG VERSION
3+
ARG AUTHORS
4+
FROM ${NAMESPACE}/base:${VERSION}
5+
LABEL authors=${AUTHORS}
76

87
USER 1200
98

EventBus/Dockerfile.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

EventBus/generate.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

Hub/Dockerfile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2-
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
3-
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
4-
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
FROM selenium/base:4.4.0-20220812
6-
LABEL authors=SeleniumHQ
1+
ARG NAMESPACE
2+
ARG VERSION
3+
ARG AUTHORS
4+
FROM ${NAMESPACE}/base:${VERSION}
5+
LABEL authors=${AUTHORS}
76

87
USER 1200
98

Hub/Dockerfile.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

Hub/generate.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)