Releases: umihico/docker-selenium-lambda
Version Updates Wed Nov 1 01:20:18 UTC 2023
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 && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/118.0.5993.70/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/118.0.5993.70/linux64/chrome-linux64.zip" && \
- 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: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
Version Updates Mon Oct 16 12:11:07 UTC 2023
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 && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/117.0.5938.92/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/117.0.5938.92/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/118.0.5993.70/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/118.0.5993.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: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
Version Updates Mon Oct 16 01:17:51 UTC 2023
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
Version Updates Wed Oct 11 01:15:25 UTC 2023
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
Version Updates Tue Sep 26 01:15:47 UTC 2023
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
Version Updates Wed Sep 13 01:15:39 UTC 2023
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
Version Updates Fri Sep 1 01:18:25 UTC 2023
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
Version Updates Wed Aug 23 23:44:49 UTC 2023
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
Version Updates Fri Jul 14 01:59:24 UTC 2023
SHA256_DIGEST=10dbb67ede15b5fd516be87dd71c3f7968904b0b840235720486476b34ef9b67
POSITION=1135561
DRIVER_VERSION=114.0.5735.90
PYTHON_VERSION=3.11.4
SELENIUM_VERSION=4.9.1
CHROME_VERSION=114.0.5735.0
diff --git a/Dockerfile b/Dockerfile
index 5d6976e..9ac3cd2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:7f867f958f685d4321e4520e20b13900a47210ee57b3e41d05395b11f4c93c70 as build
+FROM public.ecr.aws/lambda/python@sha256:10dbb67ede15b5fd516be87dd71c3f7968904b0b840235720486476b34ef9b67 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:7f867f958f685d4321e4520e20b13900a47210ee57b3e41d05395b11f4c93c70
+FROM public.ecr.aws/lambda/python@sha256:10dbb67ede15b5fd516be87dd71c3f7968904b0b840235720486476b34ef9b67
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 19b5b81..529a118 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.10.12
+- Python 3.11.4
- chromium 114.0.5735.0
- chromedriver 114.0.5735.90
- selenium 4.9.1
Version Updates Wed Jun 28 01:56:37 UTC 2023
SHA256_DIGEST=7f867f958f685d4321e4520e20b13900a47210ee57b3e41d05395b11f4c93c70
POSITION=1135561
DRIVER_VERSION=114.0.5735.90
PYTHON_VERSION=3.10.12
SELENIUM_VERSION=4.9.1
CHROME_VERSION=114.0.5735.0
diff --git a/Dockerfile b/Dockerfile
index 2c33d6c..5d6976e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:70b056503bffcc49eefe22897782393a984efa04be670dfd7aec1351bea6717d as build
+FROM public.ecr.aws/lambda/python@sha256:7f867f958f685d4321e4520e20b13900a47210ee57b3e41d05395b11f4c93c70 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:70b056503bffcc49eefe22897782393a984efa04be670dfd7aec1351bea6717d
+FROM public.ecr.aws/lambda/python@sha256:7f867f958f685d4321e4520e20b13900a47210ee57b3e41d05395b11f4c93c70
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 e07df97..19b5b81 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.10.11
+- Python 3.10.12
- chromium 114.0.5735.0
- chromedriver 114.0.5735.90
- selenium 4.9.1