Merge pull request #160 from infosiftr/bye-mantic

Remove EOL Ubuntu 23.10 (aka mantic)
This commit is contained in:
Laurent Goderre 2024-07-16 08:05:27 -04:00 committed by GitHub
commit 2963e858ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 0 additions and 104 deletions

View File

@ -13,7 +13,6 @@ RUN set -eux; \
# https://packages.debian.org/sq
"bullseye", # 0.24
# https://packages.ubuntu.com/sq
"mantic", # no sq
"jammy", # 0.25
"focal", # no sq
empty # trailing comma

View File

@ -10,7 +10,6 @@ def apt_get_dist_clean:
# https://launchpad.net/ubuntu/+source/apt
# https://packages.ubuntu.com/apt
"mantic",
"jammy",
"focal",

View File

@ -1,54 +0,0 @@
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM buildpack-deps:mantic-scm
RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends \
autoconf \
automake \
bzip2 \
default-libmysqlclient-dev \
dpkg-dev \
file \
g++ \
gcc \
imagemagick \
libbz2-dev \
libc6-dev \
libcurl4-openssl-dev \
libdb-dev \
libevent-dev \
libffi-dev \
libgdbm-dev \
libglib2.0-dev \
libgmp-dev \
libjpeg-dev \
libkrb5-dev \
liblzma-dev \
libmagickcore-dev \
libmagickwand-dev \
libmaxminddb-dev \
libncurses5-dev \
libncursesw5-dev \
libpng-dev \
libpq-dev \
libreadline-dev \
libsqlite3-dev \
libssl-dev \
libtool \
libwebp-dev \
libxml2-dev \
libxslt-dev \
libyaml-dev \
make \
patch \
unzip \
xz-utils \
zlib1g-dev \
; \
rm -rf /var/lib/apt/lists/*

View File

@ -1,20 +0,0 @@
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM ubuntu:mantic
RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends \
ca-certificates \
curl \
gnupg \
netbase \
wget \
# https://bugs.debian.org/929417
tzdata \
; \
rm -rf /var/lib/apt/lists/*

View File

@ -1,20 +0,0 @@
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM buildpack-deps:mantic-curl
RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends \
git \
mercurial \
openssh-client \
subversion \
\
# procps is very common in build systems, and is a reasonably small package
procps \
; \
rm -rf /var/lib/apt/lists/*

View File

@ -47,14 +47,6 @@
""
]
},
"ubuntu/mantic": {
"suite": "23.10",
"variants": [
"curl",
"scm",
""
]
},
"ubuntu/noble": {
"suite": "24.04",
"variants": [