Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What docker credentials to use for release time builds #25

Open
monkeyiq opened this issue May 23, 2022 · 3 comments
Open

What docker credentials to use for release time builds #25

monkeyiq opened this issue May 23, 2022 · 3 comments

Comments

@monkeyiq
Copy link

What sort of account should the project use on dockerhub for image uploads?

It seems that Docker Personal works for FileSender's needs.

In particular this PR add support for building docker images and uploading them but that does need credentials during upload filesender/filesender#956

@WebSpider
Copy link

I would recommend to use quay instead of docker.
Docker requires registration for automated usage of the image, or they will ratelimit the pulls.

Quay doesn't do this thing, is owned by company that has a known affection for open-source (RedHat) and maybe they can provide extra features for image security to open source projects (I'd have to check)

The use of credentials during upload can be handled by storing the secrets / API keys in github, so the github action can reference it.

@monkeyiq
Copy link
Author

Excellent, thanks for the info and recommendation! IIRC there was also some changes to the docker user levels when I was looking which made it hard to try to choose what would work for FileSender.

@WebSpider
Copy link

@meijer @guidoaben @efef given the interest for dockerized builds expressed at the meeting at TNC23, could you put this on your agenda please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants