Skip to content

Commit

Permalink
Issue #86 set stopsignal in haproxy-keepalived image (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
instantlinux committed Aug 22, 2023
1 parent 571906e commit 1e7721c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Summary of Changes

<!-- (required) Describe the effects of your pull request in detail. If multiple
changes are involved, a bulleted list is often useful. -->

## Why is this change being made?

<!-- (required) Describe the reasoning and background context for your
change. Include link(s) to relevant issue(s). -->

## How was this tested? How can the reviewer verify your testing?

<!-- (required) Describe the steps you used to reproduce the problem this change
fixes, and how to test your change. Provide explicit, repeatable instructions
the reviewer can follow to verify your testing. -->

## Completion checklist

- [ ] The pull request is linked to all related issues
- [ ] This change has unit test coverage
- [ ] Documentation has been updated
- [ ] Dependencies have been updated and verified
1 change: 1 addition & 0 deletions images/haproxy-keepalived/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ENV KEEPALIVE_CONFIG_ID=main \
TZ=UTC

USER root
STOPSIGNAL SIGTERM
RUN apk add --no-cache --update \
keepalived=$KEEPALIVED_VERSION rsyslog && \
getent passwd haproxy || adduser -S -u 99 haproxy && \
Expand Down

0 comments on commit 1e7721c

Please sign in to comment.