Releases: umihico/docker-selenium-lambda
Version Updates Thu Nov 7 01:44:18 UTC 2024
SHA256_DIGEST=8db9a714dea462273d843affaa652f191f319332b284ba63e86694ee0fef9ecc
REVISION=1356013
PYTHON_VERSION=3.13.0
SELENIUM_VERSION=4.26.1
CHROME_VERSION=130.0.6723.116
diff --git a/Dockerfile b/Dockerfile
index ce7124c..8c4b766 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:2951186769ff98c4f1acf3783d9432e40cb3b03c72aab239588b3544f647bb36 as build
+FROM public.ecr.aws/lambda/python@sha256:8db9a714dea462273d843affaa652f191f319332b284ba63e86694ee0fef9ecc as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.93/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.93/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.116/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.116/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:2951186769ff98c4f1acf3783d9432e40cb3b03c72aab239588b3544f647bb36
+FROM public.ecr.aws/lambda/python@sha256:8db9a714dea462273d843affaa652f191f319332b284ba63e86694ee0fef9ecc
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 eb18552..6fe6681 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.7
-- chromium 130.0.6723.93
-- chromedriver 130.0.6723.93
+- Python 3.13.0
+- chromium 130.0.6723.116
+- chromedriver 130.0.6723.116
- selenium 4.26.1
Running the demo
Version Updates Wed Nov 6 01:43:48 UTC 2024
SHA256_DIGEST=2951186769ff98c4f1acf3783d9432e40cb3b03c72aab239588b3544f647bb36
REVISION=1356013
PYTHON_VERSION=3.12.7
SELENIUM_VERSION=4.26.1
CHROME_VERSION=130.0.6723.93
diff --git a/Dockerfile b/Dockerfile
index 4c4ce27..ce7124c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python@sha256:2951186769ff98c4f1acf3783d9432e40cb3b03c72aab239588b3544f647bb36 as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.91/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.91/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.93/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.93/linux64/chrome-linux64.zip" &&
unzip /tmp/chromedriver-linux64.zip -d /opt/ &&
unzip /tmp/chrome-linux64.zip -d /opt/
diff --git a/README.md b/README.md
index 26fc114..eb18552 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.7
-- chromium 130.0.6723.91
-- chromedriver 130.0.6723.91
+- chromium 130.0.6723.93
+- chromedriver 130.0.6723.93 - selenium 4.26.1
Running the demo
Version Updates Fri Nov 1 01:53:05 UTC 2024
SHA256_DIGEST=2951186769ff98c4f1acf3783d9432e40cb3b03c72aab239588b3544f647bb36
REVISION=1356013
PYTHON_VERSION=3.12.7
SELENIUM_VERSION=4.26.1
CHROME_VERSION=130.0.6723.91
diff --git a/Dockerfile b/Dockerfile
index 102ab4a..4c4ce27 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.26.0
+RUN pip install selenium==4.26.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 b1de681..26fc114 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.7
- chromium 130.0.6723.91
- chromedriver 130.0.6723.91
-- selenium 4.26.0
+- selenium 4.26.1
Running the demo
Version Updates Thu Oct 31 01:47:18 UTC 2024
SHA256_DIGEST=2951186769ff98c4f1acf3783d9432e40cb3b03c72aab239588b3544f647bb36
REVISION=1356013
PYTHON_VERSION=3.12.7
SELENIUM_VERSION=4.26.0
CHROME_VERSION=130.0.6723.91
diff --git a/Dockerfile b/Dockerfile
index 2febea4..102ab4a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,16 +1,16 @@
-FROM public.ecr.aws/lambda/python@sha256:a9852e85c0ab8baca42cfb7835de0d47acb8ae099fd3b90f2c574aa219cdc234 as build
+FROM public.ecr.aws/lambda/python@sha256:2951186769ff98c4f1acf3783d9432e40cb3b03c72aab239588b3544f647bb36 as build
RUN dnf install -y unzip &&
curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.91/linux64/chromedriver-linux64.zip" &&
curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.91/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:a9852e85c0ab8baca42cfb7835de0d47acb8ae099fd3b90f2c574aa219cdc234
+FROM public.ecr.aws/lambda/python@sha256:2951186769ff98c4f1acf3783d9432e40cb3b03c72aab239588b3544f647bb36
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.25.0
+RUN pip install selenium==4.26.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 ee680b9..b1de681 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.7
- chromium 130.0.6723.91
- chromedriver 130.0.6723.91
-- selenium 4.25.0
+- selenium 4.26.0
Running the demo
Version Updates Wed Oct 30 01:46:33 UTC 2024
SHA256_DIGEST=a9852e85c0ab8baca42cfb7835de0d47acb8ae099fd3b90f2c574aa219cdc234
REVISION=1356013
PYTHON_VERSION=3.12.7
SELENIUM_VERSION=4.25.0
CHROME_VERSION=130.0.6723.91
diff --git a/Dockerfile b/Dockerfile
index 1cd061e..2febea4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python@sha256:a9852e85c0ab8baca42cfb7835de0d47acb8ae099fd3b90f2c574aa219cdc234 as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.69/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.69/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.91/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.91/linux64/chrome-linux64.zip" &&
unzip /tmp/chromedriver-linux64.zip -d /opt/ &&
unzip /tmp/chrome-linux64.zip -d /opt/
diff --git a/README.md b/README.md
index f8b10e3..ee680b9 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.7
-- chromium 130.0.6723.69
-- chromedriver 130.0.6723.69
+- chromium 130.0.6723.91
+- chromedriver 130.0.6723.91 - selenium 4.25.0
Running the demo
Version Updates Wed Oct 23 01:45:31 UTC 2024
SHA256_DIGEST=a9852e85c0ab8baca42cfb7835de0d47acb8ae099fd3b90f2c574aa219cdc234
REVISION=1356013
PYTHON_VERSION=3.12.7
SELENIUM_VERSION=4.25.0
CHROME_VERSION=130.0.6723.69
diff --git a/Dockerfile b/Dockerfile
index 930569c..1cd061e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:e0eed1c4a447cfadac34369181090b9d5616d52f385959e08c4e8f942a668a5d as build
+FROM public.ecr.aws/lambda/python@sha256:a9852e85c0ab8baca42cfb7835de0d47acb8ae099fd3b90f2c574aa219cdc234 as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.58/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.58/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.69/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.69/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:e0eed1c4a447cfadac34369181090b9d5616d52f385959e08c4e8f942a668a5d
+FROM public.ecr.aws/lambda/python@sha256:a9852e85c0ab8baca42cfb7835de0d47acb8ae099fd3b90f2c574aa219cdc234
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 8d275ed..f8b10e3 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.7
-- chromium 130.0.6723.58
-- chromedriver 130.0.6723.58
+- chromium 130.0.6723.69
+- chromedriver 130.0.6723.69 - selenium 4.25.0
Running the demo
Version Updates Wed Oct 16 01:46:43 UTC 2024
SHA256_DIGEST=e0eed1c4a447cfadac34369181090b9d5616d52f385959e08c4e8f942a668a5d
REVISION=1356013
PYTHON_VERSION=3.12.7
SELENIUM_VERSION=4.25.0
CHROME_VERSION=130.0.6723.58
diff --git a/Dockerfile b/Dockerfile
index 657693b..930569c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python@sha256:e0eed1c4a447cfadac34369181090b9d5616d52f385959e08c4e8f942a668a5d as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/129.0.6668.100/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/129.0.6668.100/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.58/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.58/linux64/chrome-linux64.zip" &&
unzip /tmp/chromedriver-linux64.zip -d /opt/ &&
unzip /tmp/chrome-linux64.zip -d /opt/
diff --git a/README.md b/README.md
index 7fa3ad4..8d275ed 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.7
-- chromium 129.0.6668.100
-- chromedriver 129.0.6668.100
+- chromium 130.0.6723.58
+- chromedriver 130.0.6723.58 - selenium 4.25.0
Running the demo
Version Updates Tue Oct 15 01:46:10 UTC 2024
SHA256_DIGEST=e0eed1c4a447cfadac34369181090b9d5616d52f385959e08c4e8f942a668a5d
REVISION=1343869
PYTHON_VERSION=3.12.7
SELENIUM_VERSION=4.25.0
CHROME_VERSION=129.0.6668.100
diff --git a/Dockerfile b/Dockerfile
index f378df8..657693b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:f5308d146329323f72af229ad795c1f7433b63953697997bfd9b7fb6871d2b97 as build
+FROM public.ecr.aws/lambda/python@sha256:e0eed1c4a447cfadac34369181090b9d5616d52f385959e08c4e8f942a668a5d as build
RUN dnf install -y unzip &&
curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/129.0.6668.100/linux64/chromedriver-linux64.zip" &&
curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/129.0.6668.100/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:f5308d146329323f72af229ad795c1f7433b63953697997bfd9b7fb6871d2b97
+FROM public.ecr.aws/lambda/python@sha256:e0eed1c4a447cfadac34369181090b9d5616d52f385959e08c4e8f942a668a5d
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 b256c9c..7fa3ad4 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.5
+- Python 3.12.7
- chromium 129.0.6668.100
- chromedriver 129.0.6668.100
- selenium 4.25.0
Version Updates Thu Oct 10 01:45:09 UTC 2024
SHA256_DIGEST=f5308d146329323f72af229ad795c1f7433b63953697997bfd9b7fb6871d2b97
REVISION=1343869
PYTHON_VERSION=3.12.5
SELENIUM_VERSION=4.25.0
CHROME_VERSION=129.0.6668.100
diff --git a/Dockerfile b/Dockerfile
index 4ac6617..f378df8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python@sha256:f5308d146329323f72af229ad795c1f7433b63953697997bfd9b7fb6871d2b97 as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/129.0.6668.91/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/129.0.6668.91/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/129.0.6668.100/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/129.0.6668.100/linux64/chrome-linux64.zip" &&
unzip /tmp/chromedriver-linux64.zip -d /opt/ &&
unzip /tmp/chrome-linux64.zip -d /opt/
diff --git a/README.md b/README.md
index 86bba5f..b256c9c 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.91
-- chromedriver 129.0.6668.91
+- chromium 129.0.6668.100
+- chromedriver 129.0.6668.100 - selenium 4.25.0
Running the demo
Version Updates Wed Oct 2 01:44:59 UTC 2024
SHA256_DIGEST=0a3d34a8310dc339ea7afeb64725df5685da2e6f335dc9287cbc0cddc4a159f2
REVISION=1343869
PYTHON_VERSION=3.12.5
SELENIUM_VERSION=4.25.0
CHROME_VERSION=129.0.6668.89
diff --git a/Dockerfile b/Dockerfile
index 0783860..d9070f4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python@sha256:0a3d34a8310dc339ea7afeb64725df5685da2e6f335dc9287cbc0cddc4a159f2 as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/129.0.6668.70/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/129.0.6668.70/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/129.0.6668.89/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/129.0.6668.89/linux64/chrome-linux64.zip" &&
unzip /tmp/chromedriver-linux64.zip -d /opt/ &&
unzip /tmp/chrome-linux64.zip -d /opt/
diff --git a/README.md b/README.md
index 62fb61f..4f9dc68 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.70
-- chromedriver 129.0.6668.70
+- chromium 129.0.6668.89
+- chromedriver 129.0.6668.89 - selenium 4.25.0