ci: update container versions

Update all the container versions to force a rebuild so that they'll get
tagged with latest (due to changes in the CI scripts).
This commit is contained in:
Edward Thomson
2021-08-23 15:02:49 -04:00
parent 3b603d319e
commit dbcb1cd746
6 changed files with 6 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
ARG BASE=ubuntu:bionic
FROM ${BASE} AS apt
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \

View File

@@ -1,4 +1,5 @@
ARG BASE=centos:7
FROM ${BASE} AS yum
RUN yum install -y \
which \

View File

@@ -1,4 +1,5 @@
ARG BASE=centos:8
FROM ${BASE} AS yum
RUN yum install -y \
which \

View File

@@ -1,4 +1,5 @@
ARG BASE=ubuntu:bionic
FROM ${BASE}
RUN apt update && apt install -y cmake pkg-config ruby ruby-dev llvm libclang-dev libssl-dev python-pygments
RUN gem install docurium

View File

@@ -1,4 +1,5 @@
ARG BASE=ubuntu:focal
FROM ${BASE} AS apt
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \

View File

@@ -1,4 +1,5 @@
ARG BASE=ubuntu:xenial
FROM ${BASE} AS apt
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \