-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update .githubTaskManager.json #1
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task failed during event e7824d88-11ac-4b5e-80a2-7de5f72c8b6d
'Docker: run ls in latest alpine1a', any subtasks have been skipped. Config:
{
"executor": "Docker",
"context": "run ls in latest alpine1a",
"options": {
"image": "alpine:latest",
"command": [
"env"
],
"env": [
"myvar=myval",
"var2=val2"
],
"validator": {
"type": "outputRegex",
"regex": ".*HOSTNAME.*"
}
},
"tasks": [
{
"executor": "Docker",
"context": "run ls in latest alpine2a",
"options": {
"image": "alpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
}
},
{
"disabled": false,
"executor": "Docker",
"context": "run ls in latest alpine2b",
"options": {
"image": "dalpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
},
"tasks": [
{
"executor": "Docker",
"context": "run ls in latest alpine3",
"options": {
"image": "alpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
}
}
]
}
],
"hash": "dd2d37",
"results": {
"passed": false,
"url": "https://github.com/apocas/dockerode",
"message": "docker image commands are not allowed with the current configuration."
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task failed during event e7824d88-11ac-4b5e-80a2-7de5f72c8b6d
'Docker: run ls in latest alpine1b', any subtasks have been skipped. Config:
{
"executor": "Docker",
"context": "run ls in latest alpine1b",
"options": {
"image": "alpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
},
"hash": "ed5d19",
"results": {
"passed": false,
"url": "https://github.com/apocas/dockerode",
"message": "docker image commands are not allowed with the current configuration."
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results for event id: e7824d88-11ac-4b5e-80a2-7de5f72c8b6d
Http : avtest (1e3f73) Request completed
response:
{
"statusCode": 200,
"body": "{\n \"headers\": {\n \"Accept\": \"application/json\", \n \"Connection\": \"close\", \n \"Host\": \"httpbin.org\"\n }\n}\n",
"headers": {
"connection": "close",
"server": "meinheld/0.6.1",
"date": "Thu, 08 Mar 2018 07:13:31 GMT",
"content-type": "application/json",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true",
"x-powered-by": "Flask",
"x-processed-time": "0",
"content-length": "112",
"via": "1.1 vegur"
},
"request": {
"uri": {
"protocol": "https:",
"slashes": true,
"auth": null,
"host": "httpbin.org",
"port": 443,
"hostname": "httpbin.org",
"hash": null,
"search": null,
"query": null,
"pathname": "/headers",
"path": "/headers",
"href": "https://httpbin.org/headers"
},
"method": "GET",
"headers": {
"accept": "application/json"
}
}
}
Docker : run ls in latest alpine1a (dd2d37) docker image commands are not allowed with the current configuration.
https://github.com/apocas/dockerode
Docker : run ls in latest alpine1b (ed5d19) docker image commands are not allowed with the current configuration.
https://github.com/apocas/dockerode
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task failed during event a9cb5dca-0922-4bcf-83b6-e1a3ed1025c7
'Docker: run ls in latest alpine2b', any subtasks have been skipped. Config:
{
"disabled": false,
"executor": "Docker",
"context": "run ls in latest alpine2b",
"options": {
"image": "dalpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
},
"tasks": [
{
"executor": "Docker",
"context": "run ls in latest alpine3",
"options": {
"image": "alpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
}
}
],
"hash": "aa9552",
"results": {
"passed": false,
"url": "https://github.com/apocas/dockerode",
"message": "docker execution error",
"details": "(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' "
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results for event id: a9cb5dca-0922-4bcf-83b6-e1a3ed1025c7
Http : avtest (1e3f73) Request completed
response:
{
"statusCode": 200,
"body": "{\n \"headers\": {\n \"Accept\": \"application/json\", \n \"Connection\": \"close\", \n \"Host\": \"httpbin.org\"\n }\n}\n",
"headers": {
"connection": "close",
"server": "meinheld/0.6.1",
"date": "Thu, 08 Mar 2018 08:40:34 GMT",
"content-type": "application/json",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true",
"x-powered-by": "Flask",
"x-processed-time": "0",
"content-length": "112",
"via": "1.1 vegur"
},
"request": {
"uri": {
"protocol": "https:",
"slashes": true,
"auth": null,
"host": "httpbin.org",
"port": 443,
"hostname": "httpbin.org",
"hash": null,
"search": null,
"query": null,
"pathname": "/headers",
"path": "/headers",
"href": "https://httpbin.org/headers"
},
"method": "GET",
"headers": {
"accept": "application/json"
}
}
}
Docker : run ls in latest alpine1a (dd2d37) Execution completed.
output tail (5 lines total):
...
HOME=/root
var2=val2
myvar=myval
HOSTNAME=b3082589ac72
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2a (dae8b4) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2b (aa9552) docker execution error
(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' https://github.com/apocas/dockerode
Docker : run ls in latest alpine1b (ed5d19) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
No description provided.