[ 
https://issues.apache.org/jira/browse/NETBEANS-2866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vítězslav Dvořák updated NETBEANS-2866:
---------------------------------------
    Description: 
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 ...

 

  was:
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}
 

 


> 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 - UI
>    Affects Versions: 10.0, 11.0
>            Reporter: Vítězslav Dvořák
>            Assignee: Petr Hejl
>            Priority: Minor
>              Labels: easyfix
>
> 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: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to