This is an automated email from the ASF dual-hosted git repository.
tballison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika-docker.git
The following commit(s) were added to refs/heads/main by this push:
new 60db76b Build on resolute instead of plucky. (#31)
60db76b is described below
commit 60db76bc7155b2a322175a95f64a1499f3b5cd13
Author: Rasmus Werner Salling <[email protected]>
AuthorDate: Fri May 1 23:35:18 2026 +0200
Build on resolute instead of plucky. (#31)
Ubuntu plucky is EOL.
https://discourse.ubuntu.com/t/ubuntu-25-04-plucky-puffin-reached-end-of-life-on-15th-january-2026/75079/1
---
full/Dockerfile | 2 +-
minimal/Dockerfile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/full/Dockerfile b/full/Dockerfile
index e9cf43c..889a060 100644
--- a/full/Dockerfile
+++ b/full/Dockerfile
@@ -15,7 +15,7 @@
# the subsequent stages -- see TIKA-3912
ARG UID_GID="35002:35002"
-FROM ubuntu:plucky AS base
+FROM ubuntu:resolute AS base
FROM base AS fetch_tika
diff --git a/minimal/Dockerfile b/minimal/Dockerfile
index 1c51959..af1661b 100644
--- a/minimal/Dockerfile
+++ b/minimal/Dockerfile
@@ -16,7 +16,7 @@
# the subsequent stages -- see TIKA-3912
ARG UID_GID="35002:35002"
-FROM ubuntu:plucky AS base
+FROM ubuntu:resolute AS base
FROM base AS fetch_tika