Mridula
Mridula
PR #4142 which will hopefully address this issue is currently under review.
[jib-gradle-plugin:3.4.2](https://plugins.gradle.org/plugin/com.google.cloud.tools.jib) and[ jib-maven-plugin:3.4.2 ](https://mvnrepository.com/artifact/com.google.cloud.tools/jib-maven-plugin/3.4.2)have been released with the fix (https://github.com/GoogleContainerTools/jib/pull/4204)! Marking this issue as complete.
The Kokoro jobs appear to be stalled. Other PRs experiencing this issue: https://github.com/GoogleContainerTools/jib/pull/4077, https://github.com/GoogleContainerTools/jib/pull/4077. The `kokoro:run` label was added but the status still shows up as `Expected - Waiting for...
Thank you for fixing our documentation!
@sergeykad, We may need to gain a bit more context on why exactly the digest isn't being accepted by the registry. There have been cases in the past (#2372, #1986)...
Modifying test to `assertThat(testJibExtension.getExtraDirectories().getPaths().get(0).getFrom()) .isEqualTo(fakeProject.getProjectDir().toPath().resolve("foo"));` in a34d24d236eb3ac54ce0f86a6f614e0e2403d8c9 results in tests passing in windows and failing with the following error in ubuntu: ``` com.google.cloud.tools.jib.gradle.JibExtensionTest > testProperties FAILED expected: /tmpfs/src/github/jib/jib-gradle-plugin/build/tmp/test/work/gradle16051347658540989475projectDir/foo but was...
@dependabot rebase
Update on this: Closing this issue as [jib-gradle-plugin:3.4.2](https://plugins.gradle.org/plugin/com.google.cloud.tools.jib) and [jib-maven-plugin:3.4.2](https://mvnrepository.com/artifact/com.google.cloud.tools/jib-maven-plugin/3.4.2) have been released with a [fix](https://github.com/GoogleContainerTools/jib/pull/4204)! Please open an new issue if this is still occurring. Thank you.
Thanks again for filing this issue! Taking a deeper look at this issue. I don't have much familiarity with how `podman` works but is it accurate to say that in...
@rmannibucau Perhaps I'm misunderstanding the use case here. In addition to the tool name and version in `created_by`, jib also provides information on the application layers as a `comment` (can...