-
-
Notifications
You must be signed in to change notification settings - Fork 43
add set -euo pipefail to docker-entrypoint.sh files #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good
According to build failures looks like this uncovered a can of worms, which is good in general and what it should do. Check the build logs for possible fixes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR needs an update following the U14 and EL6 removals and would be a good bugfix addition.
Looks like this abandoned PR is part of the v3.3.0 release. @punkrokk any update on finishing it? |
# Conflicts: # packagingenv/centos6/docker-entrypoint.sh # packagingenv/trusty/docker-entrypoint.sh # testingenv/centos6/docker-entrypoint.sh # testingenv/trusty/docker-entrypoint.sh
@blag and I agree this is likely a can of worms and it should be moved to
3.4.
…On Thu, Sep 10, 2020 at 9:17 AM Eugen C. ***@***.***> wrote:
Looks like this abandoned PR is part of the v3.3.0 release. @punkrokk
<https://github.com/punkrokk> any update on finishing it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#144 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIMM6SGR3KTGODXYWYXK6TSFDGYFANCNFSM4KLSULXA>
.
--
JP
|
A can of worms is when any failure in st2chatops deb/rpm build results in a successful status. That's a curent issue. I just pushed a tiny change to rectify issues left in this PR so we'll able to merge it. |
Fixes: #143 as requested by @armab
Fixes #48
added the following to
docker-entrypoint.sh
files in all packaging and testing containers: