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 Fri Feb 23 01:13:32 UTC 2024

Published by github-actions[bot] 8 months ago

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

docker-selenium-lambda - Version Updates Wed Feb 21 01:15:03 UTC 2024

Published by github-actions[bot] 8 months ago

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

docker-selenium-lambda - Version Updates Tue Feb 20 01:13:22 UTC 2024

Published by github-actions[bot] 8 months ago

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

docker-selenium-lambda - Version Updates Sat Feb 17 14:20:06 UTC 2024

Published by github-actions[bot] 8 months ago

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

docker-selenium-lambda - Version Updates Wed Jan 24 01:22:28 UTC 2024

Published by github-actions[bot] 9 months ago

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

docker-selenium-lambda - Version Updates Tue Dec 19 01:19:18 UTC 2023

Published by github-actions[bot] 10 months ago

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

docker-selenium-lambda - Version Updates Thu Dec 7 01:19:52 UTC 2023

Published by github-actions[bot] 11 months ago

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

docker-selenium-lambda - Version Updates Wed Dec 6 01:20:30 UTC 2023

Published by github-actions[bot] 11 months ago

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

docker-selenium-lambda - Version Updates Tue Nov 21 14:19:20 UTC 2023

Published by github-actions[bot] 11 months ago

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
docker-selenium-lambda - Version Updates Sat Nov 4 01:15:16 UTC 2023

Published by github-actions[bot] 12 months ago

SHA256_DIGEST=f0c3116a56d167eba8021a5d7c595f969835fbe78826303326f80de00d044733
REVISION=1204232
PYTHON_VERSION=3.11.6
SELENIUM_VERSION=4.15.2
CHROME_VERSION=119.0.6045.105

diff --git a/Dockerfile b/Dockerfile
index 9816420..c9f7ed2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,7 +10,7 @@ RUN yum install 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 -y
-RUN pip install selenium==4.15.1
+RUN pip install selenium==4.15.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 4c7d0d8..a94d433 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.11.6
  • chromium 119.0.6045.105
  • chromedriver 119.0.6045.105
    -- selenium 4.15.1
    +- selenium 4.15.2

Running the demo

docker-selenium-lambda - Version Updates Fri Nov 3 01:16:48 UTC 2023

Published by github-actions[bot] 12 months ago

SHA256_DIGEST=f0c3116a56d167eba8021a5d7c595f969835fbe78826303326f80de00d044733
REVISION=1204232
PYTHON_VERSION=3.11.6
SELENIUM_VERSION=4.15.1
CHROME_VERSION=119.0.6045.105

diff --git a/Dockerfile b/Dockerfile
index 9da98a8..9816420 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,7 +10,7 @@ RUN yum install 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 -y
-RUN pip install selenium==4.15.0
+RUN pip install selenium==4.15.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 0fed612..4c7d0d8 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.11.6
  • chromium 119.0.6045.105
  • chromedriver 119.0.6045.105
    -- selenium 4.15.0
    +- selenium 4.15.1

Running the demo

docker-selenium-lambda - Version Updates Thu Nov 2 01:16:03 UTC 2023

Published by github-actions[bot] 12 months ago

SHA256_DIGEST=f0c3116a56d167eba8021a5d7c595f969835fbe78826303326f80de00d044733
REVISION=1204232
PYTHON_VERSION=3.11.6
SELENIUM_VERSION=4.15.0
CHROME_VERSION=119.0.6045.105

diff --git a/Dockerfile b/Dockerfile
index d60473b..9da98a8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,16 +1,16 @@
-FROM public.ecr.aws/lambda/python@sha256:9782dd06c223ec295aa24ef875bbb72d2304b73766d8023b528f04d493cea6d0 as build
+FROM public.ecr.aws/lambda/python@sha256:f0c3116a56d167eba8021a5d7c595f969835fbe78826303326f80de00d044733 as build
RUN yum 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:9782dd06c223ec295aa24ef875bbb72d2304b73766d8023b528f04d493cea6d0
+FROM public.ecr.aws/lambda/python@sha256:f0c3116a56d167eba8021a5d7c595f969835fbe78826303326f80de00d044733
RUN yum install 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 -y
-RUN pip install selenium==4.14.0
+RUN pip install selenium==4.15.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 909bd24..0fed612 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.11.6
  • chromium 119.0.6045.105
  • chromedriver 119.0.6045.105
    -- selenium 4.14.0
    +- selenium 4.15.0

Running the demo

docker-selenium-lambda - Version Updates Wed Nov 1 01:20:18 UTC 2023

Published by github-actions[bot] 12 months ago

SHA256_DIGEST=9782dd06c223ec295aa24ef875bbb72d2304b73766d8023b528f04d493cea6d0
REVISION=1204232
PYTHON_VERSION=3.11.6
SELENIUM_VERSION=4.14.0
CHROME_VERSION=119.0.6045.105

diff --git a/Dockerfile b/Dockerfile
index 1398f80..d60473b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:a8770bd841c9caa98557ef7dc590bbd2707eb5ecab13bc8edbc81bf4961dca61 as build
+FROM public.ecr.aws/lambda/python@sha256:9782dd06c223ec295aa24ef875bbb72d2304b73766d8023b528f04d493cea6d0 as build
RUN yum install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:a8770bd841c9caa98557ef7dc590bbd2707eb5ecab13bc8edbc81bf4961dca61
+FROM public.ecr.aws/lambda/python@sha256:9782dd06c223ec295aa24ef875bbb72d2304b73766d8023b528f04d493cea6d0
RUN yum install 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 290c367..909bd24 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.11.6
    -- chromium 118.0.5993.70
    -- chromedriver 118.0.5993.70
    +- chromium 119.0.6045.105
    +- chromedriver 119.0.6045.105
  • selenium 4.14.0

Running the demo

docker-selenium-lambda - Version Updates Mon Oct 16 12:11:07 UTC 2023

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

SHA256_DIGEST=a8770bd841c9caa98557ef7dc590bbd2707eb5ecab13bc8edbc81bf4961dca61
REVISION=1192594
PYTHON_VERSION=3.11.6
SELENIUM_VERSION=4.14.0
CHROME_VERSION=118.0.5993.70

diff --git a/Dockerfile b/Dockerfile
index 2b01156..1398f80 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:0b8d0fa373384edace5d97e7f96e835fe43f065045a0bcb09e0dbc20fc33d351 as build
+FROM public.ecr.aws/lambda/python@sha256:a8770bd841c9caa98557ef7dc590bbd2707eb5ecab13bc8edbc81bf4961dca61 as build
RUN yum install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:0b8d0fa373384edace5d97e7f96e835fe43f065045a0bcb09e0dbc20fc33d351
+FROM public.ecr.aws/lambda/python@sha256:a8770bd841c9caa98557ef7dc590bbd2707eb5ecab13bc8edbc81bf4961dca61
RUN yum install 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 f3dfec9..290c367 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.11.6
    -- chromium 114.0.5735.0
    -- chromedriver 114.0.5735.90
    +- chromium 118.0.5993.70
    +- chromedriver 118.0.5993.70
  • selenium 4.14.0

Running the demo

docker-selenium-lambda - Version Updates Mon Oct 16 01:17:51 UTC 2023

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

SHA256_DIGEST=0b8d0fa373384edace5d97e7f96e835fe43f065045a0bcb09e0dbc20fc33d351
POSITION=1135561
DRIVER_VERSION=114.0.5735.90
PYTHON_VERSION=3.11.6
SELENIUM_VERSION=4.14.0
CHROME_VERSION=114.0.5735.0

diff --git a/Dockerfile b/Dockerfile
index b6a3a38..29b21d9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:d8a8324834a079dbdfc6551831325113512a147bf70003622412565f216e36e0 as build
+FROM public.ecr.aws/lambda/python@sha256:0b8d0fa373384edace5d97e7f96e835fe43f065045a0bcb09e0dbc20fc33d351 as build
RUN yum install -y unzip &&
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_linux64.zip" &&
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F1135561%2Fchrome-linux.zip?alt=media" &&
unzip /tmp/chromedriver.zip -d /opt/ &&
unzip /tmp/chrome-linux.zip -d /opt/

-FROM public.ecr.aws/lambda/python@sha256:d8a8324834a079dbdfc6551831325113512a147bf70003622412565f216e36e0
+FROM public.ecr.aws/lambda/python@sha256:0b8d0fa373384edace5d97e7f96e835fe43f065045a0bcb09e0dbc20fc33d351
RUN yum install 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 cfa9406..35dabe5 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,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.5
+- Python 3.11.6

  • chromium 114.0.5735.0
  • chromedriver 114.0.5735.90
  • selenium 4.14.0
docker-selenium-lambda - Version Updates Wed Oct 11 01:15:25 UTC 2023

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

SHA256_DIGEST=d8a8324834a079dbdfc6551831325113512a147bf70003622412565f216e36e0
POSITION=1135561
DRIVER_VERSION=114.0.5735.90
PYTHON_VERSION=3.11.5
SELENIUM_VERSION=4.14.0
CHROME_VERSION=114.0.5735.0

diff --git a/Dockerfile b/Dockerfile
index 580a263..b6a3a38 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,16 +1,16 @@
-FROM public.ecr.aws/lambda/python@sha256:de232952b41f9d0bea6a05d6a62b134652af61a156f2e844d22086c296a5c2d4 as build
+FROM public.ecr.aws/lambda/python@sha256:d8a8324834a079dbdfc6551831325113512a147bf70003622412565f216e36e0 as build
RUN yum install -y unzip &&
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_linux64.zip" &&
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F1135561%2Fchrome-linux.zip?alt=media" &&
unzip /tmp/chromedriver.zip -d /opt/ &&
unzip /tmp/chrome-linux.zip -d /opt/

-FROM public.ecr.aws/lambda/python@sha256:de232952b41f9d0bea6a05d6a62b134652af61a156f2e844d22086c296a5c2d4
+FROM public.ecr.aws/lambda/python@sha256:d8a8324834a079dbdfc6551831325113512a147bf70003622412565f216e36e0
RUN yum install 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 -y
-RUN pip install selenium==4.13.0
+RUN pip install selenium==4.14.0
COPY --from=build /opt/chrome-linux /opt/chrome
COPY --from=build /opt/chromedriver /opt/
COPY main.py ./
diff --git a/README.md b/README.md
index 6dc791b..cfa9406 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ This image goes with these versions. [These are automatically updated and tested

  • Python 3.11.5
  • chromium 114.0.5735.0
  • chromedriver 114.0.5735.90
    -- selenium 4.13.0
    +- selenium 4.14.0

Running the demo

docker-selenium-lambda - Version Updates Tue Sep 26 01:15:47 UTC 2023

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

SHA256_DIGEST=de232952b41f9d0bea6a05d6a62b134652af61a156f2e844d22086c296a5c2d4
POSITION=1135561
DRIVER_VERSION=114.0.5735.90
PYTHON_VERSION=3.11.5
SELENIUM_VERSION=4.13.0
CHROME_VERSION=114.0.5735.0

diff --git a/Dockerfile b/Dockerfile
index 6b28952..580a263 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,16 +1,16 @@
-FROM public.ecr.aws/lambda/python@sha256:c80401611e707039b37b5cd24b21f01bbcfa2583030123aee375cbcfa5becd5d as build
+FROM public.ecr.aws/lambda/python@sha256:de232952b41f9d0bea6a05d6a62b134652af61a156f2e844d22086c296a5c2d4 as build
RUN yum install -y unzip &&
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_linux64.zip" &&
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F1135561%2Fchrome-linux.zip?alt=media" &&
unzip /tmp/chromedriver.zip -d /opt/ &&
unzip /tmp/chrome-linux.zip -d /opt/

-FROM public.ecr.aws/lambda/python@sha256:c80401611e707039b37b5cd24b21f01bbcfa2583030123aee375cbcfa5becd5d
+FROM public.ecr.aws/lambda/python@sha256:de232952b41f9d0bea6a05d6a62b134652af61a156f2e844d22086c296a5c2d4
RUN yum install 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 -y
-RUN pip install selenium==4.12.0
+RUN pip install selenium==4.13.0
COPY --from=build /opt/chrome-linux /opt/chrome
COPY --from=build /opt/chromedriver /opt/
COPY main.py ./
diff --git a/README.md b/README.md
index f206ed2..6dc791b 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ This image goes with these versions. [These are automatically updated and tested

  • Python 3.11.5
  • chromium 114.0.5735.0
  • chromedriver 114.0.5735.90
    -- selenium 4.12.0
    +- selenium 4.13.0

Running the demo

docker-selenium-lambda - Version Updates Wed Sep 13 01:15:39 UTC 2023

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

SHA256_DIGEST=c80401611e707039b37b5cd24b21f01bbcfa2583030123aee375cbcfa5becd5d
POSITION=1135561
DRIVER_VERSION=114.0.5735.90
PYTHON_VERSION=3.11.5
SELENIUM_VERSION=4.12.0
CHROME_VERSION=114.0.5735.0

diff --git a/Dockerfile b/Dockerfile
index 06964c5..6b28952 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:489d4abc8644060e2e16db2ffaaafa157359761feaf9438bf26ed88e37e43d9c as build
+FROM public.ecr.aws/lambda/python@sha256:c80401611e707039b37b5cd24b21f01bbcfa2583030123aee375cbcfa5becd5d as build
RUN yum install -y unzip &&
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_linux64.zip" &&
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F1135561%2Fchrome-linux.zip?alt=media" &&
unzip /tmp/chromedriver.zip -d /opt/ &&
unzip /tmp/chrome-linux.zip -d /opt/

-FROM public.ecr.aws/lambda/python@sha256:489d4abc8644060e2e16db2ffaaafa157359761feaf9438bf26ed88e37e43d9c
+FROM public.ecr.aws/lambda/python@sha256:c80401611e707039b37b5cd24b21f01bbcfa2583030123aee375cbcfa5becd5d
RUN yum install 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 c62ba54..f206ed2 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,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.4
+- Python 3.11.5

  • chromium 114.0.5735.0
  • chromedriver 114.0.5735.90
  • selenium 4.12.0
docker-selenium-lambda - Version Updates Fri Sep 1 01:18:25 UTC 2023

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

SHA256_DIGEST=489d4abc8644060e2e16db2ffaaafa157359761feaf9438bf26ed88e37e43d9c
POSITION=1135561
DRIVER_VERSION=114.0.5735.90
PYTHON_VERSION=3.11.4
SELENIUM_VERSION=4.12.0
CHROME_VERSION=114.0.5735.0

diff --git a/Dockerfile b/Dockerfile
index 832613a..06964c5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,7 +10,7 @@ RUN yum install 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 -y
-RUN pip install selenium==4.11.2
+RUN pip install selenium==4.12.0
COPY --from=build /opt/chrome-linux /opt/chrome
COPY --from=build /opt/chromedriver /opt/
COPY main.py ./
diff --git a/README.md b/README.md
index 344a795..c62ba54 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ This image goes with these versions. [These are automatically updated and tested

  • Python 3.11.4
  • chromium 114.0.5735.0
  • chromedriver 114.0.5735.90
    -- selenium 4.11.2
    +- selenium 4.12.0

Running the demo

docker-selenium-lambda - Version Updates Wed Aug 23 23:44:49 UTC 2023

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

SHA256_DIGEST=489d4abc8644060e2e16db2ffaaafa157359761feaf9438bf26ed88e37e43d9c
POSITION=1135561
DRIVER_VERSION=114.0.5735.90
PYTHON_VERSION=3.11.4
SELENIUM_VERSION=4.11.2
CHROME_VERSION=114.0.5735.0

diff --git a/Dockerfile b/Dockerfile
index 9ac3cd2..832613a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,16 +1,16 @@
-FROM public.ecr.aws/lambda/python@sha256:10dbb67ede15b5fd516be87dd71c3f7968904b0b840235720486476b34ef9b67 as build
+FROM public.ecr.aws/lambda/python@sha256:489d4abc8644060e2e16db2ffaaafa157359761feaf9438bf26ed88e37e43d9c as build
RUN yum install -y unzip &&
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_linux64.zip" &&
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F1135561%2Fchrome-linux.zip?alt=media" &&
unzip /tmp/chromedriver.zip -d /opt/ &&
unzip /tmp/chrome-linux.zip -d /opt/

-FROM public.ecr.aws/lambda/python@sha256:10dbb67ede15b5fd516be87dd71c3f7968904b0b840235720486476b34ef9b67
+FROM public.ecr.aws/lambda/python@sha256:489d4abc8644060e2e16db2ffaaafa157359761feaf9438bf26ed88e37e43d9c
RUN yum install 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 -y
-RUN pip install selenium==4.9.1
+RUN pip install selenium==4.11.2
COPY --from=build /opt/chrome-linux /opt/chrome
COPY --from=build /opt/chromedriver /opt/
COPY main.py ./
diff --git a/README.md b/README.md
index 9cdc5f4..344a795 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ This image goes with these versions. [These are automatically updated and tested

  • Python 3.11.4
  • chromium 114.0.5735.0
  • chromedriver 114.0.5735.90
    -- selenium 4.9.1
    +- selenium 4.11.2

Running the demo