Loading .gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -24,3 +24,9 @@ build-cypress: DIR: cypress NAME: cypress build-selenium-chromium: extends: .build-base variables: BASE: debian:sid DIR: selenium-chromium NAME: selenium-chromium README.md +6 −0 Original line number Diff line number Diff line Loading @@ -12,3 +12,9 @@ The stock cypress base image is based on debian 10, ours is based on debian 11 s Our image also has the openjdk preinstalled which the stock version does not have. `registry.reset.inso-w.at/pub/docker/cypress:latest` ### Image with selenium and chromium For tests that use java, node, selenium, chromium `registry.reset.inso-w.at/pub/docker/selenium-chromium:latest` selenium-chromium/Dockerfile 0 → 100644 +5 −0 Original line number Diff line number Diff line FROM debian:sid RUN apt-get update && apt-get -y install vim curl wget rsync grep maven ssh git gitinspector nodejs npm docker gradle mkdocs maven chromium xvfb openjdk-17-jdk RUN npm install protractor -g RUN webdriver-manager update Loading
.gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -24,3 +24,9 @@ build-cypress: DIR: cypress NAME: cypress build-selenium-chromium: extends: .build-base variables: BASE: debian:sid DIR: selenium-chromium NAME: selenium-chromium
README.md +6 −0 Original line number Diff line number Diff line Loading @@ -12,3 +12,9 @@ The stock cypress base image is based on debian 10, ours is based on debian 11 s Our image also has the openjdk preinstalled which the stock version does not have. `registry.reset.inso-w.at/pub/docker/cypress:latest` ### Image with selenium and chromium For tests that use java, node, selenium, chromium `registry.reset.inso-w.at/pub/docker/selenium-chromium:latest`
selenium-chromium/Dockerfile 0 → 100644 +5 −0 Original line number Diff line number Diff line FROM debian:sid RUN apt-get update && apt-get -y install vim curl wget rsync grep maven ssh git gitinspector nodejs npm docker gradle mkdocs maven chromium xvfb openjdk-17-jdk RUN npm install protractor -g RUN webdriver-manager update