Comment on page
Build
The build process uses the custom or native Dockerfile, as well as the native docker-compose.yml of Artifakt, to create the project image and deposit it on a private registry on GCP (Google Cloud Platform).
In order to be able to add actions at this time, we have set up a
build.sh
file to allow overriding the base registry (see "FROM" in the Dockerfile) and the Dockerfile itself.In this context and only in the context of the "RUN" command, the build can access the environment variables configured in the Artifakt console.
The base runtime image (see "FROM" in the Dockerfile) calls a script (
docker-entrypoint.sh
) which takes care of launching the execution of the entrypoint.sh
script.Last modified 8mo ago