We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/dsyer/inner-loop-boot-k8s project uses a different approacj for skaffold based on spring-dev + directily coping only modified classes to pod.
apiVersion: skaffold/v2beta10 kind: Config build: artifacts: - image: localhost:5000/apps/demo # custom: # buildCommand: ./mvnw spring-boot:build-image -P devtools -D spring-boot.build-image.imageName=$IMAGE && docker push $IMAGE buildpacks: builder: paketobuildpacks/builder:base env: - BP_MAVEN_BUILD_ARGUMENTS=-P devtools package dependencies: paths: - pom.xml - src/main/resources - target/classes sync: manual: - src: "src/main/resources/**/*" dest: /workspace/BOOT-INF/classes strip: src/main/resources/ - src: "target/classes/**/*" dest: /workspace/BOOT-INF/classes strip: target/classes/ deploy: kustomize: paths: - "src/k8s/demo/"
The text was updated successfully, but these errors were encountered:
Tilt could be an options https://github.com/ThomasVitale/developer-experience-java-kubernetes/blob/main/04-tilt/basic/book-service/Tiltfile
Sorry, something went wrong.
No branches or pull requests
https://github.com/dsyer/inner-loop-boot-k8s project uses a different approacj for skaffold based on spring-dev + directily coping only modified classes to pod.
The text was updated successfully, but these errors were encountered: