The Docker images (maurosoft1973/alpine-build-tools) is based on the minimal Alpine Linux.
To make it easier to use, the image contains the following commands:
:amd64, :x86_64 - 64 bit Intel/AMD (x86_64/amd64):latest latest branch based (Automatic Architecture Selection):amd64, :x86_64 amd64 based on latest tag but amd64 architecture
LC_ALL: default locale (en_GB.UTF-8)TIMEZONE: default timezone (Europe/Brussels)WWW_DATA: directory of source file (Ex /var/www/my-project)For execution remote command:
SSH_SERVER: remote ssh server ()SSH_PORT: remote ssh portSSH_USER: remote ssh userSSH_PASSWORD: remote ssh passwordSSH_PRIVATE_KEY: the ssh private key associate at the userstages:
- build
build-test:
stage: build
image: maurosoft1973/alpine-build-tools
variables:
WWW_DATA: '/var/www/my-project'
only:
- master
script:
- composer install --optimize-autoloader
- composer dump-env prod
- yarn install
- yarn encode prod
Content type
Image
Digest
Size
133.6 MB
Last updated
over 4 years ago
docker pull maurosoft1973/alpine-build-tools