Skip to content

Configure build settings via api call  #2412

@liechtenstein-dev

Description

@liechtenstein-dev

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions