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 Wed Sep 25 01:46:42 UTC 2024

Published by github-actions[bot] 25 days ago

SHA256_DIGEST=0a3d34a8310dc339ea7afeb64725df5685da2e6f335dc9287cbc0cddc4a159f2
REVISION=1343869
PYTHON_VERSION=3.12.5
SELENIUM_VERSION=4.25.0
CHROME_VERSION=129.0.6668.70

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

diff --git a/README.md b/README.md
index 1b8ff4c..62fb61f 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.5
    -- chromium 129.0.6668.58
    -- chromedriver 129.0.6668.58
    +- chromium 129.0.6668.70
    +- chromedriver 129.0.6668.70
  • selenium 4.25.0

Running the demo

docker-selenium-lambda - Version Updates Sat Sep 21 01:40:48 UTC 2024

Published by github-actions[bot] 29 days ago

SHA256_DIGEST=0a3d34a8310dc339ea7afeb64725df5685da2e6f335dc9287cbc0cddc4a159f2
REVISION=1343869
PYTHON_VERSION=3.12.5
SELENIUM_VERSION=4.25.0
CHROME_VERSION=129.0.6668.58

diff --git a/Dockerfile b/Dockerfile
index 1061025..4f57ff4 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.24.0
+RUN pip install selenium==4.25.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 a231c01..1b8ff4c 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.5
  • chromium 129.0.6668.58
  • chromedriver 129.0.6668.58
    -- selenium 4.24.0
    +- selenium 4.25.0

Running the demo

docker-selenium-lambda - Version Updates Wed Sep 11 01:40:20 UTC 2024 Latest Release

Published by github-actions[bot] about 1 month ago

SHA256_DIGEST=a05b85bc8919d6c7db4f438a616bbb1ea8af5804e3f0a9d59acc38b624e9b711
REVISION=1331488
PYTHON_VERSION=3.12.5
SELENIUM_VERSION=4.24.0
CHROME_VERSION=128.0.6613.137

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

diff --git a/README.md b/README.md
index bc607a4..a901ef6 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.5
    -- chromium 128.0.6613.119
    -- chromedriver 128.0.6613.119
    +- chromium 128.0.6613.137
    +- chromedriver 128.0.6613.137
  • selenium 4.24.0

Running the demo

docker-selenium-lambda - Version Updates Fri Sep 6 01:39:45 UTC 2024

Published by github-actions[bot] about 1 month ago

SHA256_DIGEST=a05b85bc8919d6c7db4f438a616bbb1ea8af5804e3f0a9d59acc38b624e9b711
REVISION=1331488
PYTHON_VERSION=3.12.5
SELENIUM_VERSION=4.24.0
CHROME_VERSION=128.0.6613.119

diff --git a/Dockerfile b/Dockerfile
index 4817ce9..14b6547 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:bb5a7659611e5719e71ce9d1b7446bdb40b0e5be52061857f54393da6b0c98fd as build
+FROM public.ecr.aws/lambda/python@sha256:a05b85bc8919d6c7db4f438a616bbb1ea8af5804e3f0a9d59acc38b624e9b711 as build
RUN dnf install -y unzip &&
curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/128.0.6613.119/linux64/chromedriver-linux64.zip" &&
curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/128.0.6613.119/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:bb5a7659611e5719e71ce9d1b7446bdb40b0e5be52061857f54393da6b0c98fd
+FROM public.ecr.aws/lambda/python@sha256:a05b85bc8919d6c7db4f438a616bbb1ea8af5804e3f0a9d59acc38b624e9b711
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 ffc1e8d..bc607a4 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.3
+- Python 3.12.5

  • chromium 128.0.6613.119
  • chromedriver 128.0.6613.119
  • selenium 4.24.0
docker-selenium-lambda - Version Updates Tue Sep 3 01:38:51 UTC 2024

Published by github-actions[bot] about 2 months ago

SHA256_DIGEST=bb5a7659611e5719e71ce9d1b7446bdb40b0e5be52061857f54393da6b0c98fd
REVISION=1331488
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.24.0
CHROME_VERSION=128.0.6613.119

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

diff --git a/README.md b/README.md
index 8d937df..ffc1e8d 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 128.0.6613.86
    -- chromedriver 128.0.6613.86
    +- chromium 128.0.6613.119
    +- chromedriver 128.0.6613.119
  • selenium 4.24.0

Running the demo

docker-selenium-lambda - Version Updates Thu Aug 29 01:39:26 UTC 2024

Published by github-actions[bot] about 2 months ago

SHA256_DIGEST=bb5a7659611e5719e71ce9d1b7446bdb40b0e5be52061857f54393da6b0c98fd
REVISION=1331488
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.24.0
CHROME_VERSION=128.0.6613.86

diff --git a/Dockerfile b/Dockerfile
index b351c49..f414486 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python@sha256:bb5a7659611e5719e71ce9d1b7446bdb40b0e5be52061857f54393da6b0c98fd 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.23.1
+RUN pip install selenium==4.24.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 05f87ec..8d937df 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.3
    -- chromium 128.0.6613.84
    -- chromedriver 128.0.6613.84
    -- selenium 4.23.1
    +- chromium 128.0.6613.86
    +- chromedriver 128.0.6613.86
    +- selenium 4.24.0

Running the demo

docker-selenium-lambda - Version Updates Thu Aug 22 01:37:11 UTC 2024

Published by github-actions[bot] about 2 months ago

SHA256_DIGEST=bb5a7659611e5719e71ce9d1b7446bdb40b0e5be52061857f54393da6b0c98fd
REVISION=1331488
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.23.1
CHROME_VERSION=128.0.6613.84

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

diff --git a/README.md b/README.md
index b9da105..05f87ec 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 127.0.6533.119
    -- chromedriver 127.0.6533.119
    +- chromium 128.0.6613.84
    +- chromedriver 128.0.6613.84
  • selenium 4.23.1

Running the demo

docker-selenium-lambda - Version Updates Wed Aug 14 01:30:36 UTC 2024

Published by github-actions[bot] 2 months ago

SHA256_DIGEST=bb5a7659611e5719e71ce9d1b7446bdb40b0e5be52061857f54393da6b0c98fd
REVISION=1313161
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.23.1
CHROME_VERSION=127.0.6533.119

diff --git a/Dockerfile b/Dockerfile
index df65970..2e5ddf5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:fc780ffbfbd0a7796648ff30af64c3f527b7213aa9eba42ae4c02f88c8c0d0e5 as build
+FROM public.ecr.aws/lambda/python@sha256:bb5a7659611e5719e71ce9d1b7446bdb40b0e5be52061857f54393da6b0c98fd as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:fc780ffbfbd0a7796648ff30af64c3f527b7213aa9eba42ae4c02f88c8c0d0e5
+FROM public.ecr.aws/lambda/python@sha256:bb5a7659611e5719e71ce9d1b7446bdb40b0e5be52061857f54393da6b0c98fd
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 360a38e..b9da105 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 127.0.6533.99
    -- chromedriver 127.0.6533.99
    +- chromium 127.0.6533.119
    +- chromedriver 127.0.6533.119
  • selenium 4.23.1

Running the demo

docker-selenium-lambda - Version Updates Wed Aug 7 01:29:03 UTC 2024

Published by github-actions[bot] 2 months ago

SHA256_DIGEST=fc780ffbfbd0a7796648ff30af64c3f527b7213aa9eba42ae4c02f88c8c0d0e5
REVISION=1313161
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.23.1
CHROME_VERSION=127.0.6533.99

diff --git a/Dockerfile b/Dockerfile
index 1cc7032..df65970 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:20b0dc83402bc46577044b714623eee4843fef196bfce37230a2bfe243a10c73 as build
+FROM public.ecr.aws/lambda/python@sha256:fc780ffbfbd0a7796648ff30af64c3f527b7213aa9eba42ae4c02f88c8c0d0e5 as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:20b0dc83402bc46577044b714623eee4843fef196bfce37230a2bfe243a10c73
+FROM public.ecr.aws/lambda/python@sha256:fc780ffbfbd0a7796648ff30af64c3f527b7213aa9eba42ae4c02f88c8c0d0e5
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 cffdc3c..360a38e 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 127.0.6533.88
    -- chromedriver 127.0.6533.88
    +- chromium 127.0.6533.99
    +- chromedriver 127.0.6533.99
  • selenium 4.23.1

Running the demo

docker-selenium-lambda - Version Updates Wed Jul 31 01:13:21 UTC 2024

Published by github-actions[bot] 3 months ago

SHA256_DIGEST=20b0dc83402bc46577044b714623eee4843fef196bfce37230a2bfe243a10c73
REVISION=1313161
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.23.1
CHROME_VERSION=127.0.6533.88

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

diff --git a/README.md b/README.md
index c2920c1..cffdc3c 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 127.0.6533.72
    -- chromedriver 127.0.6533.72
    +- chromium 127.0.6533.88
    +- chromedriver 127.0.6533.88
  • selenium 4.23.1

Running the demo

docker-selenium-lambda - Version Updates Thu Jul 25 01:26:29 UTC 2024

Published by github-actions[bot] 3 months ago

SHA256_DIGEST=20b0dc83402bc46577044b714623eee4843fef196bfce37230a2bfe243a10c73
REVISION=1313161
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.23.1
CHROME_VERSION=127.0.6533.72

diff --git a/Dockerfile b/Dockerfile
index 9069cd8..6e9d023 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.23.0
+RUN pip install selenium==4.23.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 381d966..c2920c1 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 127.0.6533.72
  • chromedriver 127.0.6533.72
    -- selenium 4.23.0
    +- selenium 4.23.1

Running the demo

docker-selenium-lambda - Version Updates Wed Jul 24 01:26:58 UTC 2024

Published by github-actions[bot] 3 months ago

SHA256_DIGEST=20b0dc83402bc46577044b714623eee4843fef196bfce37230a2bfe243a10c73
REVISION=1313161
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.23.0
CHROME_VERSION=127.0.6533.72

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

diff --git a/README.md b/README.md
index 499d15f..381d966 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 126.0.6478.182
    -- chromedriver 126.0.6478.182
    +- chromium 127.0.6533.72
    +- chromedriver 127.0.6533.72
  • selenium 4.23.0

Running the demo

docker-selenium-lambda - Version Updates Sat Jul 20 01:24:26 UTC 2024

Published by github-actions[bot] 3 months ago

SHA256_DIGEST=20b0dc83402bc46577044b714623eee4843fef196bfce37230a2bfe243a10c73
REVISION=1300313
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.23.0
CHROME_VERSION=126.0.6478.182

diff --git a/Dockerfile b/Dockerfile
index b8bfad8..4f388d9 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.22.0
+RUN pip install selenium==4.23.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 6f14338..499d15f 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 126.0.6478.182
  • chromedriver 126.0.6478.182
    -- selenium 4.22.0
    +- selenium 4.23.0

Running the demo

docker-selenium-lambda - Version Updates Wed Jul 17 01:27:13 UTC 2024

Published by github-actions[bot] 3 months ago

SHA256_DIGEST=20b0dc83402bc46577044b714623eee4843fef196bfce37230a2bfe243a10c73
REVISION=1300313
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.22.0
CHROME_VERSION=126.0.6478.182

diff --git a/Dockerfile b/Dockerfile
index 344bd87..b8bfad8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:bbc480b7978f410a145932cbe94d5699ac7e1b9897a35876dde2a76e827760cb as build
+FROM public.ecr.aws/lambda/python@sha256:20b0dc83402bc46577044b714623eee4843fef196bfce37230a2bfe243a10c73 as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:bbc480b7978f410a145932cbe94d5699ac7e1b9897a35876dde2a76e827760cb
+FROM public.ecr.aws/lambda/python@sha256:20b0dc83402bc46577044b714623eee4843fef196bfce37230a2bfe243a10c73
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 5b86dbe..6f14338 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 126.0.6478.126
    -- chromedriver 126.0.6478.126
    +- chromium 126.0.6478.182
    +- chromedriver 126.0.6478.182
  • selenium 4.22.0

Running the demo

docker-selenium-lambda - Version Updates Tue Jun 25 01:24:19 UTC 2024

Published by github-actions[bot] 4 months ago

SHA256_DIGEST=bbc480b7978f410a145932cbe94d5699ac7e1b9897a35876dde2a76e827760cb
REVISION=1300313
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.22.0
CHROME_VERSION=126.0.6478.126

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

diff --git a/README.md b/README.md
index 6e548aa..5b86dbe 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 126.0.6478.63
    -- chromedriver 126.0.6478.63
    +- chromium 126.0.6478.126
    +- chromedriver 126.0.6478.126
  • selenium 4.22.0

Running the demo

docker-selenium-lambda - Version Updates Fri Jun 21 01:23:10 UTC 2024

Published by github-actions[bot] 4 months ago

SHA256_DIGEST=bbc480b7978f410a145932cbe94d5699ac7e1b9897a35876dde2a76e827760cb
REVISION=1300313
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.22.0
CHROME_VERSION=126.0.6478.63

diff --git a/Dockerfile b/Dockerfile
index ae7d86d..1a42473 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,16 +1,16 @@
-FROM public.ecr.aws/lambda/python@sha256:91ed051a27a1e27729351258358dfdf6622af136aeb50bd75d3bbf6ab790afdd as build
+FROM public.ecr.aws/lambda/python@sha256:bbc480b7978f410a145932cbe94d5699ac7e1b9897a35876dde2a76e827760cb as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:91ed051a27a1e27729351258358dfdf6622af136aeb50bd75d3bbf6ab790afdd
+FROM public.ecr.aws/lambda/python@sha256:bbc480b7978f410a145932cbe94d5699ac7e1b9897a35876dde2a76e827760cb
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.21.0
+RUN pip install selenium==4.22.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 6ca92dd..6e548aa 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.3
    -- chromium 126.0.6478.62
    -- chromedriver 126.0.6478.62
    -- selenium 4.21.0
    +- chromium 126.0.6478.63
    +- chromedriver 126.0.6478.63
    +- selenium 4.22.0

Running the demo

docker-selenium-lambda - Version Updates Wed Jun 19 01:24:49 UTC 2024

Published by github-actions[bot] 4 months ago

SHA256_DIGEST=91ed051a27a1e27729351258358dfdf6622af136aeb50bd75d3bbf6ab790afdd
REVISION=1300313
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.21.0
CHROME_VERSION=126.0.6478.62

diff --git a/Dockerfile b/Dockerfile
index 8da7fae..ae7d86d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:afa4a10f4baab4e0a8bc8fcaa82225ed4545c1718e13ea8e4b041d8061206be7 as build
+FROM public.ecr.aws/lambda/python@sha256:91ed051a27a1e27729351258358dfdf6622af136aeb50bd75d3bbf6ab790afdd as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:afa4a10f4baab4e0a8bc8fcaa82225ed4545c1718e13ea8e4b041d8061206be7
+FROM public.ecr.aws/lambda/python@sha256:91ed051a27a1e27729351258358dfdf6622af136aeb50bd75d3bbf6ab790afdd
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 b0ff403..6ca92dd 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 126.0.6478.61
    -- chromedriver 126.0.6478.61
    +- chromium 126.0.6478.62
    +- chromedriver 126.0.6478.62
  • selenium 4.21.0

Running the demo

docker-selenium-lambda - Version Updates Fri Jun 14 01:23:43 UTC 2024

Published by github-actions[bot] 4 months ago

SHA256_DIGEST=afa4a10f4baab4e0a8bc8fcaa82225ed4545c1718e13ea8e4b041d8061206be7
REVISION=1300313
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.21.0
CHROME_VERSION=126.0.6478.61

diff --git a/Dockerfile b/Dockerfile
index c6b927f..8da7fae 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:7a279a376245d08ba5396c9fbed4fb3daa64fa810c6b54f8249cbd08ebed1362 as build
+FROM public.ecr.aws/lambda/python@sha256:afa4a10f4baab4e0a8bc8fcaa82225ed4545c1718e13ea8e4b041d8061206be7 as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:7a279a376245d08ba5396c9fbed4fb3daa64fa810c6b54f8249cbd08ebed1362
+FROM public.ecr.aws/lambda/python@sha256:afa4a10f4baab4e0a8bc8fcaa82225ed4545c1718e13ea8e4b041d8061206be7
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 6f3af70..b0ff403 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 126.0.6478.55
    -- chromedriver 126.0.6478.55
    +- chromium 126.0.6478.61
    +- chromedriver 126.0.6478.61
  • selenium 4.21.0

Running the demo

docker-selenium-lambda - Version Updates Wed Jun 12 01:24:16 UTC 2024

Published by github-actions[bot] 4 months ago

SHA256_DIGEST=7a279a376245d08ba5396c9fbed4fb3daa64fa810c6b54f8249cbd08ebed1362
REVISION=1300313
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.21.0
CHROME_VERSION=126.0.6478.55

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

-FROM public.ecr.aws/lambda/python@sha256:2f2a8564374a04e569a1a039975b4627edd32a80f331bf7d5643af5a4fdcba3b
+FROM public.ecr.aws/lambda/python@sha256:7a279a376245d08ba5396c9fbed4fb3daa64fa810c6b54f8249cbd08ebed1362
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 65f47dd..6f3af70 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.141
    -- chromedriver 125.0.6422.141
    +- chromium 126.0.6478.55
    +- chromedriver 126.0.6478.55
  • selenium 4.21.0

Running the demo

docker-selenium-lambda - Version Updates Fri May 31 01:22:54 UTC 2024

Published by github-actions[bot] 5 months ago

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