k8s:push
/k8sPush
should work with buildpacks
build strategy
#2464
Milestone
k8s:push
/k8sPush
should work with buildpacks
build strategy
#2464
Component
JKube Kit
Task description
Description
Related to #439
As a user building container images leveraging buildpacks with JKube, I want to push the image built using buildpacks, so that image is pushed to specified container registry using
k8s:push
/k8sPush
goal/taskExpected Behavior
k8s:push
should be able to push image created usingk8s:build
with buildpacks build strategyAcceptance Criteria
Given:
k8s:build
/k8sBuild
of application leveraging buildpacks build strategyjkube.build.strategy=buildpacks
.When: User performs
k8s:push
to push image to specified registryThen:
k8s:push
works in buildpacks build strategyThe text was updated successfully, but these errors were encountered: