custom version of codercom/code-server:latest
  • Shell 64.9%
  • Dockerfile 35.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
merith-tk a3cd4b5f0a
All checks were successful
Build Docker Image on Commit and Schedule / build-and-publish (push) Successful in 2m31s
hardcode sub uid/gid for podman in container
2026-09-07 20:52:05 +00:00
.forgejo/workflows build daily 2025-07-27 08:58:10 -07:00
.gitignore revert mcp probe 2026-07-19 01:32:13 +00:00
docker-compose.yml ensure that user ID's are respected 2026-04-21 19:16:01 -07:00
Dockerfile hardcode sub uid/gid for podman in container 2026-09-07 20:52:05 +00:00
entrypoint.sh ensure that user ID's are respected 2026-04-21 19:16:01 -07:00
Readme.md Initial commit 2024-11-03 13:01:43 -08:00

README for Docker Image Build and Publish Workflows

Overview

This repository contains two GitHub Actions workflows that automate the building and publishing of Docker images to an OCI registry.

Workflows

  1. On Commit to Main

    • Trigger: Activates on commits to the main branch (tags are excluded).
    • Purpose: Builds and publishes a Docker image for each commit.
  2. On Tag Push

    • Trigger: Activates when a new tag is pushed.
    • Purpose: Builds and publishes a Docker image for the tag and tags it as latest.

Prerequisites

  • Secrets Needed:
    • OCI_TOKEN: Your OCI registry token.
    • OCI_USER: Your OCI registry username.

How to Use

  1. Clone the Repository: Get a local copy of this repository.
  2. Modify Dockerfile: Update the Dockerfile for your application.
  3. Push Changes: Push changes to the main branch or create a new tag.
  4. Check Workflow Status: View the Actions tab in Forgjo to monitor workflow runs.

Notes

  • Ensure your Docker environment is compatible with multi-platform builds if necessary.

License

This project is licensed under the MIT License. See the LICENSE file for details.