-
-
Notifications
You must be signed in to change notification settings - Fork 166
Reset st2-docker with the new docker-compose (Ubuntu Bionic, Python 3) #192
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
This file contains hidden or 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
You can find the old deprecated version in `DEPRECATED/all-in-one` branch archive: https://github.com/StackStorm/st2-docker/tree/DEPRECATED/all-in-one Closes #22, closes #23, closes #26, closes #29, closes #34, closes #41, closes #43, closes #92, closes #112, closes #117, closes #125, closes #133, closes #141, closes #145, closes #151, closes #163, closes #187, closes #188, closes #189, closes #190 Closes #162, closes #138, closes #108, closes #102, closes #65
Contributor
|
@armab is there anything that's still not working, to test or just to do? Let me know if I can assist on this topic in any way. |
This also consistent with the old deployment configuration
transhapHigsn
pushed a commit
to DiligenceVault/st2-docker
that referenced
this pull request
Jun 8, 2021
Reset st2-docker with the new docker-compose (Ubuntu Bionic, Python 3)
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.
This is a complete
st2-dockerproject reset which had no attention and support from our community and eventually became outdated and obsolete. This was a good starting blueprint for us to put all containers in one image suitable for demos, development and getting started.Eventually it became a trampoline to evolve for other Docker images based on best practices and experience of operating stackstorm in containers.
Ubuntu Trustywithpython 2and latest st2 version3.1.0.Ubuntu Bionic,python 3and one service per container Docker best practices approach.DEPRECATED/all-in-onebranch archive: https://github.com/StackStorm/st2-docker/tree/DEPRECATED/all-in-one.With this update both
K8s ST2-HA Helm(https://github.com/stackstorm/stackstorm-ha) andDocker-compose(https://github.com/StackStorm/st2-docker/) will use one set of the Docker images.