You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Vítězslav Dvořák (Jira)" <ji...@apache.org> on 2020/03/04 22:20:00 UTC

[jira] [Updated] (NETBEANS-2866) Can't build Docker image with long filenames

     [ 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:
---------------------------------------
    Affects Version/s:     (was: 11.0)
                           (was: 10.0)
                       11.3

> 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: 11.3
>            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
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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