diff --git a/.github/workflows/archlinux-pr.yaml b/.github/workflows/arch-pr.yaml similarity index 89% rename from .github/workflows/archlinux-pr.yaml rename to .github/workflows/arch-pr.yaml index 0a8f29a4..2a7fab5e 100644 --- a/.github/workflows/archlinux-pr.yaml +++ b/.github/workflows/arch-pr.yaml @@ -7,11 +7,11 @@ on: branches: - main paths: - - archlinux/** - - .github/workflows/archlinux-pr.yaml + - arch/** + - .github/workflows/arch-pr.yaml env: - distro: 'archlinux' + distro: 'arch' distro_pretty: 'Arch Linux' jobs: build-and-push-images: diff --git a/.github/workflows/archlinux.yaml b/.github/workflows/arch.yaml similarity index 92% rename from .github/workflows/archlinux.yaml rename to .github/workflows/arch.yaml index 3b82fbdf..062e6995 100644 --- a/.github/workflows/archlinux.yaml +++ b/.github/workflows/arch.yaml @@ -7,8 +7,8 @@ on: branches: - main paths: - - archlinux/** - - .github/workflows/archlinux.yaml + - arch/** + - .github/workflows/arch.yaml schedule: - cron: '0 0 * * MON' @@ -16,7 +16,7 @@ on: concurrency: ${{ github.workflow }} env: - distro: 'archlinux' + distro: 'arch' distro_pretty: 'Arch Linux' jobs: build-and-push-images: diff --git a/README.md b/README.md index 242f23f1..9f98d481 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ directly use the commands below: - [Arch Linux]: ``` - $ toolbox create --image quay.io/toolbx-images/archlinux-toolbox:latest - $ toolbox enter archlinux-toolbox-latest + $ toolbox create --image quay.io/toolbx-images/arch-toolbox:latest + $ toolbox enter arch-toolbox-latest ``` - [CentOS (Stream)] with [EPEL] enabled by default: diff --git a/archlinux/Containerfile b/arch/Containerfile similarity index 94% rename from archlinux/Containerfile rename to arch/Containerfile index e14cb660..d2918b99 100644 --- a/archlinux/Containerfile +++ b/arch/Containerfile @@ -1,7 +1,7 @@ FROM docker.io/library/archlinux:base-devel LABEL com.github.containers.toolbox="true" \ - name="archlinux-toolbox" \ + name="arch-toolbox" \ version="base-devel" \ usage="This image is meant to be used with the toolbox command" \ summary="Base image for creating Arch Linux toolbox containers" \ diff --git a/archlinux/extra-packages b/arch/extra-packages similarity index 100% rename from archlinux/extra-packages rename to arch/extra-packages