Test case
Test to build the java meta/composite buildpack using: libpak and pack
Status: OK - see report meta-java-test-30-aug-2024
Repo: https://github.com/paketo-buildpacks/java.git
Tool: libpak/create-package, pack
Container tool: podman
OS: rhel9
Steps to reproduce:
- ssh to a rhel9 VM
- Install podman, git, curl, wget
- Install libpak/create-package, pack
- 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(s) executed within the git repo:
create-package \
--source "${SOURCE_PATH:-.}" \
--destination "${HOME}"/buildpack \
--version "${VERSION}"
pack -v buildpack package "${PACKAGE}:${VERSION}" ${CONFIG} --publish??
Test case
Test to build the java meta/composite buildpack using: libpak and pack
Status: OK - see report meta-java-test-30-aug-2024
Repo: https://github.com/paketo-buildpacks/java.git
Tool: libpak/create-package, pack
Container tool: podman
OS: rhel9
Steps to reproduce:
systemctl --user start podman.socketpodman login -u <username> -p <password> docker.ioexport DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock