This repository was archived by the owner on Mar 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 388
This repository was archived by the owner on Mar 23, 2019. It is now read-only.
404 Client Error: Not Found ("No such image: a") #564
Copy link
Copy link
Closed
Labels
Description
ISSUE TYPE
- Bug Report
container.yml
version: "2"
settings:
conductor_base: ubuntu
services:
web:
from: ubuntu
ports:
- "80:80"
command: ["/usr/bin/dumb-init", "/usr/sbin/apache2ctl", "-D", "FOREGROUND"]
OS / ENVIRONMENT
Ansible Container, version 0.9.1
Darwin, Larrys-MBP.etsbv.internal, 16.6.0, Darwin Kernel Version 16.6.0: Fri Apr 14 16:21:16 PDT 2017; root:xnu-3789.60.24~6/RELEASE_X86_64, x86_64
2.7.13 (default, Dec 17 2016, 23:03:43)
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] /Users/larry/python-virtualenvs/ansible-container-0.9.1/bin/python2.7
{
"ContainersPaused": 0,
"Labels": null,
"CgroupDriver": "cgroupfs",
"ContainersRunning": 0,
"ContainerdCommit": {
"Expected": "4ab9917febca54791c5f071a9d1f404867857fcc",
"ID": "4ab9917febca54791c5f071a9d1f404867857fcc"
},
"InitBinary": "docker-init",
"NGoroutines": 26,
"Swarm": {
"Managers": 0,
"ControlAvailable": false,
"NodeID": "",
"Cluster": {
"Spec": {
"TaskDefaults": {},
"Orchestration": {},
"EncryptionConfig": {
"AutoLockManagers": false
},
"Raft": {
"HeartbeatTick": 0,
"ElectionTick": 0
},
"CAConfig": {},
"Dispatcher": {}
},
"Version": {},
"ID": "",
"CreatedAt": "0001-01-01T00:00:00Z",
"UpdatedAt": "0001-01-01T00:00:00Z"
},
"Nodes": 0,
"Error": "",
"RemoteManagers": null,
"LocalNodeState": "inactive",
"NodeAddr": ""
},
"LoggingDriver": "json-file",
"OSType": "linux",
"HttpProxy": "",
"Runtimes": {
"runc": {
"path": "docker-runc"
}
},
"DriverStatus": [
[
"Root Dir",
"/var/lib/docker/aufs"
],
[
"Backing Filesystem",
"extfs"
],
[
"Dirs",
"3"
],
[
"Dirperm1 Supported",
"true"
]
],
"OperatingSystem": "Alpine Linux v3.5",
"Containers": 1,
"HttpsProxy": "",
"BridgeNfIp6tables": true,
"MemTotal": 2095890432,
"SecurityOptions": [
"name=seccomp,profile=default"
],
"Driver": "aufs",
"IndexServerAddress": "https://index.docker.io/v1/",
"ClusterStore": "",
"InitCommit": {
"Expected": "949e6fa",
"ID": "949e6fa"
},
"Isolation": "",
"SystemStatus": null,
"OomKillDisable": true,
"ClusterAdvertise": "",
"SystemTime": "2017-05-27T17:20:14.826675948Z",
"Name": "moby",
"CPUSet": true,
"RegistryConfig": {
"InsecureRegistryCIDRs": [
"127.0.0.0/8"
],
"IndexConfigs": {
"docker.io": {
"Official": true,
"Name": "docker.io",
"Secure": true,
"Mirrors": null
}
},
"Mirrors": []
},
"DefaultRuntime": "runc",
"ContainersStopped": 1,
"NCPU": 4,
"NFd": 16,
"Architecture": "x86_64",
"KernelMemory": true,
"CpuCfsQuota": true,
"Debug": true,
"ID": "NU7V:QV6Q:C56I:C66N:IBWD:YUBO:XZ6Z:2KDU:5V5Y:5VOF:QDVQ:XKE4",
"IPv4Forwarding": true,
"KernelVersion": "4.9.27-moby",
"BridgeNfIptables": true,
"NoProxy": "*.local, 169.254/16",
"LiveRestoreEnabled": false,
"ServerVersion": "17.03.1-ce",
"CpuCfsPeriod": true,
"ExperimentalBuild": true,
"MemoryLimit": true,
"SwapLimit": true,
"Plugins": {
"Volume": [
"local"
],
"Network": [
"bridge",
"host",
"ipvlan",
"macvlan",
"null",
"overlay"
],
"Authorization": null
},
"Images": 1,
"DockerRootDir": "/var/lib/docker",
"NEventsListener": 1,
"CPUShares": true,
"RuncCommit": {
"Expected": "54296cf40ad8143b62dbcaa1d90e520a2136ddfe",
"ID": "54296cf40ad8143b62dbcaa1d90e520a2136ddfe"
}
}
{
"KernelVersion": "4.9.27-moby",
"Arch": "amd64",
"BuildTime": "2017-03-24T00:00:50.070226199+00:00",
"ApiVersion": "1.27",
"Version": "17.03.1-ce",
"MinAPIVersion": "1.12",
"GitCommit": "c6d412e",
"Os": "linux",
"Experimental": true,
"GoVersion": "go1.7.5"
}
SUMMARY
STEPS TO REPRODUCE
ansible-container build
EXPECTED RESULTS
ACTUAL RESULTS
https://gist.github.com/mrlesmithjr/1e0f29b10d49c8f8bb0f001aef109c31