-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Test case
Test to build the ubi stack images (run/build) for each stack: java, nodejs, etc using as tool: jam
Status: NOK - see report stack-test-30-aug-2024
Repo: https://github.com/paketo-community/ubi-base-stack
Tool: jam
Container tool: podman
OS: rhel9
Steps to reproduce:
- ssh to a rhel9 VM
- Install podman, git, curl, wget
- Install jam
- Start podman:
systemctl --user start podman.socket - Login to docker.io
podman login -u <username> -p <password> docker.io - Export
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock - Command executed within the git repo:
jam create-stack --config stack.toml --build-output build --run-output build- see bash script
Reactions are currently unavailable