BUilding selenium

This commit is contained in:
shockrah 2024-03-24 19:02:42 -07:00
parent 980f487f4b
commit b0b2a3e950
3 changed files with 21 additions and 1 deletions

View File

@ -6,4 +6,14 @@ build-ansible-image:
script:
- sh build-image.sh ansible
build-website-image:
extends: .builder
script:
- sh build-image.sh website
build-selelium-image:
extends: .builder
script:
- sh build-image.sh selenium

View File

@ -11,4 +11,7 @@ stages:
only:
refs:
- master
# Ensure we login to docker hub before hand everytime
before_script:
- echo $DOCKER_PASSWORD | docker login -u $DOCKER_USERNAME --password-stdin

View File

@ -3,12 +3,19 @@
This repository serves as a place of consolidation for most of the major public
docker images that I maintain.
# Building
Workflow for is defined as such in 3 stages:
* Validation stage: where we lint and check any
# Update Cycle
I mostly update these for my own sake however special versioning cycles can be
arranged for those that that request it.
Email: `dev@shockrah.xyz`
Email: `mail@shockrah.xyz`
# Contributing