Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Get rid of non-standard Dockerfile STOPSIGNAL
Browse files Browse the repository at this point in the history
  • Loading branch information
danie1k committed Jan 21, 2021
1 parent ff30bb6 commit 22e3580
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM clearlinux:latest AS builder
FROM clearlinux:latest AS builder

ARG swupd_args
ARG multirun_version=1.0.0
Expand Down Expand Up @@ -59,6 +59,5 @@ ENV NETWORK_NAME="bridge"`
VOLUME /usr/local/etc/haproxy
VOLUME /var/run/docker.sock

STOPSIGNAL SIGUSR1
ENTRYPOINT ["/usr/local/bin/multirun"]
CMD ["echo 'You need to manually specify command for this Docker Container!'", "false"]

0 comments on commit 22e3580

Please sign in to comment.