docker_image_namerequired string
The name of the Docker image.docker_image_tagrequired string
The tag of the Docker image.execute_commandsrequired string[]
The commands that will be executed.integrationrequired Integration
The integration.cached_dirsoptional string[]
The dependencies & directories to be cached and available to every execution in this pipeline.run_as_useroptional string
All build commands are run as the default user defined in the selected Docker image. Can be set to another username (on the condition that this user exists in the selected image).volume_mappingsoptional string[]
The path preceding the colon is the filesystem path (the folder from the filesystem to be mounted in the container). The path after the colon is the container path (the path in the container, where this filesystem will be located).setup_commandsoptional string[]
The command that will be executed only on the first run.servicesoptional Service[]
The containers with the services that will be attached to this environment. Available types: MYSQL
, MONGO_DB
, MARIADB
, POSTGRE_SQL
, REDIS
, MEMCACHED
, ELASTICSEARCH
.execute_every_commandoptional boolean
If set to true
all commands will be executed regardless of the result of the previous command.