-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
status::greentest::meta/compositetestingintegrations test, CI testsintegrations test, CI teststool::packtool:libpak
Description
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??
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status::greentest::meta/compositetestingintegrations test, CI testsintegrations test, CI teststool::packtool:libpak