Skip to content

Commit

Permalink
chore: fix rocks terminology (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro authored May 24, 2024
1 parent af79a18 commit dc5923c
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rock-release-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Publish ROCK to GHCR:dev"
name: "Publish rock to GHCR:dev"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rock-update.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update ROCK
name: Update rock

on:
workflow_dispatch: {}
Expand Down
2 changes: 1 addition & 1 deletion 2.10.4/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: traefik
summary: Traefik in a ROCK.
summary: Traefik in a rock.
description: "Traefik is the a cloud-native application networking stack."
version: "2.10.4"
base: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion 2.10.5/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: traefik
summary: Traefik in a ROCK.
summary: Traefik in a rock.
description: "Traefik is the a cloud-native application networking stack."
version: "2.10.5"
base: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion 2.10.6/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: traefik
summary: Traefik in a ROCK.
summary: Traefik in a rock.
description: "Traefik is the a cloud-native application networking stack."
version: "2.10.6"
base: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion 2.10.7/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: traefik
summary: Traefik in a ROCK.
summary: Traefik in a rock.
description: "Traefik is the a cloud-native application networking stack."
version: "2.10.7"
base: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion 2.11.0/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: traefik
summary: Traefik in a ROCK.
summary: Traefik in a rock.
description: "Traefik is the a cloud-native application networking stack."
version: "2.11.0"
base: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion 3.0.0/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: traefik
summary: Traefik in a ROCK.
summary: Traefik in a rock.
description: "Traefik is the a cloud-native application networking stack."
version: "3.0.0"
base: [email protected]
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

[![Open a PR to OCI Factory](https://github.com/canonical/traefik-rock/actions/workflows/rock-release-oci-factory.yaml/badge.svg)](https://github.com/canonical/traefik-rock/actions/workflows/rock-release-oci-factory.yaml)
[![Publish to GHCR:dev](https://github.com/canonical/traefik-rock/actions/workflows/rock-release-dev.yaml/badge.svg)](https://github.com/canonical/traefik-rock/actions/workflows/rock-release-dev.yaml)
[![Update ROCK](https://github.com/canonical/traefik-rock/actions/workflows/rock-update.yaml/badge.svg)](https://github.com/canonical/traefik-rock/actions/workflows/rock-update.yaml)
[![Update rock](https://github.com/canonical/traefik-rock/actions/workflows/rock-update.yaml/badge.svg)](https://github.com/canonical/traefik-rock/actions/workflows/rock-update.yaml)

[ROCKs](https://canonical-rockcraft.readthedocs-hosted.com/en/latest/) for [Traefik](https://traefik.io/).
This repository holds all the necessary files to build ROCKs for the upstream versions we support. The Traefik ROCK is used by the [traefik-k8s-operator](https://github.com/canonical/traefik-k8s-operator) charm.
[Rocks](https://canonical-rockcraft.readthedocs-hosted.com/en/latest/) for [Traefik](https://traefik.io/).
This repository holds all the necessary files to build rocks for the upstream versions we support. The Traefik rock is used by the [traefik-k8s-operator](https://github.com/canonical/traefik-k8s-operator) charm.

The ROCKs on this repository are built with [OCI Factory](https://github.com/canonical/oci-factory/), which also takes care of periodically rebuilding the images.
The rocks on this repository are built with [OCI Factory](https://github.com/canonical/oci-factory/), which also takes care of periodically rebuilding the images.

Automation takes care of:
* validating PRs, by simply trying to build the ROCK;
* validating PRs, by simply trying to build the rock;
* pulling upstream releases, creating a PR with the necessary files to be manually reviewed;
* releasing to GHCR at [ghcr.io/canonical/traefik:dev](https://ghcr.io/canonical/traefik:dev), when merging to main, for development purposes.

0 comments on commit dc5923c

Please sign in to comment.