Coder Social home page Coder Social logo

incus's Introduction

Incus builds

Incus package builds provided by Zabbly.

There are two repositories available:

  • stable (latest release of Incus)
  • daily (untested daily builds)

Availability

Those packages are built for:

  • Ubuntu 20.04 LTS (focal)
  • Ubuntu 22.04 LTS (jammy)
  • Debian 11 (bullseye) (amd64 only)
  • Debian 12 (bookworm)

Unless otherwise mentioned, packages are built for both amd64 (Intel/AMD 64bit) and arm64 (Arm 64bit).

NOTE: It is often possible to use those packages on other non-LTS Ubuntu releases by picking the closest LTS release prior to the Ubuntu version being run.

Installation

All commands should be run as root.

Repository key

Packages provided by the repository are signed. In order to verify the integrity of the packages, you need to import the public key. First, verify that the fingerprint of key.asc matches 4EFC 5906 96CB 15B8 7C73 A3AD 82CC 8797 C838 DCFD:

curl -fsSL https://pkgs.zabbly.com/key.asc | gpg --show-keys --fingerprint
pub   rsa3072 2023-08-23 [SC] [expires: 2025-08-22]
      4EFC 5906 96CB 15B8 7C73  A3AD 82CC 8797 C838 DCFD
uid                      Zabbly Kernel Builds <[email protected]>
sub   rsa3072 2023-08-23 [E] [expires: 2025-08-22]

If so, save the key locally:

mkdir -p /etc/apt/keyrings/
curl -fsSL https://pkgs.zabbly.com/key.asc -o /etc/apt/keyrings/zabbly.asc

Stable repository

On any of the distributions above, you can add the package repository at /etc/apt/sources.list.d/zabbly-incus-stable.sources.

Run the following command to add the stable repository:

sh -c 'cat <<EOF > /etc/apt/sources.list.d/zabbly-incus-stable.sources
Enabled: yes
Types: deb
URIs: https://pkgs.zabbly.com/incus/stable
Suites: $(. /etc/os-release && echo ${VERSION_CODENAME})
Components: main
Architectures: $(dpkg --print-architecture)
Signed-By: /etc/apt/keyrings/zabbly.asc

EOF'

Daily repository

On any of the distributions above, you can add the package repository at /etc/apt/sources.list.d/zabbly-incus-daily.sources.

Run the following command to add the daily repository:

sh -c 'cat <<EOF > /etc/apt/sources.list.d/zabbly-incus-daily.sources
Enabled: yes
Types: deb
URIs: https://pkgs.zabbly.com/incus/daily
Suites: $(. /etc/os-release && echo ${VERSION_CODENAME})
Components: main
Architectures: $(dpkg --print-architecture)
Signed-By: /etc/apt/keyrings/zabbly.asc

EOF'

Installing Incus

Update your repository list with:

apt-get update

Then to install Incus, run:

apt-get install incus

Other packages

The repository also includes the following packages:

  • incus-client, a package containing only the CLI tool, useful when only managing remote servers
  • incus-ui-canonical, a package containing a rebranded version of the LXD web interface for use with Incus

Support

Community support for Incus is provided at https://discuss.linuxcontainers.org

Commercial support for those Incus packages is provided by Zabbly, details at https://zabbly.com/incus

You can also help support the work on Incus and on those packages through:

Repository

This repository gets actively rebased as new releases come out, DO NOT expect a linear git history.

incus's People

Contributors

stgraber avatar f-bn avatar foxboron avatar lgrn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.