mattermost / mattermost/mattermost-plugin-cloud
Update dependency to access the docker registry
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 11
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
The library we use to access the container registry was archived and it's no longer maintained: https://github.com/heroku/docker-registry-client
A quick search showed me this one: https://github.com/fsouza/go-dockerclient as a potential alternative, though I'm not sure if licenses are compatible.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the current heroku/docker-registry-client dependency and checking how it is used to access the container registry. Review the proposed fsouza/go-dockerclient dependency and license compatibility, then update the dependency and run the repository's available Go tests to verify registry access still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, go
- Domain
- devops, infrastructure
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100