diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-01-22 12:33:51 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-01-22 12:43:15 +0100 |
commit | 3cc995a1318b971aed9f8d9f968d4a0a16ece53b (patch) | |
tree | 29b0dd9d13c5bdf777d3d3ecbb1913f7b69283db | |
parent | 44ff107df1c47eb3e030880c440eb5d6f1b899a2 (diff) |
CI: Use debian:buster as test base image
This prepares us for the upcoming buster release, as buster
is the main release series for this series (the other being
Ubuntu disco).
-rw-r--r-- | Dockerfile | 2 | ||||
-rw-r--r-- | shippable.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile index 08aed4836..49934e46c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:testing +FROM debian:buster COPY . /tmp WORKDIR /tmp RUN sed -i s#://deb.debian.org#://cdn-fastly.deb.debian.org# /etc/apt/sources.list \ diff --git a/shippable.yml b/shippable.yml index 3978ddcb5..8588fcf15 100644 --- a/shippable.yml +++ b/shippable.yml @@ -4,8 +4,8 @@ env: build: pre_ci_boot: - image_name: ubuntu - image_tag: bionic + image_name: debian + image_tag: buster pull: true ci: - apt-get install -qq build-essential expect |