Jay Rogers
Jay Rogers
Thanks! @cappuc! I think the `return 0` without a subshell is the way to go (at least my gut is telling me that). I documented it here: https://github.com/serversideup/docker-php/commit/c98009b07516c3f51b77106cacc66d93be86b087 I am...
I added this in the docs: https://serversideup.net/open-source/docker-php/docs/customizing-the-image/adding-your-own-start-up-scripts#dont-use-exit-0-in-your-script I am closing for now, but if there is any further discussion on this item, please comment below š
Fun! So should I document that you shouldn't source other scripts from your script? I'm not aware of a use case where someone would want to do this. Entrypoint scripts...
Ohhhhhhh, now I get it š I like where this is going, but will it work in `/bin/sh`? We need to make sure it's `/bin/sh` for Alpine. To my understanding...
Trust me, I wish I could do this in `/bin/bash` š `export -f` is not available in `/bin/sh`. I tried this: ```sh ############################################### # Usage: docker-php-serversideup-entrypoint ############################################### # This script...
@guenhter: What issues are you having with this image?
Looking further into this, I could see where there are areas of concern. 2.16 is reaching end of life in November and there hasn't been any update on 2.17 support...
Thanks for getting back @willhallonline! # My biggest suggestions Based on my perspective, this is what I would suggest: ### Convert CI/CD to GitHub Actions Everything seems to run on...
So I think I have it just about working: https://github.com/serversideup/docker-ansible Have no pressure merging any of this, but here's what I did: ## GitHub Actions My GitHub Actions takes about...
## ⨠Just another update I have the following features available at https://github.com/serversideup/docker-ansible/ - š§ **Debian and Alpine** - Choose your OS - š **Built on official Python images** -...