IMG_NAME: "opensuse-15.5-amd64"
<<: *docker_build
-docker-ubuntu-16_04-amd64:
- variables:
- IMG_NAME: "ubuntu-16.04-amd64"
- <<: *docker_build
-
docker-ubuntu-18_04-amd64:
variables:
IMG_NAME: "ubuntu-18.04-amd64"
<<: *build-linux
image: registry.nic.cz/labs/bird:opensuse-15.5-amd64
-build-ubuntu-16_04-amd64:
- <<: *build-linux
- image: registry.nic.cz/labs/bird:ubuntu-16.04-amd64
-
build-ubuntu-18_04-amd64:
<<: *build-linux
image: registry.nic.cz/labs/bird:ubuntu-18.04-amd64
needs: [build-opensuse-15.5-amd64]
image: registry.nic.cz/labs/bird:opensuse-15.5-amd64
-pkg-ubuntu-16.04-amd64:
- <<: *pkg-deb-legacy
- needs: [build-ubuntu-16_04-amd64]
- image: registry.nic.cz/labs/bird:ubuntu-16.04-amd64
-
pkg-ubuntu-18.04-amd64:
<<: *pkg-deb-legacy
needs: [build-ubuntu-18_04-amd64]
+++ /dev/null
-# bump number for image rebuild: 0
-FROM ubuntu:16.04
-ENV DEBIAN_FRONTEND noninteractive
-RUN apt-get -y update
-RUN apt-get -y upgrade
-RUN apt-get -y --no-install-recommends install \
- tzdata \
- build-essential \
- flex \
- bison \
- autoconf \
- ncurses-dev \
- libreadline-dev \
- libssh-gcrypt-dev \
- linuxdoc-tools-latex \
- texlive-latex-extra \
- opensp \
- docbook-xsl \
- xsltproc
-RUN apt-get -y --no-install-recommends install \
- git \
- dpkg-dev \
- debhelper \
- apt-utils \
- quilt \
- python3 \
- python3-pip \
- python3-venv