Describe the bug
Describe the bug
Unable to build compute image using image-build:v0.1.2 on the x86 node. The build fails during package installation and exits with a non-zero status. [ERROR - warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.]
. OS: Rhel10_x86
It fails to build image with version whereas able to build by creating tag for from image sha and the using that tag.
Steps to reproduce
Steps to reproduce the behavior:
Run the following command on an x86 node:
podman run --rm
--device /dev/fuse
--network host
-e S3_ACCESS=admin
-e S3_SECRET=admin1234
--user 0
--privileged
-v /omnia/omnia/pulp/settings/certs/pulp_webserver.crt:/etc/pki/ca-trust/source/anchors/pulp_webserver.crt:z \
-v /omnia/omnia/openchami/workdir/images/rhel-service_kube_node_x86_64-10.0.yaml:/home/builder/config.yaml:z \
--entrypoint /bin/sh
ghcr.io/openchami/image-build:v0.1.2
-c "update-ca-trust extract && image-build --config /home/builder/config.yaml --log-level DEBUG"
Expected behavior
The compute image should build successfully using image-build without errors.
Screenshots
Relevant log output
Code of Conduct
Describe the bug
Describe the bug
Unable to build compute image using image-build:v0.1.2 on the x86 node. The build fails during package installation and exits with a non-zero status. [ERROR - warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.]
. OS: Rhel10_x86
It fails to build image with version whereas able to build by creating tag for from image sha and the using that tag.
Steps to reproduce
Steps to reproduce the behavior:
Run the following command on an x86 node:
podman run --rm
--device /dev/fuse
--network host
-e S3_ACCESS=admin
-e S3_SECRET=admin1234
--user 0
--privileged
-v /omnia/omnia/pulp/settings/certs/pulp_webserver.crt:/etc/pki/ca-trust/source/anchors/pulp_webserver.crt:z \
-v /omnia/omnia/openchami/workdir/images/rhel-service_kube_node_x86_64-10.0.yaml:/home/builder/config.yaml:z \
--entrypoint /bin/sh
ghcr.io/openchami/image-build:v0.1.2
-c "update-ca-trust extract && image-build --config /home/builder/config.yaml --log-level DEBUG"
Expected behavior
The compute image should build successfully using image-build without errors.
Screenshots
Relevant log output
Code of Conduct