Update Docker images at the same time as updating the Dockerfile
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 84
- Forks
- 38
- Avg merge
- 8h 13m
- Merged PRs (30d)
- 2
Description
Hi Team. Thanks for maintaining the images!
I would be very happy if you could update the Docker images provided by ghcr.io and Docker Hub along with the Dockerfile update (merge to base branch) of this repository.
I think it would have the following benefits.
- No more differences between the Docker images provided and the Dockerfile in this repository.
- The base Ubuntu image and packages will also be updated.
If you agree with the proposal, I can send you a pull request.
Specifically, I will use the on.push event and the build matrix
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
...
include:
...
Contributor guide
No contributing guide indexed for this repository
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 reviewing the repository's Dockerfile and any existing image-publishing configuration, then compare the current GHCR and Docker Hub outputs. Evaluate the proposed master-branch on.push event and build matrix; done means both registries publish images aligned with the updated Dockerfile and base packages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, ruby
- Domain
- ci-cd, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100