[
https://issues.apache.org/jira/browse/NETBEANS-2866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Laszlo Kishalmi resolved NETBEANS-2866.
---------------------------------------
Resolution: Fixed
Mark fixed as the corresponding PR has been merged.
> Can't build Docker image with long filenames
> --------------------------------------------
>
> Key: NETBEANS-2866
> URL: https://issues.apache.org/jira/browse/NETBEANS-2866
> Project: NetBeans
> Issue Type: Bug
> Components: docker - Infrastructure
> Affects Versions: 10.0, 11.0
> Reporter: Vítězslav Dvořák
> Assignee: Vítězslav Dvořák
> Priority: Minor
> Labels: easyfix, pull-request-available
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Dear developers,
> i cannot build container with and application with 100 chars limit for file
> path.
> please fix it.
> {code:java}
> POST
> /build?pull=0&nocache=0&dockerfile=Dockerfile&t=vitexsoftware%2Fflexibee-relationship-overview:latest
> HTTP/1.1
> X-Registry-Config:
> eyJjb25maWdzIjp7Imh0dHBzOlwvXC9pbmRleC5kb2NrZXIuaW9cL3YxXC8iOnsic2VydmVyYWRkcmVzcyI6Imh0dHBzOlwvXC9pbmRleC5kb2NrZXIuaW9cL3YxXC8iLCJwYXNzd29yZCI6ImRldmVsb2lkIiwiYXV0aCI6IiIsImVtYWlsIjpudWxsLCJ1c2VybmFtZSI6InZpdGV4dXMifX19
> Transfer-Encoding: chunked
> Content-Encoding: gzip
> Host: 192.168.22.70:2376
> Content-Type: application/tar
>
> Sending file Makefile
> Sending file composer.json
> Sending file composer.lock
> Sending file README.md
> Sending file .gitignore
> Sending file Dockerfile
> Sending file testing/client.json
> Sending file nbproject/project.xml
> Sending file nbproject/project.properties
> Sending file src/index.php
> Sending file src/init.php
> Sending file src/install.php
> .....
> Sending file
> vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/nbproject/project.properties
> Sending file
> vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/debian/php-ease-twbootstrap4-widgets-flexibee-doc.install
> java.lang.RuntimeException: file name
> 'vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/debian/php-ease-twbootstrap4-widgets-flexibee-doc.install'
> is too long ( > 100 bytes)
>
> {code}
>
> Please search maybe around
> netbeans/ide/docker.ui/src/org/netbeans/modules/docker/ui/build2/BuildTask.java
> line 203 ...
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists