-
Go to the target directory e.g
cd php73 -
Build and deploy Docker container. Ensure you have the required rights to push into the HDNET organization.
docker login docker build -f ./Dockerfile -t hdnet/typo3-build:<TAG> . docker push hdnet/typo3-build:<TAG>
| Directory | Image |
|---|---|
/php70 |
hdnet/typo3-build:php7.0 |
/php71 |
hdnet/typo3-build:php7.1 |
/php73 |
hdnet/typo3-build:php7.3 |
/php74 |
hdnet/typo3-build:php7.4 |
/php74-node-lts |
hdnet/typo3-build:php7.4-node-lts |
/php81-node-lts |
hdnet/typo3-build:php8.1-node-lts |