generated from oci/template
Template for DevContainers, using oci/devcontainer as a base
Some checks failed
Build Docker Image on Commit / build-and-publish (push) Failing after 6s
|
||
---|---|---|
.forgejo/workflows | ||
Dockerfile | ||
Readme.md |
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 tokenOCI_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.