Improved the Build subcommand to support the building of Docker images #11
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "setup/docker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the work done to support the building of Docker images in the
Build
subcommand in the executable target. So, for this purpose, the following task have been done:docker-compose.yml
file;Dockerfile
file;Randomable
protocol;Artifact
enumeration;BuildProjectTask
task to support building Docker images if required;BuildProjectTask
task asBuildArtifactTask
.