Template for DevContainers, using oci/devcontainer as a base
Find a file
Merith 6f34925cd5
Some checks failed
Build Docker Image on Commit / build-and-publish (push) Failing after 6s
use devcontainer:nightly, instead of alpine
2025-08-12 17:24:20 -07:00
.forgejo/workflows use devcontainer:nightly, instead of alpine 2025-08-12 17:24:20 -07:00
Dockerfile use devcontainer:nightly, instead of alpine 2025-08-12 17:24:20 -07:00
Readme.md use devcontainer:nightly, instead of alpine 2025-08-12 17:24:20 -07:00

Devcontainer Base Image Template

This repository is a template for building your own devcontainer base image. It is intended to be used as a starting point for your own projects.

  • The image is rebuilt every 24 hours to keep packages up to date.

Workflows

  • On commit to main: builds and publishes a Docker image.
  • On tag push: builds and publishes a Docker image tagged as latest.
  • Daily rebuild: automatically rebuilds the image every 24 hours for package updates.

Prerequisites

  • OCI_TOKEN: OCI registry token
  • OCI_USER: OCI registry username

Usage

  • Clone this repository and modify the Dockerfile as needed for your own base image.
  • Push changes to trigger builds, or let the daily rebuild keep packages updated.

Notes

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

License

MIT License. See LICENSE for details.