Skip to content

Commit

Permalink
Use latest faros-init image for all docker-compose commands and bump …
Browse files Browse the repository at this point in the history
…github source image version (#164)

* Use latest faros-init image for all docker-compose commands and bump github source image version

Co-authored-by: Matthew Tovbin <tovbinm@users.noreply.github.com>
  • Loading branch information
cjwooo and tovbinm committed May 18, 2022
1 parent 8787614 commit 4cdf9f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4590,7 +4590,7 @@
- sourceDefinitionId: "9bef3b40-e2c3-46c0-a792-54580f876d18"
name: "GitHub (fork by Faros AI)"
dockerRepository: "farosai/airbyte-github-source"
dockerImageTag: "0.0.1"
dockerImageTag: "0.0.2"
documentationUrl: "https://docs.faros.ai"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/sources/github"
Expand Down
3 changes: 2 additions & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ fi
export FAROS_EMAIL=$EMAIL

# Ensure we're using the latest faros-init image
FAROS_INIT_IMAGE=farosai.docker.scarf.sh/farosai/faros-ce-init:latest \
export FAROS_INIT_IMAGE=farosai.docker.scarf.sh/farosai/faros-ce-init:latest

docker-compose pull faros-init

if [[ $(uname -m 2> /dev/null) == 'arm64' ]]; then
Expand Down

0 comments on commit 4cdf9f6

Please sign in to comment.