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

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

Merged
merged 3 commits into from
May 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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