-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
scope: autobuildstatus: needs more infoIssue needs more information, discussion or reproducible exampleIssue needs more information, discussion or reproducible exampletype: questionA regular question about DockerA regular question about Docker
Description
Problem description
I am trying to create a private repository pipeline using dockerhub api but it seems like this endpoint is not allowed to use via api. I tried finding some issue related or docs that contain this endpoint.
This will be integrated in the near future? because there is a endpoint for preparing builds that can be used via JWT Token generated but not for configuring docker autobuild
Error messages (on screen or in browser console)
response of http request:
Response {
status: 401,
statusText: 'UNAUTHORIZED',
headers: Headers {
date: 'Mon, 23 Sep 2024 16:54:01 GMT',
'content-type': 'text/html; charset=utf-8',
'content-length': '0',
'x-ratelimit-limit': '600',
'x-ratelimit-reset': '1727110501',
'x-ratelimit-remaining': '599',
'x-ratelimit-ip': '190.210.196.115',
'x-xss-protection': '1; mode=block',
'x-content-type-options': 'nosniff',
'x-frame-options': 'deny',
'strict-transport-security': 'max-age=31536000'
},
body: ReadableStream { locked: false, state: 'readable', supportsBYOB: true },
bodyUsed: false,
ok: false,
redirected: false,
type: 'basic',
url: 'https://hub.docker.com/api/build/v1/source/71a7bf17-ac23-4afa-a44b-42b02d116492/'
}
Task List
- This is NOT a security issue
- I do NOT have a Docker subscription
- I have looked through other issues and they do NOT apply to me
Metadata
Metadata
Assignees
Labels
scope: autobuildstatus: needs more infoIssue needs more information, discussion or reproducible exampleIssue needs more information, discussion or reproducible exampletype: questionA regular question about DockerA regular question about Docker