From 2e929be1f14e731c719e4324fc820033be823aab Mon Sep 17 00:00:00 2001 From: pa Date: Tue, 20 Aug 2024 13:10:43 +0200 Subject: [PATCH] rename acl-dev to dev --- ...{container_build_acl_dev.yml => container_build_dev.yml} | 6 +++--- containers/{acl-dev => dev}/.devcontainer/Dockerfile | 0 containers/{acl-dev => dev}/.devcontainer/cc.py | 0 containers/{acl-dev => dev}/.devcontainer/devcontainer.json | 0 containers/{acl-dev => dev}/.devcontainer/requirements.txt | 0 5 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{container_build_acl_dev.yml => container_build_dev.yml} (86%) rename containers/{acl-dev => dev}/.devcontainer/Dockerfile (100%) rename containers/{acl-dev => dev}/.devcontainer/cc.py (100%) rename containers/{acl-dev => dev}/.devcontainer/devcontainer.json (100%) rename containers/{acl-dev => dev}/.devcontainer/requirements.txt (100%) diff --git a/.github/workflows/container_build_acl_dev.yml b/.github/workflows/container_build_dev.yml similarity index 86% rename from .github/workflows/container_build_acl_dev.yml rename to .github/workflows/container_build_dev.yml index c41b33e..c1696c6 100644 --- a/.github/workflows/container_build_acl_dev.yml +++ b/.github/workflows/container_build_dev.yml @@ -5,9 +5,9 @@ on: push: branches: ['**'] # branches will be filtered in the jobs paths: - - .github/workflows/container_build_acl_dev.yml + - .github/workflows/container_build_dev.yml - .github/workflows/container_build_child.yml - - containers/acl-dev/** + - containers/dev/** workflow_dispatch: branches: ['**'] # branches will be filtered in the jobs @@ -18,7 +18,7 @@ jobs: if: github.repository != 'aristanetworks/acLabs' || github.ref == 'refs/heads/main' uses: ./.github/workflows/container_build_child.yml with: - container_name: "acl-dev" + container_name: "dev" image_tags: "latest" from_image: "mcr.microsoft.com/devcontainers/base" from_variant: "ubuntu-22.04" diff --git a/containers/acl-dev/.devcontainer/Dockerfile b/containers/dev/.devcontainer/Dockerfile similarity index 100% rename from containers/acl-dev/.devcontainer/Dockerfile rename to containers/dev/.devcontainer/Dockerfile diff --git a/containers/acl-dev/.devcontainer/cc.py b/containers/dev/.devcontainer/cc.py similarity index 100% rename from containers/acl-dev/.devcontainer/cc.py rename to containers/dev/.devcontainer/cc.py diff --git a/containers/acl-dev/.devcontainer/devcontainer.json b/containers/dev/.devcontainer/devcontainer.json similarity index 100% rename from containers/acl-dev/.devcontainer/devcontainer.json rename to containers/dev/.devcontainer/devcontainer.json diff --git a/containers/acl-dev/.devcontainer/requirements.txt b/containers/dev/.devcontainer/requirements.txt similarity index 100% rename from containers/acl-dev/.devcontainer/requirements.txt rename to containers/dev/.devcontainer/requirements.txt