From 641b4c7dd92d8028565c68440ee1a2f17caee6f1 Mon Sep 17 00:00:00 2001 From: Brett Ludwig Date: Thu, 2 Feb 2023 14:50:11 -0700 Subject: [PATCH 1/2] Update kubernetes.md The Dockerfile in current version calls the targets `app_php` and `app_caddy`, I don't know where the `pwa` part is anymore. --- deployment/kubernetes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/kubernetes.md b/deployment/kubernetes.md index 34ad2b79aef..565fc1b939f 100644 --- a/deployment/kubernetes.md +++ b/deployment/kubernetes.md @@ -36,8 +36,8 @@ If you do not have gcloud yet, install it with these command. Versioning: The 0.1.0 is the version. This value should be the same as the attribute `appVersion` in `Chart.yaml`. Infos for [Google Container pulling and pushing](https://cloud.google.com/container-registry/docs/pushing-and-pulling) - docker build -t gcr.io/test-api-platform/php:0.1.0 -t gcr.io/test-api-platform/php:latest api --target api_platform_php - docker build -t gcr.io/test-api-platform/caddy:0.1.0 -t gcr.io/test-api-platform/caddy:latest api --target api_platform_caddy + docker build -t gcr.io/test-api-platform/php:0.1.0 -t gcr.io/test-api-platform/php:latest api --target app_php + docker build -t gcr.io/test-api-platform/caddy:0.1.0 -t gcr.io/test-api-platform/caddy:latest api --target app_caddy docker build -t gcr.io/test-api-platform/pwa:0.1.0 -t gcr.io/test-api-platform/pwa:latest pwa --target api_platform_pwa_prod #### 2. Push your images to your Docker registry From 38bd6eacb5175112f91f3688a9c1406047de51bc Mon Sep 17 00:00:00 2001 From: Alan Poulain Date: Fri, 3 Feb 2023 13:19:55 +0100 Subject: [PATCH 2/2] Update deployment/kubernetes.md --- deployment/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/kubernetes.md b/deployment/kubernetes.md index 565fc1b939f..e18bcb88dde 100644 --- a/deployment/kubernetes.md +++ b/deployment/kubernetes.md @@ -38,7 +38,7 @@ Infos for [Google Container pulling and pushing](https://cloud.google.com/contai docker build -t gcr.io/test-api-platform/php:0.1.0 -t gcr.io/test-api-platform/php:latest api --target app_php docker build -t gcr.io/test-api-platform/caddy:0.1.0 -t gcr.io/test-api-platform/caddy:latest api --target app_caddy - docker build -t gcr.io/test-api-platform/pwa:0.1.0 -t gcr.io/test-api-platform/pwa:latest pwa --target api_platform_pwa_prod + docker build -t gcr.io/test-api-platform/pwa:0.1.0 -t gcr.io/test-api-platform/pwa:latest pwa --target prod #### 2. Push your images to your Docker registry