Minor fixes to image build
- Correct directory to match the relative path correctly - Include additional requirements.txt for coreos image injector Change-Id: Ie68f86220f2db786e3e97e72fed288b92704d028
This commit is contained in:
2 changed files with 3 additions and 1 deletions
@@ -15,7 +15,7 @@ if [[ -e "${OUTPUT_FILE}" ]]; then
fi
# Build the docker image
cd ../../ironic-python-agent
cd ../../
docker build -t oemdocker .
cd -
2
imagebuild/coreos/requirements.txt
Normal file
2
imagebuild/coreos/requirements.txt
Normal file
@@ -0,0 +1,2 @@
requests==2.0.0
plumbum==1.3.0
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.