-
Notifications
You must be signed in to change notification settings - Fork 574
Conversation
Improving startup.sh experient
update local-setup.sh script to better align the steps in startup.sh
Signed-off-by: Markos Rendell <markosrendell@gmail.com>
Volume on the slave for Docker use during builds
… 1.10 client, env is not auto-detected appropriately in all situations
Added script to allow setting of passwords and updated compose file to include new env variables
Uncommented lines in local setup script
Fixing readme typos
Fix Jenkins & Gerrit checks to use credentials
Updating Jenkins image to 0.1.2
…l. Replaced it with the openssl command which is more universal. Also refactored all of the password generation to a single function. Tested on OS X and it works.
The service checks were failing because they weren't using the passwords for the services, and therefore the Jenkins check would just loop forever waiting for a check that would never succeed.
Replace sha256sum command with openssl
Restructured credential generation with new sourceable secrets file
Sed on OS X works differently than Linux, and so the sed command was failing on OS X. The revised command here works on OS X and Linux.
Fixes sed syntax issue on OS X
Added new option to specify availability zone.
HTTP GET request to get load_cartridge job to load defaults params.
Yep, i agree that it's major and should be highlighted in separate release, as you mentioned 0.4.0. For my personal purposes, i've started to work on Compose v3 (not from scratch, i've taken your PR as base). As per "Compose file format compatibility matrix" on a release page https://github.com/docker/compose/releases/tag/1.11.2 It's compatible only with Docker 1.13+ the question here i suppose - do we want to have 2 compose files, like regular docker-compose.yml which will be supported by Docker up to 1.13 and docker-compose.v3.yml which will be supported by Docker 1.13+ ? Ideas? |
Not keen on having to maintain two Compose files as it means duplicating effort going forwards and will also lose the history of one of the two files when, as I assume we will, we go back to just having a single file. I think in that case I'd rather we maintained a feature branch off master as an "experimental" line, that way when it becomes the normal version we can merge it in to replace the existing file. |
Signed-off-by: Northard, Robert A <robert.a.northard@accenture.com>
36842f1
to
e1de325
Compare
…dap-port-to-host Expose LDAP container tcp port 389 to host.
e1de325
to
c6d4411
Compare
…re_good Updating GitHub Pages links to HTTPS
Fix gitter badge image src
…on_update Improving contribution guidelines
c6d4411
to
2e9ea63
Compare
Added info about Pluggable SCM
…_h_flag Adding -h to print usage, just to avoid the error message
…_mode_disclaimer Adding evaluation mode disclaimer and documentation
2e9ea63
to
8f8b74c
Compare
The purpose of this PR is to upgrade the Compose file format version to 2 as version 1 will eventually be deprecated.
This is very much work in progress, I'm raising this early so people know I'm doing it and also for feedback. I'll update the description as I go to indicate where this is.
Some notes for those that read through what I've actually changed:
Outstanding actions:
Dependencies:
Travis: Upgrading Compose to 1.6.2 for bug fixes #128Fix: #115 #131Other comments:
@anton-kasperovich , @SachinKSingh28 , @kramos : I think this might be worthy of becoming 0.4.0 as it's a pretty significant change, what do you think?