This repository was archived by the owner on Jun 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ COPY supervisord.conf /etc
9090RUN mkdir -p /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
9191 && touch /opt/selenium/config.toml \
9292 && chmod -R 777 /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor /etc/passwd \
93- && wget --no-verbose https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.4 .0/selenium-server-4.4 .0.jar \
93+ && wget --no-verbose https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.5 .0/selenium-server-4.5 .0.jar \
9494 -O /opt/selenium/selenium-server.jar \
9595 && chgrp -R 0 /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
9696 && chmod -R g=u /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ firefox: node_base
8181 cd ./NodeFirefox && docker build $(BUILD_ARGS ) $(FROM_IMAGE_ARGS ) -t $(NAME ) /node-firefox:$(TAG_VERSION ) .
8282
8383firefox_dev :
84- cd ./NodeFirefox && docker build $(BUILD_ARGS ) $(FROM_IMAGE_ARGS ) --build-arg FIREFOX_VERSION=devedition -latest -t $(NAME ) /node-firefox:dev .
84+ cd ./NodeFirefox && docker build $(BUILD_ARGS ) $(FROM_IMAGE_ARGS ) --build-arg FIREFOX_VERSION=nightly -latest -t $(NAME ) /node-firefox:dev .
8585
8686firefox_beta :
8787 cd ./NodeFirefox && docker build $(BUILD_ARGS ) $(FROM_IMAGE_ARGS ) --build-arg FIREFOX_VERSION=beta-latest -t $(NAME ) /node-firefox:beta .
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ apiVersion: v2
22name : selenium-grid
33description : A Helm chart for creating a Selenium Grid Server in Kubernetes
44type : application
5- version : 0.9 .0
5+ version : 0.10 .0
66appVersion : 4.4.0-20220831
77icon : https://github.com/SeleniumHQ/docker-selenium/raw/trunk/logo.png
You can’t perform that action at this time.
0 commit comments