jib icon indicating copy to clipboard operation
jib copied to clipboard

🏗 Build container images for your Java applications.

Results 339 jib issues
Sort by recently updated
recently updated
newest added

The [OCI Image Spec](https://github.com/opencontainers/image-spec/blob/master/image-index.md#image-index-property-descriptions) defines other properties in addition to `architecture` and `os`. - `os.version` string - `os.features` array of strings - `variant` string - `features` array of strings These...

area/jib-maven-plugin
area/jib-core
priority:p4
area/jib-gradle-plugin
enhancement

(from https://github.com/GoogleContainerTools/jib/pull/2615#discussion_r459737238) A manifest list may contain multiple manifests with the configured architecture and OS. For now we just return the first manifest matching the architecture and OS. Perhaps we...

area/jib-maven-plugin
area/jib-core
p4
kind/user-question
area/jib-gradle-plugin
kind/feature

Until I miss it there is no way to configure the cache directories in the mojo configuration. My use case is the following, project layout looks like: ``` +- module1...

area/jib-maven-plugin
p4
area/jib-gradle-plugin
kind/feature

**Environment**: - *Jib version:* jib-core 0.12.0 - *Build tool:* cram - *OS:* macOS **Description of the issue**: Seeing NPEs when using jib-core to create a layer with content placed at...

area/jib-core
p2
kind/bug

I haven't reproduced this. This might be easier to hit on a slow network. In https://github.com/GoogleContainerTools/jib/issues/2207#issuecomment-572128861, it looks like we already got an exception, but it doesn't seem to terminate...

area/jib-maven-plugin
area/jib-core
p4
area/jib-gradle-plugin
area/jib-cli
kind/bug

(from [Gitter](https://gitter.im/google/jib?at=5fdb9a7527eaac4d643179c1)) @alvarosanchez had auth failure for a base image after an extension changed the base image ref to `openjdk` (i.e., on Docker Hub) from the default `gcr.io/distroless/java:8`. The root...

area/jib-maven-plugin
priority:p3
area/jib-gradle-plugin
type:bug

From https://github.com/GoogleCloudPlatform/minikube-build-tools-for-java/issues/116 The Google HTTP client gives null content for HEAD requests. Docker registry can return useful content for HEAD responses. In `BlobChecker`, this content can contain useful registry error...

area/jib-maven-plugin
area/jib-core
p3
area/jib-gradle-plugin
kind/tech debt
area/jib-cli

The GCR of our integration testing project has accumulated thousands of images. I am cleaning them, but we will continue to accumulate them. To list all the immediate "sub-repositories": ```sh...

area/jib-maven-plugin
area/jib-core
p3
area/jib-gradle-plugin
kind/tech debt
area/jib-cli

**Description of the issue**: jib, jibBuildTar and jibDockerBuild are all standalone tasks doing both the building and publishing. Expectation would rather be that those three tasks share a common tasks...

area/jib-maven-plugin
area/jib-core
area/jib-gradle-plugin
area/jib-cli
type:bug
priority: p4

We should have tests around the RegistryClient network requests. Maybe can make `TestWebServer` take a list of expect-response pairs. _Originally posted by @briandealwis in https://github.com/GoogleContainerTools/jib/pull/1793/review_comment/create_

area/jib-core
kind/tech debt