-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Declarative connectors runtime: Extend CDK publish process to update docker base image #22442
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
Labels
Comments
https://github.com/airbytehq/github-workflow-test-repo-base repo can be used to perform some tests |
maxi297
added a commit
that referenced
this issue
Feb 27, 2023
maxi297
added a commit
that referenced
this issue
Feb 27, 2023
maxi297
added a commit
that referenced
this issue
Feb 28, 2023
maxi297
added a commit
that referenced
this issue
Feb 28, 2023
maxi297
added a commit
that referenced
this issue
Feb 28, 2023
maxi297
added a commit
that referenced
this issue
Feb 28, 2023
maxi297
added a commit
that referenced
this issue
Feb 28, 2023
maxi297
added a commit
that referenced
this issue
Mar 1, 2023
* [ISSUE #22442] test publish docker * [ISSUE #22442] test seems to be successful but still error * [ISSUE #22442] could not build airbyte/integration-base-java:dev --platform linux/arm64 * [ISSUE #22442] solving apt-get issue * [ISSUE #22442] adding sentry * [ISSUE #22442] fixing sentry issue * [ISSUE #22442] integrating everything to the pipeline * [ISSUE #22442] adding comment on why we use EC2 runners * [ISSUE #22442] removing Sentry from publishing the Docker image --------- Co-authored-by: Joe Reuter <[email protected]>
maxi297
added a commit
that referenced
this issue
Mar 1, 2023
maxi297
added a commit
that referenced
this issue
Mar 1, 2023
maxi297
added a commit
that referenced
this issue
Mar 1, 2023
maxi297
added a commit
that referenced
this issue
Mar 1, 2023
maxi297
added a commit
that referenced
this issue
Mar 2, 2023
maxi297
added a commit
that referenced
this issue
Mar 2, 2023
jbfbell
pushed a commit
that referenced
this issue
Mar 6, 2023
danielduckworth
pushed a commit
to danielduckworth/airbyte
that referenced
this issue
Mar 13, 2023
* [ISSUE airbytehq#22442] test publish docker * [ISSUE airbytehq#22442] test seems to be successful but still error * [ISSUE airbytehq#22442] could not build airbyte/integration-base-java:dev --platform linux/arm64 * [ISSUE airbytehq#22442] solving apt-get issue * [ISSUE airbytehq#22442] adding sentry * [ISSUE airbytehq#22442] fixing sentry issue * [ISSUE airbytehq#22442] integrating everything to the pipeline * [ISSUE airbytehq#22442] adding comment on why we use EC2 runners * [ISSUE airbytehq#22442] removing Sentry from publishing the Docker image --------- Co-authored-by: Joe Reuter <[email protected]>
danielduckworth
pushed a commit
to danielduckworth/airbyte
that referenced
this issue
Mar 13, 2023
…ker image… (airbytehq#23620) * [ISSUE airbytehq#22442] move success message from pypi publish to docker image publish * [ISSUE airbytehq#22442] move success message from pypi publish to docker image publish * [ISSUE airbytehq#22442] fix bump version
danielduckworth
pushed a commit
to danielduckworth/airbyte
that referenced
this issue
Mar 13, 2023
37 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When publishing a new version of the CDK, the docker base image implemented as part of #22438 should be re-built with the new version and published as well.
Acceptance criteria
airbyte/source-declarative-manifest
docker image for every released CDK version with matching version numbersImplementation Hints
tools/integrartions/manage.sh
which builds & publishes docker images for connectos. we can reuse that..github
yaml files to push that imageThe text was updated successfully, but these errors were encountered: