As the Radar Board (the official SpaceBones government tech team) works toward implementing a true CI/CD environment, there have been reports of random files, directories, and other items interrupting the Docker automation process.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Create .dockerignore
Edit the included
.dockerignore
file, under~/content-dockerquest-spacebones/salt-example/salt-master/
, to ignorebadscript.sh
,README.md
, and allconf
files.- Build the Docker Image
Create a new Docker image named
salt-master:deb
.