summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorPep TurrĂ³ Mauri <pep@redhat.com>2017-05-12 14:26:00 +0200
committerPep TurrĂ³ Mauri <pep@redhat.com>2017-05-12 19:03:59 +0200
commit4f95f55b60d48eabfcf69e9828e6fd655b3683c4 (patch)
treee0bb8c079c547c659d89622b701c04f63e273efe /images
parent57185bdd2415d4bbdeb6d18dfdaea65d0c440ae1 (diff)
downloadopenshift-4f95f55b60d48eabfcf69e9828e6fd655b3683c4.tar.gz
openshift-4f95f55b60d48eabfcf69e9828e6fd655b3683c4.tar.bz2
openshift-4f95f55b60d48eabfcf69e9828e6fd655b3683c4.tar.xz
openshift-4f95f55b60d48eabfcf69e9828e6fd655b3683c4.zip
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.
Diffstat (limited to 'images')
-rw-r--r--images/installer/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/installer/Dockerfile b/images/installer/Dockerfile
index 1df887f32..f6af018ca 100644
--- a/images/installer/Dockerfile
+++ b/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" ]