Access Token for Dockerhub
问题 I created a repository on hub.docker.com and now want to push my image to the Dockerhub using my credentials. I am wondering whether I have to use my username and password or whether I can create some kind of access token to push the docker image. What I want to do is using the docker-image resource from Concourse to push an image to Dockerhub. Therefore I have to configure credentials like: type: docker-image source: email: {{docker-hub-email}} username: {{docker-hub-username}} password: {