Skip to content

Releases: umihico/docker-selenium-lambda

Version Updates Wed Oct 23 01:45:31 UTC 2024

23 Oct 01:45
639e61b
Compare
Choose a tag to compare

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 && \

-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

16 Oct 01:46
664a4ee
Compare
Choose a tag to compare

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 && \

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

15 Oct 01:46
7c51f53
Compare
Choose a tag to compare

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

10 Oct 01:45
c2c4792
Compare
Choose a tag to compare

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 && \

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

02 Oct 01:45
f140bad
Compare
Choose a tag to compare

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 && \

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

Running the demo

Version Updates Wed Sep 25 01:46:42 UTC 2024

25 Sep 01:46
ce8d4b6
Compare
Choose a tag to compare

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

Version Updates Sat Sep 21 01:40:48 UTC 2024

21 Sep 01:40
fca424d
Compare
Choose a tag to compare

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

Version Updates Wed Sep 11 01:40:20 UTC 2024

11 Sep 01:40
af53b34
Compare
Choose a tag to compare

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

Version Updates Fri Sep 6 01:39:45 UTC 2024

06 Sep 01:39
3fac8ec
Compare
Choose a tag to compare

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

Version Updates Tue Sep 3 01:38:51 UTC 2024

03 Sep 01:38
11571bb
Compare
Choose a tag to compare

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