diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-10-29 15:17:50 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-11-15 19:50:00 +0000 |
commit | 30647f3d94a4229646aabf74e640b5c564480388 (patch) | |
tree | 389c18c2d111bd320d433dcd05972aa833efc0ae /classes/qemuboot-testimage-network.bbclass | |
parent | 683e03c275a151f53dd1b1f00148206f371ee830 (diff) | |
download | meta-virtualization-30647f3d94a4229646aabf74e640b5c564480388.tar.gz |
images: add reference application container
Includes container-base.
Provides an application container that installs a package (or packages) to
the container and make the specified command the OCI_IMAGE_ENTRYPOINT.
CONTAINER_APP_CMD : the binary to run via the OCI_IMAGE_ENTRYPOINT
CONATINER_APP: packages to install to the container
The default entry point is the "date" command.
% root@qemuarm64-54:~# docker run zeddii/container-app-base
Mon Oct 28 18:41:23 UTC 2024
% root@qemuarm64-54:~# docker run --entrypoint "du" zeddii/container-app-base -sh
2.6M .
% podman run docker.io/zeddii/container-app-base
Mon Oct 28 18:41:23 UTC 2024
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'classes/qemuboot-testimage-network.bbclass')
0 files changed, 0 insertions, 0 deletions