Skip to content

Releases: umihico/docker-selenium-lambda

Version Updates Thu Mar 28 01:14:53 UTC 2024

28 Mar 01:14
2eec0fe

Choose a tag to compare

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

Version Updates Wed Mar 27 01:14:40 UTC 2024

27 Mar 01:14
e572ac4

Choose a tag to compare

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

Version Updates Thu Mar 21 01:15:51 UTC 2024

21 Mar 01:15
0a637cd

Choose a tag to compare

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

Version Updates Wed Mar 20 01:14:42 UTC 2024

20 Mar 01:14
d3e28ea

Choose a tag to compare

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

Version Updates Wed Mar 13 01:15:57 UTC 2024

13 Mar 01:16
4f18432

Choose a tag to compare

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

Version Updates Fri Mar 8 01:14:24 UTC 2024

08 Mar 01:14
507fe40

Choose a tag to compare

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

Version Updates Tue Mar 5 01:13:43 UTC 2024

05 Mar 01:13
94310b5

Choose a tag to compare

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

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