File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 2727 - name : Note Chromium versions
2828 id : chromium-versions
2929 run : |
30+ echo "CHANNEL=stable" >> $GITHUB_OUTPUT
31+ echo "MAJOR_VERSION=114" >> $GITHUB_OUTPUT
32+ echo "POSITION=1135561" >> $GITHUB_OUTPUT
33+ exit 0
34+ # This way of getting Chromium version is not working anymore. https://chromedriver.chromium.org/downloads
3035 WHOLE_JSON=$(curl https://omahaproxy.appspot.com/all.json)
3136 JSON=$(echo $WHOLE_JSON | jq -r '.[] | select(.os=="linux") | .versions[] | select(.channel=="stable")')
3237 CHANNEL="stable"
Original file line number Diff line number Diff line change 33![ badge] ( https://github.com/umihico/docker-selenium-lambda/actions/workflows/demo-test.yml/badge.svg )
44![ badge] ( https://github.com/umihico/docker-selenium-lambda/actions/workflows/auto-update.yml/badge.svg )
55
6+ > :warning : ** Caution!**
7+ >
8+ > Updating Chromium and Chromedriver versions to v115 or later is postponed in this repository. I'll try to fix later.
9+ > See https://chromedriver.chromium.org/downloads
10+
611This is minimum demo of headless chrome and selenium on container image on AWS Lambda
712
813This image goes with these versions. [ These are automatically updated and tested everyday.] ( https://github.com/umihico/docker-selenium-lambda/actions )
You can’t perform that action at this time.
0 commit comments