From c6992e58757b073275cbb1154ad06987dacdba99 Mon Sep 17 00:00:00 2001 From: Jonathan Visser Date: Tue, 22 Jul 2025 14:38:48 +0200 Subject: [PATCH] Add debian bookworm hypernode-deploy images --- docs/best-practices/testing/hypernode-docker.md | 6 +++--- .../how-to-install-shopware-5-on-hypernode-docker.md | 6 +++--- .../how-to-install-shopware-6-on-hypernode-docker.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/best-practices/testing/hypernode-docker.md b/docs/best-practices/testing/hypernode-docker.md index 98c51afe..d8cb45bc 100644 --- a/docs/best-practices/testing/hypernode-docker.md +++ b/docs/best-practices/testing/hypernode-docker.md @@ -23,15 +23,15 @@ The `hypernode-docker` image has SSH, PHP, NGINX, MySQL, Redis, Varnish and Elas First of all download the latest version of Docker for Windows or Mac from the [Docker website](https://www.docker.com/get-started) and make sure to install Docker on your computer. If you are working with Linux you can find all the info to install Docker in their documentation [Docker Docs](https://docs.docker.com/install). -Now you need to decide which \*\*[image](https://github.com/byteinternet/hypernode-docker)\*\*you need. We've several images, all with other PHP and MySQL versions. After you decided which images fits your requirements you can pull the image to your local machine and start a new Docker container. In the below example we used the image "hypernode-buster-docker-php74-mysql57". If you need another you can change that name in both commands below to the image you want to use. +Now you need to decide which \*\*[image](https://github.com/byteinternet/hypernode-docker)\*\*you need. We've several images, all with other PHP and MySQL versions. After you decided which images fits your requirements you can pull the image to your local machine and start a new Docker container. In the below example we used the image "hypernode-bookworm-docker-php84-mysql80". If you need another you can change that name in both commands below to the image you want to use. ### Start the Docker and logging in Starting a container ```bash -docker pull docker.hypernode.com/byteinternet/hypernode-buster-docker-php74-mysql57:latest -docker run -p 222:22 -p 8080:80 -p 8025:8025 docker.hypernode.com/byteinternet/hypernode-buster-docker-php74-mysql57:latest +docker pull docker.hypernode.com/byteinternet/docker.hypernode.com/byteinternet/hypernode-bookworm-docker-php84-mysql80:latest +docker run -p 222:22 -p 8080:80 -p 8025:8025 docker.hypernode.com/byteinternet/docker.hypernode.com/byteinternet/hypernode-bookworm-docker-php84-mysql80:latest ``` This makes the SSH, HTTP, and Mailhog ports available on the localhost. If you need any other ports (Such as 443 for HTTPS, or 2222 for sftp) available, you can insert these in the command above. In this example you should use the following command to connect to the container: diff --git a/docs/ecommerce-applications/shopware-5/how-to-install-shopware-5-on-hypernode-docker.md b/docs/ecommerce-applications/shopware-5/how-to-install-shopware-5-on-hypernode-docker.md index 18365756..12e5ddbb 100644 --- a/docs/ecommerce-applications/shopware-5/how-to-install-shopware-5-on-hypernode-docker.md +++ b/docs/ecommerce-applications/shopware-5/how-to-install-shopware-5-on-hypernode-docker.md @@ -19,11 +19,11 @@ The Hypernode Docker Image can be used to set up a local test environment for Ma Before you can start a Docker container make sure that Docker is running. Next you need to choose which Docker image you want to run depending on the PHP and MySQL version. You can see all available images **[here](https://github.com/byteinternet/hypernode-docker).** -After you've chosen the image you need to pull the image to your local machine. Once the image is pulled, you can start a Docker container from that image. Use the format below and if needed change the name "hypernode-buster-docer-php7.4-mysql57" to your right version. +After you've chosen the image you need to pull the image to your local machine. Once the image is pulled, you can start a Docker container from that image. Use the format below and if needed change the name "hypernode-bookworm-docker-php84-mysql80" to your right version. ```bash -docker pull docker.hypernode.com/byteinternet/hypernode-buster-docker-php74-mysql57:latest -docker run -p 222:22 -p 8080:80 -p 8025:8025 docker.hypernode.com/byteinternet/hypernode-buster-docker-php74-mysql57:latest +docker pull docker.hypernode.com/byteinternet/hypernode-bookworm-docker-php84-mysql80:latest +docker run -p 222:22 -p 8080:80 -p 8025:8025 docker.hypernode.com/byteinternet/hypernode-bookworm-docker-php84-mysql80:latest ``` This will expose port 222 on the container and port 8080 on the localhost. In this example you should use the following command to connect to the container: diff --git a/docs/ecommerce-applications/shopware-6/how-to-install-shopware-6-on-hypernode-docker.md b/docs/ecommerce-applications/shopware-6/how-to-install-shopware-6-on-hypernode-docker.md index 96fb500f..086bc875 100644 --- a/docs/ecommerce-applications/shopware-6/how-to-install-shopware-6-on-hypernode-docker.md +++ b/docs/ecommerce-applications/shopware-6/how-to-install-shopware-6-on-hypernode-docker.md @@ -19,11 +19,11 @@ The Hypernode Docker Image can be used to set up a local test environment for Ma Before you can start a Docker container make sure that Docker is running. Next you need to choose which Docker image you want to run depending on the PHP and MySQL version. You can see all available **[images](https://github.com/byteinternet/hypernode-docker)** here. -After you've chosen the image, you need to pull the image to your local machine. Once the image is pulled, you can start a Docker container from that image. Use the format below and if needed change the name "hypernode-buster-docer-php7.4-mysql57" to your right version. +After you've chosen the image, you need to pull the image to your local machine. Once the image is pulled, you can start a Docker container from that image. Use the format below and if needed change the name "hypernode-bookworm-docker-php84-mysql80" to your right version. ```bash -docker pull docker.hypernode.com/byteinternet/hypernode-buster-docker-php74-mysql57:latest -docker run -p 222:22 -p 8080:80 -p 8025:8025 docker.hypernode.com/byteinternet/hypernode-buster-docker-php74-mysql57:latest +docker pull docker.hypernode.com/byteinternet/hypernode-bookworm-docker-php84-mysql80:latest +docker run -p 222:22 -p 8080:80 -p 8025:8025 docker.hypernode.com/byteinternet/hypernode-bookworm-docker-php84-mysql80:latest ``` This will expose port 222 on the container and port 8080 on the localhost. In this example you should use the following command to connect to the container: