Skip to content

Rock for Karapace to be used to deployed and managed Karapace on K8s by Juju

Notifications You must be signed in to change notification settings

canonical/charmed-karapace-rock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Charmed Karapace ROCK

Container Registry Release

This repository contains the packaging metadata for creating a Charmed Karapace ROCK.

For more information on ROCKs, visit the rockcraft Github.

Building the ROCK

The steps outlined below are based on the assumption that you are building the ROCK with the latest LTS of Ubuntu.
If you are using another version of Ubuntu or another operating system, the process may be different. To avoid any issue with other operating systems you can simply build the image with multipass:

sudo snap install multipass
multipass launch 22.04 -n rock-dev
multipass shell rock-dev

Clone Repository

git clone https://github.com/canonical/charmed-karapace-rock.git
cd charmed-karapace-rock

Installing Prerequisites

sudo snap install rockcraft --edge --classic
sudo snap install docker
sudo snap install lxd
sudo snap install skopeo --edge --devmode

Configuring Prerequisites

sudo usermod -aG docker $USER 
sudo lxd init --auto

NOTE: You will need to open a new shell for the group change to take effect (i.e. su - $USER)

Packing and Running the ROCK

rockcraft pack
sudo skopeo --insecure-policy copy oci-archive:charmed-karapace*.rock docker-daemon:<username>/charmed-karapace:<tag>
docker run --rm -it <username>/charmed-karapace:<tag>

License

The Charmed Karapace ROCK is free software, distributed under the Apache Software License, version 2.0. See LICENSE for more information.

About

Rock for Karapace to be used to deployed and managed Karapace on K8s by Juju

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages