[
https://issues.apache.org/jira/browse/OFBIZ-13296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18023734#comment-18023734
]
ASF subversion and git services commented on OFBIZ-13296:
---------------------------------------------------------
Commit 501fa881455fac7673e8b4ed380e217ad46c0f78 in ofbiz-framework's branch
refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=501fa88145 ]
Fixed: Issue while building & pushing OFBiz docker container images
(OFBIZ-13296)
I found that an "ofbiz-unspecified.tar" is generated locally. No idea why and
did not find any explanation on the web.
I tried to use
distTar {
version = null
}
before
javadoc {
in build.gradle,
to no avail
So trying to rename
source=/builder/build/distributions/ofbiz.tar
to
source=/builder/build/distributions/ofbiz-unspecified.tar
in Dockerfile keeping
target=/mnt/ofbiz.tar
Let's see...
> Issue while building and pushing OFBiz docker container images
> --------------------------------------------------------------
>
> Key: OFBIZ-13296
> URL: https://issues.apache.org/jira/browse/OFBIZ-13296
> Project: OFBiz
> Issue Type: Bug
> Components: Docker, Gradle
> Environment: It turns out that locally the generated file is named
> ofbiz-unspecified.tar.
> Because the last change in gradle.build were about AsciidoctorTask I thought
> it would be related but it's not.
> I tried to put
> {code:java}
> distTar {
> version = null
> }
> {code}
> Before
> {code:java}
> javadoc {
> {code}
> to no avail.
> Reporter: Jacques Le Roux
> Assignee: Jacques Le Roux
> Priority: Major
>
> Here is an example:
> https://github.com/apache/ofbiz-framework/actions/runs/18001759349/job/51212476776
> Error: buildx failed with: ERROR: failed to build: failed to solve: failed to
> compute cache key: failed to calculate checksum of ref
> fc682960-a2cc-4975-884a-ddab89401ab0::ehvrmn7lyhw04lfz5n3w53xxf:
> "/builder/build/distributions/ofbiz.tar": not found
--
This message was sent by Atlassian Jira
(v8.20.10#820010)