Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kopia-oci

Container images of Kopia, a cross-platform backup tool.

This is a superset of official images.

Goals

  1. Provide rootless images.
  2. Bundle OpenSSH client.
  3. Distribute via multiple registries (Issue 2834: Push images to a different registry).

Images

Images are built on top of the official ones and published in GHCR and GitLab.

There are two profiles:

  • std — standard Kopia server;
  • ssh — Kopia with SSH client.

So, Kopia version should be like <kopia-version>-<fb-revision>-<profile>. For example, 0.18.2-fb1-std or 0.18.2-fb1-ssh.

Usage

Usage is not different from the official images. So, you can run the server by the command:

docker run -e KOPIA_PASSWORD \
    -v /path/to/config/dir:/app/config \
    -v /path/to/cache/dir:/app/cache \
    -v /path/to/logs/dir:/app/logs \
    -v /path/to/repository/dir:/repository \
    -v /path/to/tmp/dir:/tmp:shared \
    <image>:<version>

Source

Source code are available at GitLab and mirrored to GitHub.

About

Container images of Kopia, a cross-platform backup tool

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

Contributors

Languages