Skip to content
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

Open
atejeda opened this issue Apr 4, 2015 · 4 comments
Open

ACS Centos6.6 Docker image #34

atejeda opened this issue Apr 4, 2015 · 4 comments

Comments

@atejeda
Copy link
Contributor

atejeda commented Apr 4, 2015

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

docker pull atejeda/acscommunity

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.

@omendezmorales
Copy link

Hi,
thanks for uploading this container. I'm a newbie in Docker matters, and perhaps by the time I get a reply from you, I've learned what I need to do, but in the mean time, when I request the pull, I get this message back:
Pulling repository docker.io/atejeda/acscommunity
Tag latest not found in repository docker.io/atejeda/acscommunity

Should I use another tag, or is it that the image is no longer available? Thanks for your reply.
O. Mendez.

@atejeda
Copy link
Contributor Author

atejeda commented Nov 26, 2015

Try docker pull atejeda/acscommunity:centos6.6

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.

@omendezmorales
Copy link

It's working now, thanks :-)
btw, I could assume you also speak Spanish, así que igual si te es más cómodo (como a mí), podemos usar Español (en adelante). Saludos/Greets

@atejeda
Copy link
Contributor Author

atejeda commented Nov 26, 2015

No problem.
We should stick to use only english so that everybody can understand what's being discussed in public websites, repos, forums, etc.

cvalenzu pushed a commit to cvalenzu/ACS that referenced this issue Jan 25, 2018
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants