Skip to content

chore(docker): add gcloud storage to docker container#1247

Open
project-defiant wants to merge 1 commit into
devfrom
add-gcs-to-docker
Open

chore(docker): add gcloud storage to docker container#1247
project-defiant wants to merge 1 commit into
devfrom
add-gcs-to-docker

Conversation

@project-defiant

@project-defiant project-defiant commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

✨ Context

Harmoniation and QC steps are using the docker container defined in orchestration. The container wraps gentropy container and adds two things on top:

  1. Google Cloud SDK
  2. script to perform two steps simuntanously

Later the container is build via github actions from orchestration tag.

The approach described above no longer holds, as of migration to the pipeline repository we no longer can support tags specific to orchestration@harmonisation. This is due to the fact that the repository now needs to host tags for PTS, PIS, croissant and orchestration. To prevent additional complexity we decided to remove the harmonisation container from orchestration. This can be done, as the orchestration google batch jobs now support putting inline scripts to run through the batch tasks, which simplify the harmonisation as we can use gentropy image directly.

T

🛠 What does this PR implement

🙈 Missing

🚦 Before submitting

  • Do these changes cover one single feature (one change at a time)?
  • Did you read the contributor guideline?
  • Did you make sure to update the documentation with your changes?
  • Did you make sure there is no commented out code in this PR?
  • Did you follow conventional commits standards in PR title and commit messages?
  • Did you make sure the branch is up-to-date with the dev branch?
  • Did you write any new necessary tests?
  • Did you make sure the changes pass local tests (make test)?
  • Did you make sure the changes pass pre-commit rules (e.g uv run pre-commit run --all-files)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants