Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Buildpack pack version to latest available version #2969

Open
2 tasks
rohanKanojia opened this issue Apr 24, 2024 · 5 comments
Open
2 tasks

Bump Buildpack pack version to latest available version #2969

rohanKanojia opened this issue Apr 24, 2024 · 5 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@rohanKanojia
Copy link
Member

Component

JKube Kit

Task description

Description

⚠️ This issue requires testing changes on Docker/Minikube

Ever since we added support for Cloud Native BuildPacks, we haven't updated buildpack version.

<pack.version>0.32.1</pack.version>

We should update it to the latest available version see buildpack releases page .

Once you've updated the version, you would also need to check whether buildpacks build strategy is working after the version upgrade. You would need to follow these steps :

  1. Make sure you have access to Docker Daemon
  2. Build Project mvn clean install -DskipTests
  3. Go to some quickstart and change the jkube.version property to development version 1.17-SNAPSHOT
  4. Run k8s:build goal with buildpacks build strategy, If you would do it in quickstarts/maven/spring-boot, it would look like this:
$  mvn k8s:build -Djkube.build.strategy=buildpacks -Djkube.version=1.17-SNAPSHOT -Pkubernetes

Expected Behavior

Pack version is updated to latest version.

Acceptance Criteria

  • k8s:build should work with new updated pack version
  • Project builds successfully after running mvn clean install
@rohanKanojia rohanKanojia added good first issue Good for newcomers help wanted Extra attention is needed labels Apr 24, 2024
@Jeevananthammoorthy
Copy link
Contributor

@rohanKanojia I have completed my first-timer PR, Could you assign this to me. I can work on it.

@Jeevananthammoorthy
Copy link
Contributor

@rohanKanojia Facing difficulty setting up docker in-local, as my windows version and wsl version is not compatible. Kindly unassign this issue from my name. Will go over other items and raise a new request.

@rohanKanojia
Copy link
Member Author

@Jeevananthammoorthy : Have you tried setting up Podman on your machine? Not sure if you'll face the same problem for podman as well.

@MukarramHaq
Copy link
Contributor

I would like to work on this issue. Can you assign this to me?

@rohanKanojia
Copy link
Member Author

@MukarramHaq : Do you have docker set up on your machine? This issue might require testing a functionality on Docker after making changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants