jib-extensions icon indicating copy to clipboard operation
jib-extensions copied to clipboard

Results 14 jib-extensions issues
Sort by recently updated
recently updated
newest added

Using jib-maven-plugin 3.4.1 with jib-layer-filter-extension-maven 0.3.0 on large multi-module maven project (350 projects, ~50 of them have jib plugin to do jib:build as part of mvn deploy lifecycle). They all...

type: feature
priority: p3

Here are the commands I ran and the output I got. ``` ./gradlew --no-configuration-cache tracker:nativeCompile ... ./gradlew --no-configuration-cache tracker:jibDockerBuild ... > Task :tracker:jibDockerBuild FAILED Running extension: com.google.cloud.tools.jib.gradle.extension.nativeimage.JibNativeImageExtension Running Jib Native...

type: bug
priority: p3

Added JibSpringBootExtension to a Spring Boot 3.1.2 Application as descripted in the docs Execution fails with `> error running extension 'com.google.cloud.tools.jib.plugins.extension.NullExtension': extension configured but not discovered on Jib runtime classpath:...

kind/user-question
priority: p3

Spring Boot has added support for running services through docker-compose as of version 3.1. This causes the same issues with Jib as devtools does. Spring Boot itself does exclude the...

type: feature
priority: p3

I tried adding the following in build.gradle for the `com.google.cloud.tools:jib-native-image-extension-gradle:` ``` buildscript { dependencies { classpath('com.google.cloud.tools:jib-native-image-extension-gradle:0.1.0') } } ``` I then tried to set the extension at runtime via a...

kind/user-question
priority: p4

Most of the dependencies need to be sync'ed with the main Jib repo. ```build.gradle /* PROJECT DEPENDENCY VERSIONS */ // define all common versioned dependencies here project.ext.dependencyVersions = [ GUAVA:...

kind/tech debt
priority: p4

it seems the quarkus plugin generate wrong filename. ie: `xxx-unspecified-runner.jar` in stead of `xxx-runner.jar` what i should have to change to generate good filename? this is the output of a...

type: bug
kind/documentation
priority: p4

Hi, I know the [contributing guide](https://github.com/GoogleContainerTools/jib-extensions/blob/master/CONTRIBUTING.md) says > Open a PR only if the issue is labeled with "Accepting Contributions" I checked other PRs and think this is an outdated...

I wrote an extension that allows custom entrypoints to access configured `jvmFlags`, providing flexibility for scenarios such as using a shell script to launch the application. I thought it would...

Thank you for your interest in contributing! For general guidelines, please refer to the [contributing guide](https://github.com/GoogleContainerTools/jib-extensions/blob/master/CONTRIBUTING.md). Before submitting a pull request, please make sure to: - [x] Identify an existing...