Browse Source

Fix container image build references

Updating some files to account for recent changes:
  - Commit fbadeb4 moved the location of the Dockerfiles
  - playbook2image is now available from the openshift org
  - downstream image is building with boto 2.34

Adjusting image build scripts and documentation to match these changes.
Pep Turró Mauri 8 years ago
parent
commit
4f95f55b60
5 changed files with 26 additions and 9 deletions
  1. 21 4
      BUILD.md
  2. 2 2
      README_CONTAINER_IMAGE.md
  3. 1 1
      hack/build-images.sh
  4. 1 1
      images/installer/Dockerfile
  5. 1 1
      requirements.txt

File diff suppressed because it is too large
+ 21 - 4
BUILD.md


File diff suppressed because it is too large
+ 2 - 2
README_CONTAINER_IMAGE.md


+ 1 - 1
hack/build-images.sh

@@ -10,7 +10,7 @@ source_root=$(dirname "${0}")/..
 prefix="openshift/openshift-ansible"
 version="latest"
 verbose=false
-options=""
+options="-f images/installer/Dockerfile"
 help=false
 
 for args in "$@"

+ 1 - 1
images/installer/Dockerfile

@@ -46,6 +46,6 @@ ADD . /tmp/src
 RUN /usr/libexec/s2i/assemble
 
 # Add files for running as a system container
-COPY system-container/root /
+COPY images/installer/system-container/root /
 
 CMD [ "/usr/libexec/s2i/run" ]

+ 1 - 1
requirements.txt

@@ -1,7 +1,7 @@
 # Versions are pinned to prevent pypi releases arbitrarily breaking
 # tests with new APIs/semantics. We want to update versions deliberately.
 ansible==2.2.2.0
-boto==2.45.0
+boto==2.34.0
 click==6.7
 pyOpenSSL==16.2.0
 # We need to disable ruamel.yaml for now because of test failures