Skip to content

Commit

Permalink
Merge pull request PowerDNS#12683 from Habbie/remove-ubuntu-bionic
Browse files Browse the repository at this point in the history
builder: remove ubuntu bionic target
  • Loading branch information
Habbie authored May 9, 2023
2 parents d0f9cf5 + 37285a5 commit bf3597c
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 42 deletions.
1 change: 0 additions & 1 deletion .github/workflows/builder-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
el-9
debian-buster
debian-bullseye
ubuntu-bionic
ubuntu-focal
ubuntu-jammy
ref:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
product: ['authoritative', 'recursor', 'dnsdist']
os:
- centos-7
- ubuntu-bionic
- el-8
- centos-8-stream
- centos-9-stream
Expand Down
5 changes: 2 additions & 3 deletions builder-support/dockerfiles/Dockerfile.target.docs
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Sphinx
FROM ubuntu:bionic as pdns-docs
FROM ubuntu:jammy as pdns-docs
RUN apt-get update && apt-get -y dist-upgrade && apt-get -y --no-install-recommends install \
ghostscript \
git \
latexmk \
make \
python-minimal \
python2.7 \
python3-minimal \
texlive \
texlive-font-utils \
texlive-fonts-extra \
Expand Down
35 changes: 0 additions & 35 deletions builder-support/dockerfiles/Dockerfile.target.ubuntu-bionic

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit bf3597c

Please sign in to comment.