-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Release 1.10.0 #69
Closed
Closed
Release 1.10.0 #69
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Ditch nvm and install Node.js globally from NodeSource repos - List images after build (to check image sizes)
- Starting supervisord using /etc/supervisor/supervisord.conf config, which includes /etc/supervisor/conf.d/*.conf - Removed non-essential settings from the custom supervisor.conf - pretty much all of them are covered in /etc/supervisor/supervisord.conf (in Debian Stretch)
Reduces a layer size by 26MB
Cloud9 IDE integration
- Set noninteractive mode during the build (package install) process - Cleanup packages - structure Dockerfile similar to the base image files
- Moved c9sdk into /home/docker/c9sdk, since it needs to be able to write into its folder even after UID for the docker users changes at container startup - Install as docker user, so we don't have to fix permissions - clear npm cache (-20MB)
Use 1000:1000 by default if HOST_UID/HOST_GID are not set (e.g. in PWD environments)
Point to the correct config file for PHP FPM overrides [ci skip]
- Moved the push script into a standalone file - scripts/docker-push.sh - Refactored and optimized the script logic
- Using bash - Added DOCKSAL_VERSION to add an option to override the version via build variables
Make sure the latest release and stable tags match. Closes #56
* Added Platform.sh cli tool * Added a generic secret variable conversion function (`SECRET_VAR1` => `VAR1`) * Added integration to test Platform.sh * Updated Terminus to 1.8.1 * Updated README.md
* Added test to confirm Terminus is working correctly in the container
- Moved gomplate up to global tool section next to gosu (added GOSU_VERSION variable) - Moved platformsh CLI up to other phar based installs
-f - fail if HTTP return code is not 200 -sS - silent mode, but show error messages if failed -L - follow HTTP redirects
It's deprecated and should not be used
"Warning: apt-key output should not be parsed (stdout is not a terminal)"
cgr handles installing global composer dependencies into individual folders automatically
PHP tools installation refactoring
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Build refactoring
Cloud9 IDE integration
Cloud9 build and tests
Fix missing yarn
Optimize chmod usage
Reduces a layer size by 26MB
[ci skip]
Use 1000:1000 by default if HOST_UID/HOST_GID are not set (e.g. in PWD environments)
Point to the correct config file for PHP FPM overrides
[ci skip]
[ci skip]
Added Platform.sh CLI Tool Integration (Added Platform.sh CLI Tool Integration #54)
Added Platform.sh cli tool
Added a generic secret variable conversion function (
SECRET_VAR1
=>VAR1
)Added integration to test Platform.sh
Updated Terminus to 1.8.1
Updated README.md
Added ability for custom startup script (Added ability for custom startup script #55)
Added Terminus test (Added Terminus test #59)
Added test to confirm Terminus is working correctly in the container
Added ability for cron to be set up on the project level (Added ability for cron to be set up on the project level #64)
Updated README readability and link accessibility (Updated README readability and link accessibility #65)
Moved things around
-f - fail if HTTP return code is not 200
-sS - silent mode, but show error messages if failed
-L - follow HTTP redirects
It's deprecated and should not be used
"Warning: apt-key output should not be parsed (stdout is not a terminal)"
Fixed an orphaned curl -fssL in 5.6
Use consolidation/cgr instead of
composer global require
cgr handles installing global composer dependencies into individual folders automatically
See: