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

Currently, `PullBaseImages` iterates over a manifest list and downloads manifests sequentially. https://github.com/GoogleContainerTools/jib/blob/94f8bdafe0f816c548f96392b34660d5574cc5c4/jib-core/src/main/java/com/google/cloud/tools/jib/builder/steps/PullBaseImageStep.java#L239

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

This depends on the windows instance being able to run Docker.

area/jib-core
p2
kind/tech debt

From https://github.com/GoogleCloudPlatform/minikube-build-tools-for-java/issues/113 The `ErrorEntryTemplate` currently has `code` and `message`. It should also have the details field of registry errors to give more details on a registry error back to the...

area/jib-core
p3
kind/tech debt

As mentioned in [JibContainerBuilder](https://github.com/GoogleContainerTools/jib/blob/26b5ff1440877458cb3a24a7c7b3799ce0bfa48c/jib-core/src/main/java/com/google/cloud/tools/jib/api/JibContainerBuilder.java#L77-L82). ```java private final ContainerBuildPlan.Builder containerBuildPlanBuilder = ContainerBuildPlan.builder(); // TODO(chanseok): remove and use containerBuildPlanBuilder instead. Note that // ContainerConfiguation implements equals() and hashCode(), so need to verify...

area/jib-core
kind/tech debt

(logs from https://travis-ci.org/github/GoogleContainerTools/jib/jobs/676290173) ``` > Task :jib-core:compileJava /home/travis/build/GoogleContainerTools/jib/jib-core/src/main/java/com/google/cloud/tools/jib/cache/Retry.java:104: warning: [PreferJavaTimeOverload] Prefer using java.time-based APIs when available. Note that this checker does not and cannot guarantee that the overloads have equivalent...

area/jib-core
kind/tech debt

From https://github.com/GoogleContainerTools/jib/pull/584#discussion_r204366857. Gradle supports [explicitly indicating that a dependency may be changing]( https://stackoverflow.com/a/42058780/600339) and [provides an API](https://docs.gradle.org/current/javadoc/org/gradle/api/artifacts/ExternalModuleDependency.html#isChanging--) to check. The [docs](https://docs.gradle.org/current/userguide/declaring_dependencies.html#sub:declaring_dependency_with_changing_version) [hint](https://docs.gradle.org/current/userguide/troubleshooting_dependency_resolution.html#sub:dynamic_versions_and_changing_modules) that SNAPSHOTs are marked as changing.

priority:p3
question
area/jib-gradle-plugin
enhancement

_This issue was automatically created by [Allstar](https://github.com/ossf/allstar/)._ **Security Policy Violation** Project is out of compliance with Binary Artifacts policy: binaries present in source code **Rule Description** Binary Artifacts are an...

priority: p2
type: process
allstar

**Environment**: - *Jib version:* 3.4.0 - *Build tool:* Maven 3.6.3 - *OS:* WSL2, Kali-Linux, 5.15.146.1-microsoft-standard-WSL2 **Description of the issue**: Our Docker repository supports Basic Auth as authentication method, that has...

type:bug
priority: p3

* fix: try all authenticate methods from the `WWW-Authenticate` response header until one succeeds Thank you for your interest in contributing! For general guidelines, please refer to the [contributing guide](https://github.com/GoogleContainerTools/jib/blob/master/CONTRIBUTING.md)....