From d0be034d1c611ec36788be52c8faf9fe8d158076 Mon Sep 17 00:00:00 2001 From: Cristovao Cordeiro Date: Wed, 22 May 2024 18:37:03 +0200 Subject: [PATCH] chore: fix rocks terminology --- README.md | 12 ++++++------ rockcraft.yaml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b022b3c..410a596 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Charmed PostgreSQL ROCK +# Charmed PostgreSQL rock [![Release to GHCR](https://github.com/canonical/charmed-postgresql-rock/actions/workflows/release.yaml/badge.svg)](https://github.com/canonical/charmed-postgresql-rock/actions/workflows/release.yaml) -This repository contains the packaging metadata for creating a ROCK of PostgreSQL built from the official Ubuntu repositories. For more information on ROCKs, visit the [rockcraft Github](https://github.com/canonical/rockcraft). +This repository contains the packaging metadata for creating a rock of PostgreSQL built from the official Ubuntu repositories. For more information on rocks, visit the [rockcraft Github](https://github.com/canonical/rockcraft). -## 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. +## 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 ```bash @@ -24,7 +24,7 @@ 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 +### Packing and Running the rock ```bash rockcraft pack sudo skopeo --insecure-policy copy oci-archive:charmed-postgresql*.rock docker-daemon:/charmed-postgresql: @@ -32,7 +32,7 @@ docker run --rm -it /charmed-postgresql: ``` ## License -The PostgreSQL ROCK is free software, distributed under the Apache +The PostgreSQL rock is free software, distributed under the Apache Software License, version 2.0. See [LICENSE](https://github.com/canonical/charmed-postgresql-rock/blob/14-22.04/licenses/LICENSE-rock) for more information. diff --git a/rockcraft.yaml b/rockcraft.yaml index 7e10850..b9b8ca8 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -1,9 +1,9 @@ name: charmed-postgresql base: ubuntu@22.04 version: '14.11' -summary: PostgreSQL in a ROCK. +summary: PostgreSQL in a rock. description: | - The PostgreSQL ROCK is created using the + The PostgreSQL rock is created using the charmed-postgresql-snap and includes all of the components needed to run PostgreSQL in your Kubernetes cluster.