Skip to content

Releases: umihico/docker-selenium-lambda

Version Updates Wed Feb 28 01:13:27 UTC 2024

28 Feb 01:13
8f9e09f

Choose a tag to compare

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

Version Updates Fri Feb 23 01:13:32 UTC 2024

23 Feb 01:13
c8208d9

Choose a tag to compare

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

diff --git a/Dockerfile b/Dockerfile
index cfd1c9a..bd96b2d 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 50018c4..d220cd0 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.57
    -- chromedriver 122.0.6261.57
    +- chromium 122.0.6261.69
    +- chromedriver 122.0.6261.69
  • selenium 4.18.1

Running the demo

Version Updates Wed Feb 21 01:15:03 UTC 2024

21 Feb 01:15
24acba8

Choose a tag to compare

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

diff --git a/Dockerfile b/Dockerfile
index 74c6ed2..cfd1c9a 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 51e82f6..50018c4 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 121.0.6167.184
    -- chromedriver 121.0.6167.184
    +- chromium 122.0.6261.57
    +- chromedriver 122.0.6261.57
  • selenium 4.18.1

Running the demo

Version Updates Tue Feb 20 01:13:22 UTC 2024

20 Feb 01:13
186952e

Choose a tag to compare

SHA256_DIGEST=6db34bc7b73e25ae2fdb2421815805cd404ae4c0f46bcc336c677ea40f901877
REVISION=1233107
PYTHON_VERSION=3.12.0
SELENIUM_VERSION=4.18.1
CHROME_VERSION=121.0.6167.184

diff --git a/Dockerfile b/Dockerfile
index 9bd2463..74c6ed2 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.17.2
+RUN pip install selenium==4.18.1
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 a4e8d6b..51e82f6 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.0
  • chromium 121.0.6167.184
  • chromedriver 121.0.6167.184
    -- selenium 4.17.2
    +- selenium 4.18.1

Running the demo

Version Updates Sat Feb 17 14:20:06 UTC 2024

17 Feb 14:20
756392c

Choose a tag to compare

SHA256_DIGEST=6db34bc7b73e25ae2fdb2421815805cd404ae4c0f46bcc336c677ea40f901877
REVISION=1233107
PYTHON_VERSION=3.12.0
SELENIUM_VERSION=4.17.2
CHROME_VERSION=121.0.6167.184

diff --git a/Dockerfile b/Dockerfile
index 4776afe..9bd2463 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:c95e0a2af8bd2bb58e9de147305d30a6e8e598200ef4a2e9a06d14a4934fb204 as build
+FROM public.ecr.aws/lambda/python@sha256:6db34bc7b73e25ae2fdb2421815805cd404ae4c0f46bcc336c677ea40f901877 as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:c95e0a2af8bd2bb58e9de147305d30a6e8e598200ef4a2e9a06d14a4934fb204
+FROM public.ecr.aws/lambda/python@sha256:6db34bc7b73e25ae2fdb2421815805cd404ae4c0f46bcc336c677ea40f901877
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 4bae981..a4e8d6b 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 121.0.6167.85
    -- chromedriver 121.0.6167.85
    +- chromium 121.0.6167.184
    +- chromedriver 121.0.6167.184
  • selenium 4.17.2

Running the demo

Version Updates Wed Jan 24 01:22:28 UTC 2024

24 Jan 01:22
fba30af

Choose a tag to compare

SHA256_DIGEST=c95e0a2af8bd2bb58e9de147305d30a6e8e598200ef4a2e9a06d14a4934fb204
REVISION=1233107
PYTHON_VERSION=3.12.0
SELENIUM_VERSION=4.17.2
CHROME_VERSION=121.0.6167.85

diff --git a/Dockerfile b/Dockerfile
index 610d843..2e19fba 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,16 +1,16 @@
-FROM public.ecr.aws/lambda/python@sha256:5f59359f025e159ac53ba7bc94d2d724b4d8fc0d5d17375b4b27fb70ae4fa15d as build
+FROM public.ecr.aws/lambda/python@sha256:c95e0a2af8bd2bb58e9de147305d30a6e8e598200ef4a2e9a06d14a4934fb204 as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:5f59359f025e159ac53ba7bc94d2d724b4d8fc0d5d17375b4b27fb70ae4fa15d
+FROM public.ecr.aws/lambda/python@sha256:c95e0a2af8bd2bb58e9de147305d30a6e8e598200ef4a2e9a06d14a4934fb204
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.16.0
+RUN pip install selenium==4.17.2
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 4914545..9fa9aa9 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,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.0
    -- chromium 120.0.6099.109
    -- chromedriver 120.0.6099.109
    -- selenium 4.16.0
    +- chromium 121.0.6167.85
    +- chromedriver 121.0.6167.85
    +- selenium 4.17.2

Running the demo

Version Updates Tue Dec 19 01:19:18 UTC 2023

19 Dec 01:19
6447039

Choose a tag to compare

SHA256_DIGEST=5f59359f025e159ac53ba7bc94d2d724b4d8fc0d5d17375b4b27fb70ae4fa15d
REVISION=1217362
PYTHON_VERSION=3.12.0
SELENIUM_VERSION=4.16.0
CHROME_VERSION=120.0.6099.109

