diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 14:05:45 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 14:05:45 +0100 |
commit | 326ccc2009c9b40fdb6c814099f98611f702bf16 (patch) | |
tree | a18a052ccbef3f9166d3f46ac733bc876cb8d424 | |
parent | d77ba06b67581c29c774ed8f72c99da43898c86b (diff) | |
download | s2i-virtio-spec-326ccc2009c9b40fdb6c814099f98611f702bf16.tar.gz |
drop http24 image deps
-rwxr-xr-x | s2i/bin/assemble | 4 | ||||
-rwxr-xr-x | s2i/bin/run | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble index a6c5663..bb2bdda 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -14,10 +14,6 @@ fi set -e -echo "---> Enabling s2i support in httpd24 image ..." -source ${HTTPD_CONTAINER_SCRIPTS_PATH}/common.sh -config_s2i - echo "---> Installing application source ..." rm -rf /tmp/src/.git mv /tmp/src ./virtio-spec diff --git a/s2i/bin/run b/s2i/bin/run index e63ae48..871fc82 100755 --- a/s2i/bin/run +++ b/s2i/bin/run @@ -1,2 +1,2 @@ #!/bin/sh -exec "${0}.httpd" "$@" +exec httpd -D FOREGROUND |