Skip to content
Snippets Groups Projects
Commit af19167c authored by Esben Haabendal's avatar Esben Haabendal
Browse files

containers: Update ca-certificates package pinning


Signed-off-by: default avatarEsben Haabendal <esben@geanix.com>
parent 892b36a6
No related branches found
No related tags found
1 merge request!392containers: Update ca-certificates package pinning
...@@ -27,7 +27,7 @@ RUN apt-get update -qq \ ...@@ -27,7 +27,7 @@ RUN apt-get update -qq \
gawk git sudo wget language-pack-en-base time locales python-is-python3 \ gawk git sudo wget language-pack-en-base time locales python-is-python3 \
python3-distutils python3-pip libssl-dev iproute2 iputils-ping curl jq \ python3-distutils python3-pip libssl-dev iproute2 iputils-ping curl jq \
lz4 zstd iptables\ lz4 zstd iptables\
&& eatmydata apt-get install -qq -y 'ca-certificates=20211016~20.04.1' \ && eatmydata apt-get install -qq -y 'ca-certificates=20211016ubuntu0.20.04.1' \
&& eatmydata apt-get clean && rm -rf /var/lib/apt/lists/* && eatmydata apt-get clean && rm -rf /var/lib/apt/lists/*
RUN locale-gen RUN locale-gen
RUN pip3 install anybadge RUN pip3 install anybadge
......
...@@ -23,5 +23,5 @@ ARG DEBIAN_FRONTEND="noninteractive" ...@@ -23,5 +23,5 @@ ARG DEBIAN_FRONTEND="noninteractive"
RUN apt-get update -qq \ RUN apt-get update -qq \
&& apt-get install -y eatmydata \ && apt-get install -y eatmydata \
&& eatmydata apt-get install -qq -y 'dco-check=0.1.1-1+ostc2' \ && eatmydata apt-get install -qq -y 'dco-check=0.1.1-1+ostc2' \
&& eatmydata apt-get install -qq -y 'ca-certificates=20210119~20.04.2' \ && eatmydata apt-get install -qq -y 'ca-certificates=20211016ubuntu0.20.04.1' \
&& eatmydata apt-get clean && rm -rf /var/lib/apt/lists/* && eatmydata apt-get clean && rm -rf /var/lib/apt/lists/*
...@@ -13,7 +13,7 @@ RUN apt-get update -qq \ ...@@ -13,7 +13,7 @@ RUN apt-get update -qq \
git-repo git git-lfs \ git-repo git git-lfs \
python3-pip python3-sphinx python3-sphinx-rtd-theme python3-recommonmark \ python3-pip python3-sphinx python3-sphinx-rtd-theme python3-recommonmark \
python3-sphinxcontrib.plantuml \ python3-sphinxcontrib.plantuml \
&& eatmydata apt-get install -qq -y 'ca-certificates=20211016~20.04.1' \ && eatmydata apt-get install -qq -y 'ca-certificates=20211016ubuntu0.20.04.1' \
&& eatmydata apt-get clean && rm -rf /var/lib/apt/lists/* && eatmydata apt-get clean && rm -rf /var/lib/apt/lists/*
# We need to fix the version here to avoid pulling docutils 0.18 which is # We need to fix the version here to avoid pulling docutils 0.18 which is
......
...@@ -23,5 +23,5 @@ ARG DEBIAN_FRONTEND="noninteractive" ...@@ -23,5 +23,5 @@ ARG DEBIAN_FRONTEND="noninteractive"
RUN apt-get update -qq \ RUN apt-get update -qq \
&& apt-get install -y eatmydata \ && apt-get install -y eatmydata \
&& eatmydata apt-get install -qq -y reuse=0.13.0-1 'spread=0~20201124-1+ohos3' \ && eatmydata apt-get install -qq -y reuse=0.13.0-1 'spread=0~20201124-1+ohos3' \
&& eatmydata apt-get install -qq -y 'ca-certificates=20210119~20.04.2' \ && eatmydata apt-get install -qq -y 'ca-certificates=20211016ubuntu0.20.04.1' \
&& eatmydata apt-get clean && rm -rf /var/lib/apt/lists/* && eatmydata apt-get clean && rm -rf /var/lib/apt/lists/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment