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:
Jay Faulkner
2014年04月14日 13:33:04 -07:00
parent 304be37239
commit 2960f71c64

View File

@@ -15,7 +15,7 @@ if [[ -e "${OUTPUT_FILE}" ]]; then
fi
# Build the docker image
cd ../../ironic-python-agent
cd ../../
docker build -t oemdocker .
cd -

View File

@@ -0,0 +1,2 @@
requests==2.0.0
plumbum==1.3.0
Reference in New Issue
openstack/ironic-python-agent
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.

The note is not visible to the blocked user.