-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 4.2.0
-
Fix Version/s: 4.4.2
-
Component/s: Packaging / Build
-
Epic Link:
-
Tags:
-
Sprint:nxDrive 11.1.31
-
Story Points:1
Error
Sometimes, that error prevent creating GNU/Linux binaries:
[2020-04-02T08:18:38.552Z] + docker inspect -f . nuxeo-drive-build:py-3.7.4 [2020-04-02T08:18:38.552Z] Error: No such object: nuxeo-drive-build:py-3.7.4
Thanks to Alexis Timic for providing more information on hosts.
OVH-3:
$ docker images | grep -i nuxeo-drive-build nuxeo-drive-build py-3.7.4 8af69ae4a926 6 months ago 934MB dockerpriv.nuxeo.com/nuxeo-drive-build py-3.7.4 8af69ae4a926 6 months ago 934MB
OVH-2:
$ docker images | grep -i nuxeo-drive-build dockerpriv.nuxeo.com/nuxeo-drive-build py-3.7.4 8af69ae4a926 6 months ago 934MB
OVH-1:
$ docker images | grep -i nuxeo-drive-build dockerpriv.nuxeo.com/nuxeo-drive-build py-3.7.4 8af69ae4a926 6 months ago 934MB
Fix
Alexis advised to use the full image name: dockerpriv.nuxeo.com/nuxeo-drive-build:py-3.7.4.
- is required by
-
NXDRIVE-1961 Beta 4.4.2
- Resolved