Skip to content
Snippets Groups Projects
Verified Commit c25bc186 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

ci/docs-builder: Update to ubuntu:21.10-based image


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 8a6bb0bb
No related branches found
No related tags found
No related merge requests found
# SPDX-FileCopyrightText: Huawei Inc.
# SPDX-License-Identifier: Apache-2.0
FROM ubuntu:20.10
FROM ubuntu:21.10
COPY --chown=root:root ppa/zyga-ubuntu-oh-tools-groovy.list /etc/apt/sources.list.d/
COPY --chown=root:root ppa/zyga-ubuntu-oh-tools-impish.list /etc/apt/sources.list.d/
COPY --chown=root:root ppa/zyga-ubuntu-oh-tools.gpg /etc/apt/trusted.gpg.d/
ARG DEBIAN_FRONTEND="noninteractive"
......@@ -13,5 +13,5 @@ RUN apt-get update -qq \
git-repo git git-lfs \
python3-sphinx python3-sphinx-rtd-theme python3-recommonmark python3-sphinx-tabs \
python3-sphinxcontrib.plantuml \
&& eatmydata apt-get install -qq -y 'ca-certificates=20210119~20.10.1' \
&& eatmydata apt-get install -qq -y 'ca-certificates=20210119ubuntu1' \
&& eatmydata apt-get clean && rm -rf /var/lib/apt/lists/*
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: 2020 Huawei Inc.
deb http://ppa.launchpad.net/zyga/oh-tools/ubuntu/ groovy main
# deb-src http://ppa.launchpad.net/zyga/oh-tools/ubuntu/ groovy main
deb http://ppa.launchpad.net/zyga/oh-tools/ubuntu/ impish main
# deb-src http://ppa.launchpad.net/zyga/oh-tools/ubuntu/ impish main
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