Skip to content

mxab/spring-boot-illegal-version-custom-name-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Container Image with illegal char in version problem

When using a illegal character in the version the build fails, which is ok. e.g.:

// version that contains a '+'
version="1.6.0-dev.2.uncommitted+wip.foo.c75795d"

But when used in combination with a customer image name like for example:

tasks.named("bootBuildImage") {
    imageName = "registry.example.com/example/example-app:${version}"
}

The bootBuildImage does neither fails nor complete but runs forever.

Why the complex version name?

The gradle nebula release plugin may produce such a version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages