Skip to content

Publish the Docker image to GHCR #770

Description

@luisalrp

Problem or motivation

It would be helpful if the project published an official Docker image to GitHub Container Registry (GHCR).

The current docker-compose.yml uses:
build: .

This requires cloning the repository and building the image locally. Publishing an image such as ghcr.io/pascalorg/editor would make deployment and updates much easier.

The Compose configuration could then use: image: ghcr.io/pascalorg/editor:latest

Thanks for considering it!

Proposed solution

Publish the Docker image to GHCR, for example: ghcr.io/pascalorg/editor:latest

The Compose configuration could then use: image: ghcr.io/pascalorg/editor:latest

Ideally, images could be published automatically for releases and tagged with both the release version and latest.

Alternatives considered

Continue cloning the repository and building the image locally with build: ., although this makes deployment and updates less convenient.

Additional context

Current Compose file:
https://github.com/pascalorg/editor/blob/main/docker-compose.yml

Thanks for considering it!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions