-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Add temporal to docker compose build #7888
Conversation
…-temporal-to-compose-build
docker-compose.build.yaml
Outdated
@@ -50,3 +50,10 @@ services: | |||
context: airbyte-migration | |||
labels: | |||
io.airbyte.git-revision: ${GIT_REVISION} | |||
airbyte-temporal: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be temporal
instead of airbyte-temporal
? I'm only basing this question off of the other entries in this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you're right, Done.
@@ -50,3 +50,10 @@ services: | |||
context: airbyte-migration | |||
labels: | |||
io.airbyte.git-revision: ${GIT_REVISION} | |||
temporal: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you may need to add this to the -m1
compose build file as well? https://github.com/airbytehq/airbyte/blob/master/docker-compose.build-m1.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file should be unused. I don't think it is needed for the push operation, it was just for the up which is now unused.
* Add temporal to docker compose build * Rm the airbyte prefix
What
Make the build to push all the artifact