Skip to content
Snippets Groups Projects

Deploy container images to OSTC docker registry and use them from there

Merged Andrei Gherzan requested to merge agherzan/oniro:docker-registry into kirkstone
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
# SPDX-FileCopyrightText: Huawei Inc.
# SPDX-FileCopyrightText: Huawei Inc.
# SPDX-License-Identifier: Apache-2.0
# 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-groovy.list /etc/apt/sources.list.d/
COPY --chown=root:root ppa/zyga-ubuntu-oh-tools.gpg /etc/apt/trusted.gpg.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 \
@@ -13,5 +13,5 @@ RUN apt-get update -qq \
git-repo git git-lfs \
git-repo git git-lfs \
python3-sphinx python3-sphinx-rtd-theme python3-recommonmark python3-sphinx-tabs \
python3-sphinx python3-sphinx-rtd-theme python3-recommonmark python3-sphinx-tabs \
python3-sphinxcontrib.plantuml \
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/*
&& eatmydata apt-get clean && rm -rf /var/lib/apt/lists/*
Loading