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

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


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 470c1f4d
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !55. Comments created here will be created in the context of that merge request.
# 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.gpg /etc/apt/trusted.gpg.d/
......@@ -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/*
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