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

skopeo: Add oniro-specific configuration


Skopeo is the component that podman uses to comunicate with container
registries so we configure skopeo for the OS requirements of the
project.

The most notable change is that we use the application partition for the
root's graphroot. This is where the data (including images) is stored
for the root user.

We also explicitly set the storage driver and runtime directory.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent c3a92bc2
No related branches found
No related tags found
1 merge request!204Integrate podman in Oniro
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
[storage]
driver = "overlay"
runroot = "/run/containers/storage"
graphroot="/run/mount/appdata/user-data/containers/root-rootuser"
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
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