Skip to content

canonical/charmed-mysql-rock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Charmed MySQL rock

Release to GHCR

This repository contains the packaging metadata for creating a rock of MySQL built from the official ubuntu MySQL package from the Ubuntu repository and further installs mysql-shell. For more information on rocks, visit the rockcraft Github.

Built for use in the MySQL k8s charm.

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.

Clone Repository

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

Installing Prerequisites

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

Configuring Prerequisites

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

Packing and Running the rock

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

License

The Charmed MySQL rock is free software, distributed under the Apache Software License, version 2.0. See LICENSE