Crate bpf_oci

Source
Expand description

 SPDX-License-Identifier: MIT

Copyright (c) 2023, eunomia-bpf All rights reserved.

Re-exports§

pub use oci_distribution;

Modules§

auth

Functions§

parse_annotations
Parse annotations like key=value into HashMap
parse_annotations_and_insert_image_title
Parse annotations like key=value into HashMap Will insert ORG_OPENCONTAINERS_IMAGE_TITLE if not provided
pull_wasm_image
Pull a wasm image from the registry Use the authencation info provided by auth Provide your own client if you want to customization
push_wasm_image