Vaidehi Wadnerkarvaidehispeaks.hashnode.dev·Jul 17, 2024The Ultimate Step-by-Step Guide for Transferring Multiple Images from AWS ECR to GCP Artifact Registry Using Shell ScriptIntroduction In today’s multi-cloud environment, managing container images efficiently is crucial for seamless operations and collaborative development. AWS Elastic Container Registry (ECR) and Google Cloud Platform (GCP) Artifact Registry are two po...AWS ECR
Mileke Kolawolewtfiscloud.hashnode.dev·Mar 5, 202426. CI/CD with Google Cloud Artifact RegistryIntroduction In our previous exploration, we streamlined deployments with Google Cloud Deploy. These deployment pipelines rely on outputs from your CI/CD process, typically build artifacts like container images, packages, or other distributable files...Artifact Registry
Vishnu Dileeshvic0de.com·Jan 14, 2024Dockerizing a Hello World Express App and Uploading to GCP Artifact RegistryOur express app is a very simple API that listens on port 3000. And has a single endpoint of root, which returns a JSON message of Hello World. Create a new folder named hello-express-app and cd into it. mkdir hello-express-app && cd hello-express-ap...2 likes·74 readsArtifact Registry