Skip to content

This docker image is used for our docker based TYPO3 builds.

Notifications You must be signed in to change notification settings

felixschmidt-HDNET/typo3-build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TYPO3-build 👷

How to build a Docker container

  1. Go to the target directory e.g cd php73

  2. 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>    

Images

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

About

This docker image is used for our docker based TYPO3 builds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%