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

2020-03-04 Thread Jira


 [ 
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=0=Dockerfile=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-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



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

2019-07-18 Thread JIRA


 [ 
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:
---
Component/s: (was: docker - UI)
 docker - Infrastructure

> 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: 10m
>  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=0=Dockerfile=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



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

2019-07-18 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-2866:
-
Labels: easyfix pull-request-available  (was: easyfix)

> 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: Vítězslav Dvořák
>Priority: Minor
>  Labels: easyfix, pull-request-available
>
> 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=0=Dockerfile=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



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

2019-07-17 Thread JIRA


 [ 
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=0=Dockerfile=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=0=Dockerfile=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=0=Dockerfile=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 
> 

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

2019-07-17 Thread JIRA


 [ 
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:
---
Component/s: (was: docker - Infrastructure)
 docker - UI

> 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
>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=0=Dockerfile=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}
>  
>  



--
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



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

2019-07-17 Thread JIRA


 [ 
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:
---
Issue Type: Bug  (was: Improvement)

> 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
>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=0=Dockerfile=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}
>  
>  



--
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