Skip to content

Releases: umihico/docker-selenium-lambda

Version Updates Wed Jul 16 02:12:22 UTC 2025

16 Jul 02:12
b730342
Compare
Choose a tag to compare

SHA256_DIGEST=8a7e192732832465cb613ab8bbcc8c7b8c926f781947cae2963bc97db507c2de
REVISION=1465706
PYTHON_VERSION=3.13.5
SELENIUM_VERSION=4.34.2
CHROME_VERSION=138.0.7204.157

diff --git a/Dockerfile b/Dockerfile
index 095359e..ad09cb3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:5e1f7986477b164e9c93268a4281c82cb79e91db3d003f9f8ecbe003261a750b as build
+FROM public.ecr.aws/lambda/python@sha256:8a7e192732832465cb613ab8bbcc8c7b8c926f781947cae2963bc97db507c2de as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:5e1f7986477b164e9c93268a4281c82cb79e91db3d003f9f8ecbe003261a750b
+FROM public.ecr.aws/lambda/python@sha256:8a7e192732832465cb613ab8bbcc8c7b8c926f781947cae2963bc97db507c2de
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 51665b1..2c2c510 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.13.5
    -- chromium 138.0.7204.94
    -- chromedriver 138.0.7204.94
    +- chromium 138.0.7204.157
    +- chromedriver 138.0.7204.157
  • selenium 4.34.2

Running the demo

Version Updates Sun Jul 13 02:26:19 UTC 2025

13 Jul 02:26
38e07ab
Compare
Choose a tag to compare

SHA256_DIGEST=5e1f7986477b164e9c93268a4281c82cb79e91db3d003f9f8ecbe003261a750b
REVISION=1465706
PYTHON_VERSION=3.13.5
SELENIUM_VERSION=4.34.2
CHROME_VERSION=138.0.7204.94

diff --git a/Dockerfile b/Dockerfile
index 6f8213e..095359e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:466809a45ae3765e753081092eaecc16cbf97e7171a20569a1180556855e7447 as build
+FROM public.ecr.aws/lambda/python@sha256:5e1f7986477b164e9c93268a4281c82cb79e91db3d003f9f8ecbe003261a750b as build
RUN dnf install -y unzip &&
curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.94/linux64/chromedriver-linux64.zip" &&
curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.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:466809a45ae3765e753081092eaecc16cbf97e7171a20569a1180556855e7447
+FROM public.ecr.aws/lambda/python@sha256:5e1f7986477b164e9c93268a4281c82cb79e91db3d003f9f8ecbe003261a750b
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 f8cc44e..51665b1 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.13.4
+- Python 3.13.5

  • chromium 138.0.7204.94
  • chromedriver 138.0.7204.94
  • selenium 4.34.2

Version Updates Wed Jul 9 02:08:56 UTC 2025

09 Jul 02:09
9c6f027
Compare
Choose a tag to compare

SHA256_DIGEST=466809a45ae3765e753081092eaecc16cbf97e7171a20569a1180556855e7447
REVISION=1465706
PYTHON_VERSION=3.13.4
SELENIUM_VERSION=4.34.2
CHROME_VERSION=138.0.7204.94

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

@@ -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.34.1
+RUN pip install selenium==4.34.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 687f343..f8cc44e 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.13.4
    -- chromium 138.0.7204.92
    -- chromedriver 138.0.7204.92
    -- selenium 4.34.1
    +- chromium 138.0.7204.94
    +- chromedriver 138.0.7204.94
    +- selenium 4.34.2

Running the demo

Version Updates Tue Jul 8 02:06:56 UTC 2025

08 Jul 02:07
cb8f108
Compare
Choose a tag to compare

SHA256_DIGEST=466809a45ae3765e753081092eaecc16cbf97e7171a20569a1180556855e7447
REVISION=1465706
PYTHON_VERSION=3.13.4
SELENIUM_VERSION=4.34.1
CHROME_VERSION=138.0.7204.92

diff --git a/Dockerfile b/Dockerfile
index 390b966..d9337fc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,16 +1,16 @@
-FROM public.ecr.aws/lambda/python@sha256:01a68895b1eab3e6fe7a37dcc71f65791c353c5c76aed65c6c8cb5977033e575 as build
+FROM public.ecr.aws/lambda/python@sha256:466809a45ae3765e753081092eaecc16cbf97e7171a20569a1180556855e7447 as build
RUN dnf install -y unzip &&
curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.92/linux64/chromedriver-linux64.zip" &&
curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.92/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:01a68895b1eab3e6fe7a37dcc71f65791c353c5c76aed65c6c8cb5977033e575
+FROM public.ecr.aws/lambda/python@sha256:466809a45ae3765e753081092eaecc16cbf97e7171a20569a1180556855e7447
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.34.0
+RUN pip install selenium==4.34.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 48746e1..687f343 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.13.4
  • chromium 138.0.7204.92
  • chromedriver 138.0.7204.92
    -- selenium 4.34.0
    +- selenium 4.34.1

Running the demo

Version Updates Tue Jul 1 02:23:44 UTC 2025

01 Jul 02:23
6aafd9a
Compare
Choose a tag to compare

SHA256_DIGEST=01a68895b1eab3e6fe7a37dcc71f65791c353c5c76aed65c6c8cb5977033e575
REVISION=1465706
PYTHON_VERSION=3.13.4
SELENIUM_VERSION=4.34.0
CHROME_VERSION=138.0.7204.92

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

diff --git a/README.md b/README.md
index 3f38e82..48746e1 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.13.4
    -- chromium 138.0.7204.49
    -- chromedriver 138.0.7204.49
    +- chromium 138.0.7204.92
    +- chromedriver 138.0.7204.92
  • selenium 4.34.0

Running the demo

Version Updates Mon Jun 30 02:11:25 UTC 2025

30 Jun 02:11
03bf171
Compare
Choose a tag to compare

SHA256_DIGEST=01a68895b1eab3e6fe7a37dcc71f65791c353c5c76aed65c6c8cb5977033e575
REVISION=1465706
PYTHON_VERSION=3.13.4
SELENIUM_VERSION=4.34.0
CHROME_VERSION=138.0.7204.49

diff --git a/Dockerfile b/Dockerfile
index a8d26f3..bee80bd 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.33.0
+RUN pip install selenium==4.34.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 5dc4a4f..3f38e82 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.13.4
  • chromium 138.0.7204.49
  • chromedriver 138.0.7204.49
    -- selenium 4.33.0
    +- selenium 4.34.0

Running the demo

Version Updates Wed Jun 25 02:08:27 UTC 2025

25 Jun 02:08
a8c4507
Compare
Choose a tag to compare

SHA256_DIGEST=01a68895b1eab3e6fe7a37dcc71f65791c353c5c76aed65c6c8cb5977033e575
REVISION=1465706
PYTHON_VERSION=3.13.4
SELENIUM_VERSION=4.33.0
CHROME_VERSION=138.0.7204.49

diff --git a/Dockerfile b/Dockerfile
index 56debc8..a8d26f3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:614df4176ae2fdbc33685eca1c11453a254c0b4eaaf9227ec431cc0400ee16c9 as build
+FROM public.ecr.aws/lambda/python@sha256:01a68895b1eab3e6fe7a37dcc71f65791c353c5c76aed65c6c8cb5977033e575 as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:614df4176ae2fdbc33685eca1c11453a254c0b4eaaf9227ec431cc0400ee16c9
+FROM public.ecr.aws/lambda/python@sha256:01a68895b1eab3e6fe7a37dcc71f65791c353c5c76aed65c6c8cb5977033e575
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 a782f5f..5dc4a4f 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.13.4
    -- chromium 137.0.7151.119
    -- chromedriver 137.0.7151.119
    +- chromium 138.0.7204.49
    +- chromedriver 138.0.7204.49
  • selenium 4.33.0

Running the demo

Version Updates Tue Jun 17 02:06:13 UTC 2025

17 Jun 02:06
cac9ed9
Compare
Choose a tag to compare

SHA256_DIGEST=1262ef9c9d42843ab97bdb7aca8d39a8280d25d0013d5da61b081948845cf00e
REVISION=1453031
PYTHON_VERSION=3.13.4
SELENIUM_VERSION=4.33.0
CHROME_VERSION=137.0.7151.70

diff --git a/Dockerfile b/Dockerfile
index e24429e..9f3623f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:4a4ca5ff3639ba963e218fa66417fbcdfa19a03fd71c5011acf4e4eed542392e as build
+FROM public.ecr.aws/lambda/python@sha256:1262ef9c9d42843ab97bdb7aca8d39a8280d25d0013d5da61b081948845cf00e as build
RUN dnf install -y unzip &&
curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/137.0.7151.70/linux64/chromedriver-linux64.zip" &&
curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/137.0.7151.70/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:4a4ca5ff3639ba963e218fa66417fbcdfa19a03fd71c5011acf4e4eed542392e
+FROM public.ecr.aws/lambda/python@sha256:1262ef9c9d42843ab97bdb7aca8d39a8280d25d0013d5da61b081948845cf00e
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 7be592f..d80d328 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.13.3
+- Python 3.13.4

  • chromium 137.0.7151.70
  • chromedriver 137.0.7151.70
  • selenium 4.33.0

Version Updates Wed Jun 11 02:05:28 UTC 2025

11 Jun 02:05
96e5c2b
Compare
Choose a tag to compare

SHA256_DIGEST=4a4ca5ff3639ba963e218fa66417fbcdfa19a03fd71c5011acf4e4eed542392e
REVISION=1453031
PYTHON_VERSION=3.13.3
SELENIUM_VERSION=4.33.0
CHROME_VERSION=137.0.7151.70

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

diff --git a/README.md b/README.md
index f52c03b..7be592f 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.13.3
    -- chromium 137.0.7151.68
    -- chromedriver 137.0.7151.68
    +- chromium 137.0.7151.70
    +- chromedriver 137.0.7151.70
  • selenium 4.33.0

Running the demo

Version Updates Tue Jun 3 02:04:32 UTC 2025

03 Jun 02:04
e32bbfc
Compare
Choose a tag to compare

SHA256_DIGEST=4a4ca5ff3639ba963e218fa66417fbcdfa19a03fd71c5011acf4e4eed542392e
REVISION=1453031
PYTHON_VERSION=3.13.3
SELENIUM_VERSION=4.33.0
CHROME_VERSION=137.0.7151.68

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

diff --git a/README.md b/README.md
index a86858e..f52c03b 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.13.3
    -- chromium 137.0.7151.55
    -- chromedriver 137.0.7151.55
    +- chromium 137.0.7151.68
    +- chromedriver 137.0.7151.68
  • selenium 4.33.0

Running the demo