ruby / ruby/docker-images

Update Docker images at the same time as updating the Dockerfile

Open
#23 2 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.