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

[PFP-698] Rename latest branch #103

Merged
merged 1 commit into from
Dec 13, 2023
Merged

[PFP-698] Rename latest branch #103

merged 1 commit into from
Dec 13, 2023

Conversation

noggi
Copy link
Contributor

@noggi noggi commented Dec 13, 2023

Prior to datahub-project/datahub#8515 datahub-ingestion-base image was published from docker-ingestion-base.yml workflow. datahub-project/datahub#8515 refactored it and merged into the docker-unified workflow.

The legacy docker-ingestion-base workflow had the image tag hardcoded as latest, whereas in the docker-unified workflow the tag is set dynamically based on the git ref for current commit. On any merge to the master branch the tag is set to head, however the dockerfile in datahub-actions still refers to the latest image using the old tag name.

@david-leifker

@noggi noggi changed the title Rename latest branch [PFP-698] Rename latest branch Dec 13, 2023
Copy link

github-actions bot commented Dec 13, 2023

Unit Test Results (build & test)

63 tests  ±0   63 ✔️ ±0   3s ⏱️ -1s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ±0 

Results for commit 880fbf0. ± Comparison against base commit 73c267d.

♻️ This comment has been updated with latest results.

TonyOuyangGit

This comment was marked as outdated.

Copy link
Contributor

@TonyOuyangGit TonyOuyangGit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RUN addgroup --system datahub && adduser --system datahub --ingroup datahub
This step has already been done in datahub-ingestion-base dockerfile, it might have a conflict when building this image

@noggi noggi merged commit a819c6f into main Dec 13, 2023
7 checks passed
@noggi noggi deleted the ak--rename-latest-branch branch December 13, 2023 21:10
@EminUZUN
Copy link

@noggi Hello, After this merge, datahub-actions image doesn't work. I'm using standard docker compose for datahub.

@hsheth2
Copy link
Contributor

hsheth2 commented Dec 14, 2023

@EminUZUN that should be fixed by #104

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants