jib
jib copied to clipboard
🏗 Build container images for your Java applications.
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...
(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...
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...
**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...
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...
(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...
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...
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...
**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...
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_