Skip to content

Test: Build the java meta/composite buildpack using: libpak and pack #61

@cmoulliard

Description

@cmoulliard

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??

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions