Skip to content

depot/snapshot-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Depot CI Snapshot Action

Snapshot Depot CI filesystem changes and push filesystem snapshots to the Depot registry.

Usage

jobs:
  snapshot:
    runs-on: depot-ubuntu-latest
    steps:
      - uses: depot/snapshot-action@v1
        with:
          image: orgid.registry.depot.dev/repo:tag

Inputs

Input Required Default Description
token No '' Depot API token used as registry password.
image Yes Full image reference (e.g. orgid.registry.depot.dev/repo:tag)
base No /dev/vdb Base block device
upper No /rw/.snap/upper Upper directory for overlay
snapshot No /rw/overlay:/rw/.snap Overlay:snap mapping
version No latest Snapshot binary version

License

MIT License - see LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors