Hey, I'm trying to use my docker image that I created myself, which is contained in my specific artifactory.
When I was using docker, it was :
docker login --username=Toto --password=Tata myproperty/artifactory
And in my docker file, I specified :
FROM myproperty/artifactory/MyImage:1.0.0```
I tried to find an example, or a function, like dagger login, or something else. But I couldn't find anything interesting.
Does anyone have an idea of how to do this, or a link?
ty in advance 🙂