Skip to content

Commit

Permalink
Fix broken Jib with fast-jar
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand authored and gsmet committed Jul 16, 2020
1 parent bc97adf commit bdcbf58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ private ImageReference getImageReference(ContainerImageConfig containerImageConf
private JibContainerBuilder createContainerBuilderFromFastJar(JibConfig jibConfig,
JarBuildItem sourceJarBuildItem,
List<ContainerImageLabelBuildItem> containerImageLabels) {
Path componentsPath = sourceJarBuildItem.getPath().getParent().getParent();
Path componentsPath = sourceJarBuildItem.getPath().getParent();

AbsoluteUnixPath workDirInContainer = AbsoluteUnixPath.get("/work");

Expand Down

0 comments on commit bdcbf58

Please sign in to comment.