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

Declare a new metadata field: connectorBaseImage #30233

Closed
alafanechere opened this issue Sep 7, 2023 · 0 comments · Fixed by #30336
Closed

Declare a new metadata field: connectorBaseImage #30233

alafanechere opened this issue Sep 7, 2023 · 0 comments · Fixed by #30336

Comments

@alafanechere
Copy link
Contributor

Connector will declare which base image they should be built with through a new metadata field: connectorBaseImage.
This field will reference an actual docker image version that should be existing in our dagger code and on DockerHub.

data:
  allowedHosts:
    hosts:
      - api.openweathermap.org
  registries:
    oss:
      enabled: true
    cloud:
      enabled: false
  connectorBaseImage: airbyte/python-connector-base-image:0.1.0
  connectorSubtype: api
  connectorType: source
  definitionId: 561d7787-b45e-4f3b-af58-0163c3ba9d5a
  dockerImageTag: 0.2.0
  dockerRepository: airbyte/source-openweather
  githubIssueLabel: source-openweather
  icon: openweather.svg
  license: MIT
  name: Openweather
  releaseStage: alpha
  supportLevel: community
  documentationUrl: https://docs.airbyte.com/integrations/sources/openweather
  tags:
    - language:lowcode
metadataSpecVersion: "1.0"

This field should be optional as we'll still support builds from Dockerfile. The validation of the field value will happen later, when the first base image will actually be released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant