-
Notifications
You must be signed in to change notification settings - Fork 26
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
ACS Centos6.6 Docker image #34
Comments
Hi, Should I use another tag, or is it that the image is no longer available? Thanks for your reply. |
Try You can always checkout the tags at https://hub.docker.com/r/atejeda/acscommunity/tags/. Tag latest doesn't exist due I'll add more flavors / different tags in a near future. BTW, doesn't matter if the image doesn't exist, you can always build it from the Docker file. |
It's working now, thanks :-) |
No problem. |
…e-the-__importcomponentstubs to master ICT-10660: Merging to master because verification was successful. * commit 'd412de1a20f5b8256c8dd763771c63cb8d191129': commited on the wrong branch added dared from svn branch ICT-10193-TEMP revision 250277 Make the __importComponentStubs call more efficient
Docker is a service in which linux flavors can be deployed in linux containers, same as a VM but more efficient.
I've prepared a docker image with the essentials in order to setup an environment to build ACS, basically is a Centos6.6 with a bunch of packages (everything what ACS needs).
The packages don't include the
External Products
... yet, and don't include the Oracle JDK's as well but a script is provided to install Oracle JDK's.To pull the image just type
By having several containers of the same image, one can execute network testing for data movement such as events, deployments configurations, etc.
The docker image is located at this repo and is being build by Docker Hub, either the Docker Hub or the repo has more detailed information.
I've built ACS and executed a few of the tests provided, so far there's no problem at all, if there's any, please create an
issue
in the repo wiki.The text was updated successfully, but these errors were encountered: