Skip to content

Update Docker images at the same time as updating the Dockerfile #23

@k1LoW

Description

@k1LoW

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:
        ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions