AppScale / gts

AppScale is an easy-to-manage serverless platform for building and running scalable web and mobile applications on any infrastructure.
https://www.appscale.com/community/
Apache License 2.0
2.42k stars 277 forks source link

Docker image build updated to allow systemctl command failure #3185

Closed sjones4 closed 5 years ago

sjones4 commented 5 years ago

Fix the docker image build by allowing systemctl daemon-reload to fail.

With this fix the image build will complete but the resulting image is not functional.

sjones4 commented 5 years ago

Demo is that a manual docker build works when modified to use this branch:

# Get the bootstrap script, and then run it.
RUN cd /root && \
    curl -o bootstrap.sh -Ls https://raw.githubusercontent.com/AppScale/appscale/master/bootstrap.sh && \
    bash ./bootstrap.sh --repo git://github.com/sjones4/appscale.git --branch issue-docker-build-systemd