Skip to content

Commit

Permalink
Merge pull request #8 from seblum/feat/bump-version
Browse files Browse the repository at this point in the history
feat/ bump chromedriver version
  • Loading branch information
seblum authored Jun 13, 2024
2 parents 3d93a95 + b168191 commit 147c8aa
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 21 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,22 +102,3 @@ seblum/octivbooker:latest
- `Error: Error pushing docker image: Error response from daemon: Bad parameters and missing X-Registry-Auth: EOF` This Error can occur during terraform apply in Github Actions during building of the Docker image.. It works running terraform apply locally though.
- `Error: Error building docker image: 0: failed to solve with frontend dockerfile.v0: failed to create LLB definition: no active session for wx08tjz0ezhyc8zt4z1qlmica: context deadline exceeded` This Error can occur during terraform apply in Github Actions during building of the Docker image.. It works running terraform apply locally though.


## TODO

- [x] create envs for octiv passwords
- [x] create docker envs for octiv passwords
- [x] pass envs from tf to docker envs for octiv passwords
- [x] move terraform to github actions
- [x] terraform statefile save on aws
- [x] resolve issue with statefile s3 bucket on deletion
- [ ] enable full vpc network on terraform
- [x] put tags in infrastructure
- [x] own network for ec2
- [x] pull docker image on ec2 and
- [x] make it run on cronjobs
- [x] write docker outputs to logs
- [ ] refactor AWS_Lambda for github actions
- [ ] documentation for lambda
- [ ] rename terraform ressources to ec2 and lambda rollouts
- [ ] tag lambda
Empty file added devcontainer.json
Empty file.
Empty file added justfile
Empty file.
2 changes: 1 addition & 1 deletion slotBooker/poetry.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get install -yqq unzip
# RUN unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/

# https://googlechromelabs.github.io/chrome-for-testing/#stable
ENV ChromedriverVersion="123.0.6312.122"
ENV ChromedriverVersion="126.0.6478.55"
# $ChromedriverVersion
RUN wget -O /tmp/chromedriver.zip https://storage.googleapis.com/chrome-for-testing-public/$ChromedriverVersion/linux64/chromedriver-linux64.zip
# https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$ChromedriverVersion/linux64/chromedriver-linux64.zip
Expand Down
2 changes: 1 addition & 1 deletion slotBooker/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "slotBooker"
version = "1.3.0"
version = "1.5.0"
description = ""
authors = ["Sebastian Blum <[email protected]>"]

Expand Down

0 comments on commit 147c8aa

Please sign in to comment.