You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use your tool but I am not able to run it in docker as the message is always
"=====> artifactory-cleanup.yaml is not a file"
I tried with the following command as stated in the docs:
docker run --rm -v "$(pwd)":/app -e ARTIFACTORY_USERNAME -e ARTIFACTORY_PASSWORD devopshq/artifactory-cleanup artifactory-cleanup
The docker image itself is ok - as I call it with -h or -v the expected information is printed out.
I have created the artifactory-cleanup.yaml in that directory - also tried to use a different one.
Env is a git bash on Windows 10.
Where does the error come from ?
The text was updated successfully, but these errors were encountered:
Hi,
I would like to use your tool but I am not able to run it in docker as the message is always
"=====> artifactory-cleanup.yaml is not a file"
I tried with the following command as stated in the docs:
docker run --rm -v "$(pwd)":/app -e ARTIFACTORY_USERNAME -e ARTIFACTORY_PASSWORD devopshq/artifactory-cleanup artifactory-cleanup
The docker image itself is ok - as I call it with -h or -v the expected information is printed out.
I have created the artifactory-cleanup.yaml in that directory - also tried to use a different one.
Env is a git bash on Windows 10.
Where does the error come from ?
The text was updated successfully, but these errors were encountered: