Skip to content

Commit

Permalink
Revert "Custom auto-setup temporal docker image (#7681)" (#7835)
Browse files Browse the repository at this point in the history
This reverts commit e20d98f.
  • Loading branch information
benmoriceau committed Nov 10, 2021
1 parent e20d98f commit 73a9131
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 202 deletions.
8 changes: 0 additions & 8 deletions airbyte-temporal/Dockerfile

This file was deleted.

14 changes: 0 additions & 14 deletions airbyte-temporal/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions airbyte-temporal/build.gradle

This file was deleted.

136 changes: 0 additions & 136 deletions airbyte-temporal/scripts/update-and-start-temporal.sh

This file was deleted.

1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ task('generate-docker') {
dependsOn(':airbyte-migration:assemble')
dependsOn(':airbyte-db:lib:assemble')
dependsOn(':airbyte-config:init:assemble')
dependsOn(':airbyte-temporal:assemble')
}

// produce reproducible archives
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
ports:
- 8011:5432
airbyte-temporal-ui:
image: temporalio/web:1.13.0
image: temporalio/web:latest
logging: *default-logging
container_name: airbyte-temporal-ui
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ services:
- OPENREPLAY=${OPENREPLAY:-}
- PAPERCUPS_STORYTIME=${PAPERCUPS_STORYTIME:-}
airbyte-temporal:
image: airbyte/temporal:${VERSION}
image: temporalio/auto-setup:1.7.0
logging: *default-logging
container_name: airbyte-temporal
restart: unless-stopped
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ if (!System.getenv().containsKey("SUB_BUILD") || System.getenv().get("SUB_BUILD"
include ':airbyte-scheduler:app'
include ':airbyte-scheduler:client'
include ':airbyte-server'
include 'airbyte-temporal'
include ':airbyte-tests'
include ':airbyte-webapp'
include ':airbyte-config:init'
Expand Down
30 changes: 0 additions & 30 deletions tools/bin/test-temporal-migration.sh

This file was deleted.

0 comments on commit 73a9131

Please sign in to comment.