-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Affects Version/s: 7.11.5
-
Fix Version/s: 7.15.3
-
Component/s: None
-
Labels:None
-
Severity:Critical
-
Regression:Yes
-
Release Notes:Yes
Problem description: If the docker files have labels with forward slash “/” included in the name then pushing of docker images are failing with error “manifest invalid: manifest invalid”
What is the expected behavior? Docker images shall be pushed to Artifactory successfully irrespective of having / in the label.
Steps to reproduce:
Create a docker file. Attaching the content of the docker file.
Run the following to build the docker image docker
build -t servername-docker.jfrog.io/testimage
docker push servername-docker.jfrog.io/testimage
This will throw the error message “manifest invalid: manifest invalid” See the attached screenshot.