Skip to content

Releases: umihico/docker-selenium-lambda

Version Updates Fri May 31 01:22:54 UTC 2024

31 May 01:22
27186cf

Choose a tag to compare

SHA256_DIGEST=2f2a8564374a04e569a1a039975b4627edd32a80f331bf7d5643af5a4fdcba3b
REVISION=1287751
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.21.0
CHROME_VERSION=125.0.6422.141

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

-FROM public.ecr.aws/lambda/python@sha256:51ebbb5a9b649d5f48f25c5383aa5c79ccd49146a842fc4d2711566cca7abd74
+FROM public.ecr.aws/lambda/python@sha256:2f2a8564374a04e569a1a039975b4627edd32a80f331bf7d5643af5a4fdcba3b
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 9e2591a..65f47dd 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.78
    -- chromedriver 125.0.6422.78
    +- chromium 125.0.6422.141
    +- chromedriver 125.0.6422.141
  • selenium 4.21.0

Running the demo

Version Updates Fri May 24 01:52:57 UTC 2024

24 May 01:53
313c920

Choose a tag to compare

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

Version Updates Fri May 17 01:20:54 UTC 2024

17 May 01:21
2a14866

Choose a tag to compare

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

Version Updates Thu May 16 01:20:54 UTC 2024

16 May 01:21
c98ce66

Choose a tag to compare

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

Version Updates Tue May 14 01:20:20 UTC 2024

14 May 01:20
7ad80fc

Choose a tag to compare

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

Version Updates Fri May 10 01:20:11 UTC 2024

10 May 01:20
7f366b8

Choose a tag to compare

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

Version Updates Wed May 8 01:06:36 UTC 2024

08 May 01:06
2ebf4f9

Choose a tag to compare

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

Version Updates Fri Apr 26 01:18:11 UTC 2024

26 Apr 01:18
7c5521e

Choose a tag to compare

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

Version Updates Thu Apr 25 01:19:10 UTC 2024

25 Apr 01:19
f11f14c

Choose a tag to compare

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

Version Updates Wed Apr 24 01:19:59 UTC 2024

24 Apr 01:20
bb0e4e7

Choose a tag to compare

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