From a62114b1c5fd0f309a344cabf4a0380c2b8dc8c7 Mon Sep 17 00:00:00 2001 From: Guy Owen Date: Fri, 9 Aug 2024 09:20:56 +1000 Subject: [PATCH 1/3] [DDS-1993] Added ssh-client for lagoon token fetch. --- images/node/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/node/Dockerfile b/images/node/Dockerfile index 38119119..74abd0ac 100644 --- a/images/node/Dockerfile +++ b/images/node/Dockerfile @@ -2,7 +2,7 @@ FROM uselagoon/node-20:latest ARG BAY_CLI_VERSION=v0.1.1 -RUN apk --update add curl git findutils && \ +RUN apk --update add curl git findutils openssh-client && \ rm -rf /var/cache/apk/* # Install bay-cli. From 3cef72f9b1063a4e8c5c0dc70deda6848fe3b3ed Mon Sep 17 00:00:00 2001 From: Guy Owen Date: Fri, 9 Aug 2024 09:35:26 +1000 Subject: [PATCH 2/3] [DDS-1993] Temporary workaround while latest tag is missing. --- images/php/Dockerfile.cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/php/Dockerfile.cli b/images/php/Dockerfile.cli index 85c30821..2c8a6c72 100644 --- a/images/php/Dockerfile.cli +++ b/images/php/Dockerfile.cli @@ -1,6 +1,6 @@ ARG PHP_VERSION=8.3 FROM php:${PHP_VERSION}-cli-alpine AS php-cli -FROM ghcr.io/skpr/mtk:latest AS mtk +FROM ghcr.io/skpr/mtk:v2.0.2-44-gf99e041 AS mtk FROM uselagoon/php-${PHP_VERSION}-cli-drupal:latest COPY --from=php-cli /usr/local/bin/phpdbg /usr/local/bin/ From b730f738e1fda635e1a3dd1a4b9bc825eceaab90 Mon Sep 17 00:00:00 2001 From: Guy Owen Date: Fri, 9 Aug 2024 12:30:56 +1000 Subject: [PATCH 3/3] [DDS-1993] Roll back to the most recent stable. --- images/php/Dockerfile.cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/php/Dockerfile.cli b/images/php/Dockerfile.cli index 2c8a6c72..ffdb4994 100644 --- a/images/php/Dockerfile.cli +++ b/images/php/Dockerfile.cli @@ -1,6 +1,6 @@ ARG PHP_VERSION=8.3 FROM php:${PHP_VERSION}-cli-alpine AS php-cli -FROM ghcr.io/skpr/mtk:v2.0.2-44-gf99e041 AS mtk +FROM ghcr.io/skpr/mtk:v2.0.2 AS mtk FROM uselagoon/php-${PHP_VERSION}-cli-drupal:latest COPY --from=php-cli /usr/local/bin/phpdbg /usr/local/bin/