mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
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:
@@ -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 \
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
ARG BASE=centos:7
|
||||
|
||||
FROM ${BASE} AS yum
|
||||
RUN yum install -y \
|
||||
which \
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
ARG BASE=centos:8
|
||||
|
||||
FROM ${BASE} AS yum
|
||||
RUN yum install -y \
|
||||
which \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user