-
Notifications
You must be signed in to change notification settings - Fork 392
Authentication or Permissions issue while running ansible-container build #812
Comments
I can get this to work, mostly, in my environment by setting the Again, I suspect there is some incompatibility between our |
Hi @chouseknecht , any other way how to resolve this incompatibility issues. We knew that centos;7 is our right conductor_base to work on this to setup nginx:container. Any inputs on this from your side would be highly appreciated. |
The error message states the "authentication or permission failure" is that the target container isn't running. There's an unusual trend in many of your bug reports, @Manigunner, that seem to be highly correlated to your particular Docker environment. Images disappearing. Containers disappearing. The daemon disappearing. Can you possibly provide some insight into what you execution environment is, whether it's shared, whether it's local or hosted elsewhere, how your Docker daemon is configured, etc? |
I am experiencing the same error. I am trying to build a custom docker image based on ubuntu 14.04 docker image so I can install Java on top of it. Here is my container.yml file;
It creates the conductor container but can't talk it to it. I am running from Mac OS X High Sierra with
|
Hi @yeungs - Thanks for your feedback. First off, precise is 12.04 - trusty is 14.04 - so your conductor and your target have a mismatch. But consistent with my advice to @Manigunner, check |
ISSUE TYPE
container.yml
es: {}version: '2'
settings:
conductor_base: centos:7
services:
ansible.play_container:
from: "nginx_base"
roles:
ports:
user: root
command: ['app/xxx/docker-entrypoint.sh']
registries: {}```
Ansible Container, version 0.9.2
Linux, 3.10.0-327.13.1.el7.x86_64, #1 SMP Mon Feb 29 13:22:02 EST 2016, x86_64
2.7.5 (default, May 3 2017, 07:55:04)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-14)] /usr/bin/python
Client:
Version: 1.13.0
API version: 1.25
Go version: go1.7.3
Git commit: 49bf474
Built: Tue Jan 17 09:55:28 2017
OS/Arch: linux/amd64
Server:
Version: 1.13.0
API version: 1.25 (minimum version 1.12)
Go version: go1.7.3
Git commit: 49bf474
Built: Tue Jan 17 09:55:28 2017
OS/Arch: linux/amd64
Experimental: false
The text was updated successfully, but these errors were encountered: