Skip to content

Commit

Permalink
Add docker for ubuntu oracular
Browse files Browse the repository at this point in the history
  • Loading branch information
arntanguy committed Nov 6, 2024
1 parent 2d5934f commit fbd3b62
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pbuilder-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
dist: [xenial, bionic, focal, jammy, noble]
dist: [xenial, bionic, focal, jammy, noble, oracular]
arch: [i386, amd64]
exclude:
# No more i386 support since focal
Expand All @@ -22,6 +22,8 @@ jobs:
arch: i386
- dist: noble
arch: i386
- dist: oracular
arch: i386
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 5 additions & 0 deletions docker/Dockerfile.oracular
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM @ARCH@/ubuntu:@DIST@

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update -qq && apt-get install -qq cmake cmake-data cython3 dh-python javascript-common libarchive13 libblas3 libeigen3-dev libexpat1-dev libjs-jquery libjs-jquery-isonscreen libjs-jquery-metadata libjs-jquery-tablesorter libjsoncpp-dev liblapack3 liblzo2-2 libpython3-dev librhash0 libuv1 pkg-config python3-all python3-coverage python3-dev python3-pip python3-nose python3-numpy python3-pytest python3-setuptools devscripts build-essential equivs gfortran apt-transport-https curl
2 changes: 1 addition & 1 deletion setup-pbuilder/pbuilderrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DEBIAN_SUITES=($UNSTABLE_CODENAME $TESTING_CODENAME $STABLE_CODENAME $OLDSTABLE_
"unstable" "testing" "stable" "oldstable")

# List of Ubuntu suites. Update these when needed.
UBUNTU_SUITES=("noble" "focal" "bionic" "xenial" "trusty")
UBUNTU_SUITES=("oracular" "noble" "focal" "bionic" "xenial" "trusty")

# Mirrors to use. Update these to your preferred mirror.
DEBIAN_MIRROR="ftp.us.debian.org"
Expand Down

0 comments on commit fbd3b62

Please sign in to comment.