docker-selenium-lambda

The simplest demo of chrome automation by python and selenium in AWS Lambda

MIT License

Stars
534
Committers
5

Bot releases are visible (Hide)

docker-selenium-lambda - Version Updates Fri May 24 01:52:57 UTC 2024

Published by github-actions[bot] 5 months ago

SHA256_DIGEST=51ebbb5a9b649d5f48f25c5383aa5c79ccd49146a842fc4d2711566cca7abd74
REVISION=1287751
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.21.0
CHROME_VERSION=125.0.6422.78

diff --git a/Dockerfile b/Dockerfile
index 4333a3e..ff7d143 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:0d68270cc918cb720827b02aba85e80aa148bc75f3bdada9e16874c1778ea1e1 as build
+FROM public.ecr.aws/lambda/python@sha256:51ebbb5a9b649d5f48f25c5383aa5c79ccd49146a842fc4d2711566cca7abd74 as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:0d68270cc918cb720827b02aba85e80aa148bc75f3bdada9e16874c1778ea1e1
+FROM public.ecr.aws/lambda/python@sha256:51ebbb5a9b649d5f48f25c5383aa5c79ccd49146a842fc4d2711566cca7abd74
RUN dnf install -y atk cups-libs gtk3 libXcomposite alsa-lib
libXcursor libXdamage libXext libXi libXrandr libXScrnSaver
libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb
diff --git a/README.md b/README.md
index b0b151a..9e2591a 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ This is minimum demo of headless chrome and selenium on container image on AWS L
This image goes with these versions. These are automatically updated and tested everyday.

  • Python 3.12.3
    -- chromium 125.0.6422.60
    -- chromedriver 125.0.6422.60
    +- chromium 125.0.6422.78
    +- chromedriver 125.0.6422.78
  • selenium 4.21.0

Running the demo

docker-selenium-lambda - Version Updates Fri May 17 01:20:54 UTC 2024

Published by github-actions[bot] 5 months ago

SHA256_DIGEST=0d68270cc918cb720827b02aba85e80aa148bc75f3bdada9e16874c1778ea1e1
REVISION=1287751
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.21.0
CHROME_VERSION=125.0.6422.60

diff --git a/Dockerfile b/Dockerfile
index ee089c5..4333a3e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,7 +10,7 @@ RUN dnf install -y atk cups-libs gtk3 libXcomposite alsa-lib
libXcursor libXdamage libXext libXi libXrandr libXScrnSaver
libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb
xorg-x11-xauth dbus-glib dbus-glib-devel nss mesa-libgbm
-RUN pip install selenium==4.20.0
+RUN pip install selenium==4.21.0
COPY --from=build /opt/chrome-linux64 /opt/chrome
COPY --from=build /opt/chromedriver-linux64 /opt/
COPY main.py ./
diff --git a/README.md b/README.md
index 4b19d07..5026456 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ This image goes with these versions. [These are automatically updated and tested

  • Python 3.12.3
  • chromium 125.0.6422.60
  • chromedriver 125.0.6422.60
    -- selenium 4.20.0
    +- selenium 4.21.0

Running the demo

docker-selenium-lambda - Version Updates Thu May 16 01:20:54 UTC 2024

Published by github-actions[bot] 5 months ago

SHA256_DIGEST=0d68270cc918cb720827b02aba85e80aa148bc75f3bdada9e16874c1778ea1e1
REVISION=1287751
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.20.0
CHROME_VERSION=125.0.6422.60

diff --git a/Dockerfile b/Dockerfile
index 196fb6f..ee089c5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:863510d99a857b3e2878cfa0945ba7408ad25b16ac7ee81ac1b4b602d18d8b4e as build
+FROM public.ecr.aws/lambda/python@sha256:0d68270cc918cb720827b02aba85e80aa148bc75f3bdada9e16874c1778ea1e1 as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:863510d99a857b3e2878cfa0945ba7408ad25b16ac7ee81ac1b4b602d18d8b4e
+FROM public.ecr.aws/lambda/python@sha256:0d68270cc918cb720827b02aba85e80aa148bc75f3bdada9e16874c1778ea1e1
RUN dnf install -y atk cups-libs gtk3 libXcomposite alsa-lib
libXcursor libXdamage libXext libXi libXrandr libXScrnSaver
libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb
diff --git a/README.md b/README.md
index ae25d12..4b19d07 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ This is minimum demo of headless chrome and selenium on container image on AWS L
This image goes with these versions. These are automatically updated and tested everyday.

  • Python 3.12.3
    -- chromium 124.0.6367.207
    -- chromedriver 124.0.6367.207
    +- chromium 125.0.6422.60
    +- chromedriver 125.0.6422.60
  • selenium 4.20.0

Running the demo

docker-selenium-lambda - Version Updates Tue May 14 01:20:20 UTC 2024

Published by github-actions[bot] 5 months ago

SHA256_DIGEST=863510d99a857b3e2878cfa0945ba7408ad25b16ac7ee81ac1b4b602d18d8b4e
REVISION=1274542
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.20.0
CHROME_VERSION=124.0.6367.207

diff --git a/Dockerfile b/Dockerfile
index fe5c6fe..196fb6f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:3df8dcffd27efbaa191051cd2247e07e4a86aac394c6644e717cda3ca407f212 as build
+FROM public.ecr.aws/lambda/python@sha256:863510d99a857b3e2878cfa0945ba7408ad25b16ac7ee81ac1b4b602d18d8b4e as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:3df8dcffd27efbaa191051cd2247e07e4a86aac394c6644e717cda3ca407f212
+FROM public.ecr.aws/lambda/python@sha256:863510d99a857b3e2878cfa0945ba7408ad25b16ac7ee81ac1b4b602d18d8b4e
RUN dnf install -y atk cups-libs gtk3 libXcomposite alsa-lib
libXcursor libXdamage libXext libXi libXrandr libXScrnSaver
libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb
diff --git a/README.md b/README.md
index ec7aded..ae25d12 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,9 @@ This is minimum demo of headless chrome and selenium on container image on AWS L

This image goes with these versions. These are automatically updated and tested everyday.

-- Python 3.12.2
-- chromium 124.0.6367.201
-- chromedriver 124.0.6367.201
+- Python 3.12.3
+- chromium 124.0.6367.207
+- chromedriver 124.0.6367.207

  • selenium 4.20.0

Running the demo

docker-selenium-lambda - Version Updates Fri May 10 01:20:11 UTC 2024

Published by github-actions[bot] 5 months ago

SHA256_DIGEST=3df8dcffd27efbaa191051cd2247e07e4a86aac394c6644e717cda3ca407f212
REVISION=1274542
PYTHON_VERSION=3.12.2
SELENIUM_VERSION=4.20.0
CHROME_VERSION=124.0.6367.201

diff --git a/Dockerfile b/Dockerfile
index b0b849a..fe5c6fe 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python@sha256:3df8dcffd27efbaa191051cd2247e07e4a86aac394c6644e717cda3ca407f212 as build
RUN dnf install -y unzip && \

diff --git a/README.md b/README.md
index c300788..ec7aded 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ This is minimum demo of headless chrome and selenium on container image on AWS L
This image goes with these versions. These are automatically updated and tested everyday.

  • Python 3.12.2
    -- chromium 124.0.6367.155
    -- chromedriver 124.0.6367.155
    +- chromium 124.0.6367.201
    +- chromedriver 124.0.6367.201
  • selenium 4.20.0

Running the demo

docker-selenium-lambda - Version Updates Wed May 8 01:06:36 UTC 2024

Published by github-actions[bot] 5 months ago

SHA256_DIGEST=3df8dcffd27efbaa191051cd2247e07e4a86aac394c6644e717cda3ca407f212
REVISION=1274542
PYTHON_VERSION=3.12.2
SELENIUM_VERSION=4.20.0
CHROME_VERSION=124.0.6367.155

diff --git a/Dockerfile b/Dockerfile
index 6ecb103..b0b849a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python@sha256:3df8dcffd27efbaa191051cd2247e07e4a86aac394c6644e717cda3ca407f212 as build
RUN dnf install -y unzip && \

diff --git a/README.md b/README.md
index 1f2ad83..c300788 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ This is minimum demo of headless chrome and selenium on container image on AWS L
This image goes with these versions. These are automatically updated and tested everyday.

  • Python 3.12.2
    -- chromium 124.0.6367.91
    -- chromedriver 124.0.6367.91
    +- chromium 124.0.6367.155
    +- chromedriver 124.0.6367.155
  • selenium 4.20.0

Running the demo

docker-selenium-lambda - Version Updates Fri Apr 26 01:18:11 UTC 2024

Published by github-actions[bot] 6 months ago

SHA256_DIGEST=3df8dcffd27efbaa191051cd2247e07e4a86aac394c6644e717cda3ca407f212
REVISION=1274542
PYTHON_VERSION=3.12.2
SELENIUM_VERSION=4.20.0
CHROME_VERSION=124.0.6367.91

diff --git a/Dockerfile b/Dockerfile
index 18b817d..6ecb103 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python@sha256:3df8dcffd27efbaa191051cd2247e07e4a86aac394c6644e717cda3ca407f212 as build
RUN dnf install -y unzip && \

diff --git a/README.md b/README.md
index a5a3157..1f2ad83 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ This is minimum demo of headless chrome and selenium on container image on AWS L
This image goes with these versions. These are automatically updated and tested everyday.

  • Python 3.12.2
    -- chromium 124.0.6367.78
    -- chromedriver 124.0.6367.78
    +- chromium 124.0.6367.91
    +- chromedriver 124.0.6367.91
  • selenium 4.20.0

Running the demo

docker-selenium-lambda - Version Updates Thu Apr 25 01:19:10 UTC 2024

Published by github-actions[bot] 6 months ago

SHA256_DIGEST=3df8dcffd27efbaa191051cd2247e07e4a86aac394c6644e717cda3ca407f212
REVISION=1274542
PYTHON_VERSION=3.12.2
SELENIUM_VERSION=4.20.0
CHROME_VERSION=124.0.6367.78

diff --git a/Dockerfile b/Dockerfile
index 1c43676..18b817d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,7 +10,7 @@ RUN dnf install -y atk cups-libs gtk3 libXcomposite alsa-lib
libXcursor libXdamage libXext libXi libXrandr libXScrnSaver
libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb
xorg-x11-xauth dbus-glib dbus-glib-devel nss mesa-libgbm
-RUN pip install selenium==4.19.0
+RUN pip install selenium==4.20.0
COPY --from=build /opt/chrome-linux64 /opt/chrome
COPY --from=build /opt/chromedriver-linux64 /opt/
COPY main.py ./
diff --git a/README.md b/README.md
index 501215d..a5a3157 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ This image goes with these versions. [These are automatically updated and tested

  • Python 3.12.2
  • chromium 124.0.6367.78
  • chromedriver 124.0.6367.78
    -- selenium 4.19.0
    +- selenium 4.20.0

Running the demo

docker-selenium-lambda - Version Updates Wed Apr 24 01:19:59 UTC 2024

Published by github-actions[bot] 6 months ago

SHA256_DIGEST=3df8dcffd27efbaa191051cd2247e07e4a86aac394c6644e717cda3ca407f212
REVISION=1274542
PYTHON_VERSION=3.12.2
SELENIUM_VERSION=4.19.0
CHROME_VERSION=124.0.6367.78

diff --git a/Dockerfile b/Dockerfile
index 8294518..1c43676 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python@sha256:3df8dcffd27efbaa191051cd2247e07e4a86aac394c6644e717cda3ca407f212 as build
RUN dnf install -y unzip && \

diff --git a/README.md b/README.md
index 7fd2f72..501215d 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ This is minimum demo of headless chrome and selenium on container image on AWS L
This image goes with these versions. These are automatically updated and tested everyday.

  • Python 3.12.2
    -- chromium 124.0.6367.60
    -- chromedriver 124.0.6367.60
    +- chromium 124.0.6367.78
    +- chromedriver 124.0.6367.78
  • selenium 4.19.0

Running the demo

docker-selenium-lambda - Version Updates Tue Apr 23 01:18:34 UTC 2024

Published by github-actions[bot] 6 months ago

SHA256_DIGEST=3df8dcffd27efbaa191051cd2247e07e4a86aac394c6644e717cda3ca407f212
REVISION=1274542
PYTHON_VERSION=3.12.2
SELENIUM_VERSION=4.19.0
CHROME_VERSION=124.0.6367.60

diff --git a/Dockerfile b/Dockerfile
index b92dd7e..8294518 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:bf65727dd64fa8cbe9ada6a6c29a3fa4f248c635599e770366f8ac21eef36630 as build
+FROM public.ecr.aws/lambda/python@sha256:3df8dcffd27efbaa191051cd2247e07e4a86aac394c6644e717cda3ca407f212 as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:bf65727dd64fa8cbe9ada6a6c29a3fa4f248c635599e770366f8ac21eef36630
+FROM public.ecr.aws/lambda/python@sha256:3df8dcffd27efbaa191051cd2247e07e4a86aac394c6644e717cda3ca407f212
RUN dnf install -y atk cups-libs gtk3 libXcomposite alsa-lib
libXcursor libXdamage libXext libXi libXrandr libXScrnSaver
libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb
diff --git a/README.md b/README.md
index e47b30c..7fd2f72 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ This is minimum demo of headless chrome and selenium on container image on AWS L
This image goes with these versions. These are automatically updated and tested everyday.

  • Python 3.12.2
    -- chromium 123.0.6312.122
    -- chromedriver 123.0.6312.122
    +- chromium 124.0.6367.60
    +- chromedriver 124.0.6367.60
  • selenium 4.19.0

Running the demo

docker-selenium-lambda - Version Updates Thu Apr 11 01:17:33 UTC 2024

Published by github-actions[bot] 6 months ago

SHA256_DIGEST=bf65727dd64fa8cbe9ada6a6c29a3fa4f248c635599e770366f8ac21eef36630
REVISION=1262506
PYTHON_VERSION=3.12.2
SELENIUM_VERSION=4.19.0
CHROME_VERSION=123.0.6312.122

diff --git a/Dockerfile b/Dockerfile
index 76eb78e..b92dd7e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python@sha256:bf65727dd64fa8cbe9ada6a6c29a3fa4f248c635599e770366f8ac21eef36630 as build
RUN dnf install -y unzip && \

diff --git a/README.md b/README.md
index 3bb87a0..e47b30c 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ This is minimum demo of headless chrome and selenium on container image on AWS L
This image goes with these versions. These are automatically updated and tested everyday.

  • Python 3.12.2
    -- chromium 123.0.6312.105
    -- chromedriver 123.0.6312.105
    +- chromium 123.0.6312.122
    +- chromedriver 123.0.6312.122
  • selenium 4.19.0

Running the demo

docker-selenium-lambda - Version Updates Fri Apr 5 01:16:08 UTC 2024

Published by github-actions[bot] 7 months ago

SHA256_DIGEST=bf65727dd64fa8cbe9ada6a6c29a3fa4f248c635599e770366f8ac21eef36630
REVISION=1262506
PYTHON_VERSION=3.12.2
SELENIUM_VERSION=4.19.0
CHROME_VERSION=123.0.6312.105

diff --git a/Dockerfile b/Dockerfile
index c1f9ce1..76eb78e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:5f04a5e231d238774b62a4900bcf7927838811047600583272d590956bbec940 as build
+FROM public.ecr.aws/lambda/python@sha256:bf65727dd64fa8cbe9ada6a6c29a3fa4f248c635599e770366f8ac21eef36630 as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:5f04a5e231d238774b62a4900bcf7927838811047600583272d590956bbec940
+FROM public.ecr.aws/lambda/python@sha256:bf65727dd64fa8cbe9ada6a6c29a3fa4f248c635599e770366f8ac21eef36630
RUN dnf install -y atk cups-libs gtk3 libXcomposite alsa-lib
libXcursor libXdamage libXext libXi libXrandr libXScrnSaver
libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb
diff --git a/README.md b/README.md
index db855ab..3bb87a0 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ This is minimum demo of headless chrome and selenium on container image on AWS L
This image goes with these versions. These are automatically updated and tested everyday.

  • Python 3.12.2
    -- chromium 123.0.6312.86
    -- chromedriver 123.0.6312.86
    +- chromium 123.0.6312.105
    +- chromedriver 123.0.6312.105
  • selenium 4.19.0

Running the demo

docker-selenium-lambda - Version Updates Thu Mar 28 01:14:53 UTC 2024

Published by github-actions[bot] 7 months ago

SHA256_DIGEST=5f04a5e231d238774b62a4900bcf7927838811047600583272d590956bbec940
REVISION=1262506
PYTHON_VERSION=3.12.2
SELENIUM_VERSION=4.19.0
CHROME_VERSION=123.0.6312.86

diff --git a/Dockerfile b/Dockerfile
index c04ce76..c1f9ce1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,7 +10,7 @@ RUN dnf install -y atk cups-libs gtk3 libXcomposite alsa-lib
libXcursor libXdamage libXext libXi libXrandr libXScrnSaver
libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb
xorg-x11-xauth dbus-glib dbus-glib-devel nss mesa-libgbm
-RUN pip install selenium==4.18.1
+RUN pip install selenium==4.19.0
COPY --from=build /opt/chrome-linux64 /opt/chrome
COPY --from=build /opt/chromedriver-linux64 /opt/
COPY main.py ./
diff --git a/README.md b/README.md
index 8f4d036..db855ab 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ This image goes with these versions. [These are automatically updated and tested

  • Python 3.12.2
  • chromium 123.0.6312.86
  • chromedriver 123.0.6312.86
    -- selenium 4.18.1
    +- selenium 4.19.0

Running the demo

docker-selenium-lambda - Version Updates Wed Mar 27 01:14:40 UTC 2024

Published by github-actions[bot] 7 months ago

SHA256_DIGEST=5f04a5e231d238774b62a4900bcf7927838811047600583272d590956bbec940
REVISION=1262506
PYTHON_VERSION=3.12.2
SELENIUM_VERSION=4.18.1
CHROME_VERSION=123.0.6312.86

diff --git a/Dockerfile b/Dockerfile
index 5ad26e9..c04ce76 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:9ace63fcbbf8d96d889a8f4cd70f716ccf93fa91e1c2eaa86f3f395b0704c74c as build
+FROM public.ecr.aws/lambda/python@sha256:5f04a5e231d238774b62a4900bcf7927838811047600583272d590956bbec940 as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:9ace63fcbbf8d96d889a8f4cd70f716ccf93fa91e1c2eaa86f3f395b0704c74c
+FROM public.ecr.aws/lambda/python@sha256:5f04a5e231d238774b62a4900bcf7927838811047600583272d590956bbec940
RUN dnf install -y atk cups-libs gtk3 libXcomposite alsa-lib
libXcursor libXdamage libXext libXi libXrandr libXScrnSaver
libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb
diff --git a/README.md b/README.md
index fd8f2ab..8f4d036 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ This is minimum demo of headless chrome and selenium on container image on AWS L
This image goes with these versions. These are automatically updated and tested everyday.

  • Python 3.12.2
    -- chromium 123.0.6312.58
    -- chromedriver 123.0.6312.58
    +- chromium 123.0.6312.86
    +- chromedriver 123.0.6312.86
  • selenium 4.18.1

Running the demo

docker-selenium-lambda - Version Updates Thu Mar 21 01:15:51 UTC 2024

Published by github-actions[bot] 7 months ago

SHA256_DIGEST=9ace63fcbbf8d96d889a8f4cd70f716ccf93fa91e1c2eaa86f3f395b0704c74c
REVISION=1262506
PYTHON_VERSION=3.12.2
SELENIUM_VERSION=4.18.1
CHROME_VERSION=123.0.6312.58

diff --git a/Dockerfile b/Dockerfile
index fd4bd0b..5ad26e9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:1d922f123370801843aad18d0911759c55402af4d0dddb601181df4ed42b2ce2 as build
+FROM public.ecr.aws/lambda/python@sha256:9ace63fcbbf8d96d889a8f4cd70f716ccf93fa91e1c2eaa86f3f395b0704c74c as build
RUN dnf install -y unzip &&
curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.58/linux64/chromedriver-linux64.zip" &&
curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.58/linux64/chrome-linux64.zip" &&
unzip /tmp/chromedriver-linux64.zip -d /opt/ &&
unzip /tmp/chrome-linux64.zip -d /opt/

-FROM public.ecr.aws/lambda/python@sha256:1d922f123370801843aad18d0911759c55402af4d0dddb601181df4ed42b2ce2
+FROM public.ecr.aws/lambda/python@sha256:9ace63fcbbf8d96d889a8f4cd70f716ccf93fa91e1c2eaa86f3f395b0704c74c
RUN dnf install -y atk cups-libs gtk3 libXcomposite alsa-lib
libXcursor libXdamage libXext libXi libXrandr libXScrnSaver
libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb
diff --git a/README.md b/README.md
index 931c51a..fd8f2ab 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ This is minimum demo of headless chrome and selenium on container image on AWS L

This image goes with these versions. These are automatically updated and tested everyday.

-- Python 3.12.1
+- Python 3.12.2

  • chromium 123.0.6312.58
  • chromedriver 123.0.6312.58
  • selenium 4.18.1
docker-selenium-lambda - Version Updates Wed Mar 20 01:14:42 UTC 2024

Published by github-actions[bot] 7 months ago

SHA256_DIGEST=1d922f123370801843aad18d0911759c55402af4d0dddb601181df4ed42b2ce2
REVISION=1262506
PYTHON_VERSION=3.12.1
SELENIUM_VERSION=4.18.1
CHROME_VERSION=123.0.6312.58

diff --git a/Dockerfile b/Dockerfile
index 7ee9c9d..fd4bd0b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python@sha256:1d922f123370801843aad18d0911759c55402af4d0dddb601181df4ed42b2ce2 as build
RUN dnf install -y unzip && \

diff --git a/README.md b/README.md
index d756f00..931c51a 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ This is minimum demo of headless chrome and selenium on container image on AWS L
This image goes with these versions. These are automatically updated and tested everyday.

  • Python 3.12.1
    -- chromium 122.0.6261.128
    -- chromedriver 122.0.6261.128
    +- chromium 123.0.6312.58
    +- chromedriver 123.0.6312.58
  • selenium 4.18.1

Running the demo

docker-selenium-lambda - Version Updates Wed Mar 13 01:15:57 UTC 2024

Published by github-actions[bot] 7 months ago

SHA256_DIGEST=1d922f123370801843aad18d0911759c55402af4d0dddb601181df4ed42b2ce2
REVISION=1250580
PYTHON_VERSION=3.12.1
SELENIUM_VERSION=4.18.1
CHROME_VERSION=122.0.6261.128

diff --git a/Dockerfile b/Dockerfile
index bd35afd..7ee9c9d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python@sha256:1d922f123370801843aad18d0911759c55402af4d0dddb601181df4ed42b2ce2 as build
RUN dnf install -y unzip && \

diff --git a/README.md b/README.md
index 8b05fee..d756f00 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ This is minimum demo of headless chrome and selenium on container image on AWS L
This image goes with these versions. These are automatically updated and tested everyday.

  • Python 3.12.1
    -- chromium 122.0.6261.111
    -- chromedriver 122.0.6261.111
    +- chromium 122.0.6261.128
    +- chromedriver 122.0.6261.128
  • selenium 4.18.1

Running the demo

docker-selenium-lambda - Version Updates Fri Mar 8 01:14:24 UTC 2024

Published by github-actions[bot] 8 months ago

SHA256_DIGEST=1d922f123370801843aad18d0911759c55402af4d0dddb601181df4ed42b2ce2
REVISION=1250580
PYTHON_VERSION=3.12.1
SELENIUM_VERSION=4.18.1
CHROME_VERSION=122.0.6261.111

diff --git a/Dockerfile b/Dockerfile
index d3dedac..bd35afd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python@sha256:1d922f123370801843aad18d0911759c55402af4d0dddb601181df4ed42b2ce2 as build
RUN dnf install -y unzip && \

diff --git a/README.md b/README.md
index 4d09461..8b05fee 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ This is minimum demo of headless chrome and selenium on container image on AWS L
This image goes with these versions. These are automatically updated and tested everyday.

  • Python 3.12.1
    -- chromium 122.0.6261.94
    -- chromedriver 122.0.6261.94
    +- chromium 122.0.6261.111
    +- chromedriver 122.0.6261.111
  • selenium 4.18.1

Running the demo

docker-selenium-lambda - Version Updates Tue Mar 5 01:13:43 UTC 2024

Published by github-actions[bot] 8 months ago

SHA256_DIGEST=1d922f123370801843aad18d0911759c55402af4d0dddb601181df4ed42b2ce2
REVISION=1250580
PYTHON_VERSION=3.12.1
SELENIUM_VERSION=4.18.1
CHROME_VERSION=122.0.6261.94

diff --git a/Dockerfile b/Dockerfile
index 5af7dad..d3dedac 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:6db34bc7b73e25ae2fdb2421815805cd404ae4c0f46bcc336c677ea40f901877 as build
+FROM public.ecr.aws/lambda/python@sha256:1d922f123370801843aad18d0911759c55402af4d0dddb601181df4ed42b2ce2 as build
RUN dnf install -y unzip &&
curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/122.0.6261.94/linux64/chromedriver-linux64.zip" &&
curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/122.0.6261.94/linux64/chrome-linux64.zip" &&
unzip /tmp/chromedriver-linux64.zip -d /opt/ &&
unzip /tmp/chrome-linux64.zip -d /opt/

-FROM public.ecr.aws/lambda/python@sha256:6db34bc7b73e25ae2fdb2421815805cd404ae4c0f46bcc336c677ea40f901877
+FROM public.ecr.aws/lambda/python@sha256:1d922f123370801843aad18d0911759c55402af4d0dddb601181df4ed42b2ce2
RUN dnf install -y atk cups-libs gtk3 libXcomposite alsa-lib
libXcursor libXdamage libXext libXi libXrandr libXScrnSaver
libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb
diff --git a/README.md b/README.md
index f0e3947..4d09461 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ This is minimum demo of headless chrome and selenium on container image on AWS L

This image goes with these versions. These are automatically updated and tested everyday.

-- Python 3.12.0
+- Python 3.12.1

  • chromium 122.0.6261.94
  • chromedriver 122.0.6261.94
  • selenium 4.18.1
docker-selenium-lambda - Version Updates Wed Feb 28 01:13:27 UTC 2024

Published by github-actions[bot] 8 months ago

SHA256_DIGEST=6db34bc7b73e25ae2fdb2421815805cd404ae4c0f46bcc336c677ea40f901877
REVISION=1250580
PYTHON_VERSION=3.12.0
SELENIUM_VERSION=4.18.1
CHROME_VERSION=122.0.6261.94

diff --git a/Dockerfile b/Dockerfile
index bd96b2d..5af7dad 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python@sha256:6db34bc7b73e25ae2fdb2421815805cd404ae4c0f46bcc336c677ea40f901877 as build
RUN dnf install -y unzip && \

diff --git a/README.md b/README.md
index d220cd0..f0e3947 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ This is minimum demo of headless chrome and selenium on container image on AWS L
This image goes with these versions. These are automatically updated and tested everyday.

  • Python 3.12.0
    -- chromium 122.0.6261.69
    -- chromedriver 122.0.6261.69
    +- chromium 122.0.6261.94
    +- chromedriver 122.0.6261.94
  • selenium 4.18.1

Running the demo