diff --git a/Dockerfile b/Dockerfile
index 56ebe4a..610d843 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:7a7b39f39c6cfd90ebd3cb5b94354d67500c381168ae51c0b78c3401f33462ab as build
+FROM public.ecr.aws/lambda/python@sha256:5f59359f025e159ac53ba7bc94d2d724b4d8fc0d5d17375b4b27fb70ae4fa15d as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:7a7b39f39c6cfd90ebd3cb5b94354d67500c381168ae51c0b78c3401f33462ab
+FROM public.ecr.aws/lambda/python@sha256:5f59359f025e159ac53ba7bc94d2d724b4d8fc0d5d17375b4b27fb70ae4fa15d
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 8db3d19..4914545 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 120.0.6099.71
    -- chromedriver 120.0.6099.71
    +- chromium 120.0.6099.109
    +- chromedriver 120.0.6099.109
  • selenium 4.16.0

Running the demo

Version Updates Thu Dec 7 01:19:52 UTC 2023

07 Dec 01:19
92770fd

Choose a tag to compare

SHA256_DIGEST=7a7b39f39c6cfd90ebd3cb5b94354d67500c381168ae51c0b78c3401f33462ab
REVISION=1217362
PYTHON_VERSION=3.12.0
SELENIUM_VERSION=4.16.0
CHROME_VERSION=120.0.6099.71

diff --git a/Dockerfile b/Dockerfile
index 00f7159..56ebe4a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,16 +1,16 @@
-FROM public.ecr.aws/lambda/python@sha256:3cdaa29e3569901e27144ad78ecba00db1f43fe556c1b063574a8d0e18f34a1a as build
+FROM public.ecr.aws/lambda/python@sha256:7a7b39f39c6cfd90ebd3cb5b94354d67500c381168ae51c0b78c3401f33462ab as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:3cdaa29e3569901e27144ad78ecba00db1f43fe556c1b063574a8d0e18f34a1a
+FROM public.ecr.aws/lambda/python@sha256:7a7b39f39c6cfd90ebd3cb5b94354d67500c381168ae51c0b78c3401f33462ab
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.15.2
+RUN pip install selenium==4.16.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 5788474..8db3d19 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,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.0
    -- chromium 120.0.6099.62
    -- chromedriver 120.0.6099.62
    -- selenium 4.15.2
    +- chromium 120.0.6099.71
    +- chromedriver 120.0.6099.71
    +- selenium 4.16.0

Running the demo

Version Updates Wed Dec 6 01:20:30 UTC 2023

06 Dec 01:20
c71dcff

Choose a tag to compare

SHA256_DIGEST=3cdaa29e3569901e27144ad78ecba00db1f43fe556c1b063574a8d0e18f34a1a
REVISION=1217362
PYTHON_VERSION=3.12.0
SELENIUM_VERSION=4.15.2
CHROME_VERSION=120.0.6099.62

diff --git a/Dockerfile b/Dockerfile
index 0b11b69..00f7159 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:fb31ca51357519a48a90f01a76e9d550778ecfcbe8d92dd832ec49b6672e387c as build
+FROM public.ecr.aws/lambda/python@sha256:3cdaa29e3569901e27144ad78ecba00db1f43fe556c1b063574a8d0e18f34a1a as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:fb31ca51357519a48a90f01a76e9d550778ecfcbe8d92dd832ec49b6672e387c
+FROM public.ecr.aws/lambda/python@sha256:3cdaa29e3569901e27144ad78ecba00db1f43fe556c1b063574a8d0e18f34a1a
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 1d2e942..5788474 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 119.0.6045.105
    -- chromedriver 119.0.6045.105
    +- chromium 120.0.6099.62
    +- chromedriver 120.0.6099.62
  • selenium 4.15.2

Running the demo

Version Updates Tue Nov 21 14:19:20 UTC 2023

21 Nov 14:19
0b41c12

Choose a tag to compare

SHA256_DIGEST=fb31ca51357519a48a90f01a76e9d550778ecfcbe8d92dd832ec49b6672e387c
REVISION=1204232
PYTHON_VERSION=3.12.0
SELENIUM_VERSION=4.15.2
CHROME_VERSION=119.0.6045.105

diff --git a/Dockerfile b/Dockerfile
index b4437dd..0b11b69 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:f0c3116a56d167eba8021a5d7c595f969835fbe78826303326f80de00d044733 as build
+FROM public.ecr.aws/lambda/python@sha256:fb31ca51357519a48a90f01a76e9d550778ecfcbe8d92dd832ec49b6672e387c as build
RUN dnf install -y unzip &&
curl -Lo "/tmp/chromedriver-linux64.zip" "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/119.0.6045.105/linux64/chromedriver-linux64.zip" &&
curl -Lo "/tmp/chrome-linux64.zip" "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/119.0.6045.105/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:f0c3116a56d167eba8021a5d7c595f969835fbe78826303326f80de00d044733
+FROM public.ecr.aws/lambda/python@sha256:fb31ca51357519a48a90f01a76e9d550778ecfcbe8d92dd832ec49b6672e387c
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 a94d433..1d2e942 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.11.6
+- Python 3.12.0

  • chromium 119.0.6045.105
  • chromedriver 119.0.6045.105
  • selenium 4.15.2