Skip to content
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

Configure build settings via api call #2412

Open
2 of 3 tasks
liechtenstein-dev opened this issue Sep 23, 2024 · 0 comments
Open
2 of 3 tasks

Configure build settings via api call #2412

liechtenstein-dev opened this issue Sep 23, 2024 · 0 comments

Comments

@liechtenstein-dev
Copy link

liechtenstein-dev commented Sep 23, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant