Skip to content
This repository was archived by the owner on Jun 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #157 from ibuildthecloud/smaller2
Browse files Browse the repository at this point in the history
Smaller images round 2
  • Loading branch information
ibuildthecloud authored Apr 8, 2017
2 parents 9ec2741 + 997ac5e commit 54b2af1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
10 changes: 4 additions & 6 deletions handlers/test_events/instance_activate_basic
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"created": 1389396144000,
"data": {
"fields": {
"imageUuid": "docker:busybox:1",
"imageUuid": "docker:ibuildthecloud/helloworld:latest",
"tty": true,
"stdinOpen": true,
"startOnCreate": true
Expand All @@ -34,18 +34,16 @@
"created": 1388791201000,
"data": {
"dockerImage": {
"fullName": "busybox:1",
"fullName": "ibuildthecloud/helloworld:latest",
"namespace": "cattle",
"qualifiedName": "busybox",
"repository": "busybox",
"tag": "latest"
}
},
"id": 14,
"isPublic": true,
"name": "busybox:1",
"name": "ibuildthecloud/helloworld:latest",
"type": "image",
"uuid": "docker:busybox:1"
"uuid": "docker:ibuildthecloud/helloworld:latest"
},
"imageId": 14,
"kind": "container",
Expand Down
10 changes: 4 additions & 6 deletions handlers/test_events/instance_activate_volume
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"created": 1389396144000,
"data": {
"fields": {
"imageUuid": "docker:busybox:1",
"imageUuid": "docker:ibuildthecloud/helloworld:latest",
"tty": true,
"stdinOpen": true,
"startOnCreate": true,
Expand All @@ -35,18 +35,16 @@
"created": 1388791201000,
"data": {
"dockerImage": {
"fullName": "busybox:1",
"fullName": "ibuildthecloud/helloworld:latest",
"namespace": "cattle",
"qualifiedName": "busybox",
"repository": "busybox",
"tag": "latest"
}
},
"id": 14,
"isPublic": true,
"name": "busybox:1",
"name": "ibuildthecloud/helloworld:latest",
"type": "image",
"uuid": "docker:busybox:1"
"uuid": "docker:ibuildthecloud/helloworld:latest"
},
"imageId": 14,
"kind": "container",
Expand Down

0 comments on commit 54b2af1

Please sign in to comment.