jib
jib copied to clipboard
🏗 Build container images for your Java applications.
**Environment**: - *Jib version:* 2.2.0 - *Build tool:* Maven - *OS:* MacOs **Description of the issue**: Docker registry is hosted on subpath at example.com/myRegistry. So, the image would be example.com/myRegistry/myDockerImage....
**Description of the issue**: I have a maven project structure and have used the default jib location of extraDirectory. src/main/jib/ Added my desired file i.e. 'server.xml' that needed to be...
The hardlinking supported by the Spotify docker-client can [result in large image-size savings](https://twitter.com/jvanzyl/status/1226511828110467072) for situations using lots of hard-links (https://github.com/jvanzyl/dockerfile-maven/issues/2). Jib should [track hard-links](https://github.com/jvanzyl/docker-client/blob/8da77cf5952f1819e8afeda0cebd2b61bac858c7/src/main/java/com/spotify/docker/client/CompressedDirectory.java#L302-L309). Jib should also preserve symlinks (perhaps...
Gradle's Java application plugin is very powerful plugin and it comes with certain features like debuggability. Its deployment architecture (bin/,lib/,var/ directories) feels like an installed *nix native app with its...
The current setup for Gradle tasks configured task inputs via `@InputFile` etc but doesn't set a `@PathSensitivity` of the files, so the current default of ABSOLUTE is used (https://github.com/gradle/gradle/issues/10346). Which...
**Environment**: - *Jib version:* Gradle plugin 3.1.4 - *Build tool:* Gradle - *OS:* macOS **Description of the issue**: The dockerClient config flag is missing a configuration parameter for specifying extra...
I have simple Spring Boot app. I tried to create an docker image of it using jib-maven plugin. But when I build this app its failing with 401 Unauthorized exception....
**Environment**: - *Jib version:* 3.1.2 - *Build tool:* Apache Maven 3.6.3 - *OS:* OS name: "linux", version: "5.4.104+", arch: "amd64", family: "unix" **Description of the issue**: maven jib:build sometimes fails...
**Environment**: - *Jib version:* 2.7.1 - *Build tool:* Maven - *OS:* N/A **Description of the issue**: Invoking `mvn jib:help` results in error ``` [ERROR] Could not find goal 'help' in...
Should we write multiple `jib-image.digest` and `jib-image.id` files for each manifest? What about the file names? Should we also write a digest of a manifest list (potentially with a different...