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

[DPE-3457] Add description to OCI image to be rendered on GitHub Cont… #73

Merged
merged 2 commits into from
Feb 19, 2024

Conversation

deusebio
Copy link
Contributor

@deusebio deusebio commented Feb 9, 2024

…ainer Registry

This page is not populated. This small fix should solve this. The Description of the yaml is used for this.

@@ -119,6 +125,10 @@ jobs:
-o $(find .make_cache -name "*.tag")

IMAGE_NAME=$(make help FLAVOUR=jupyter REPOSITORY=${REPOSITORY} TAG=${TAG} help | grep "Image\:" | cut -d ":" -f2 | xargs)

DESCRIPTION=$(sed -n '/^#\ \-/,/^#\ \-/ p' build/Dockerfile.jupyter | sed 's/^\#\ //g' | sed '$ d' | tail -n+2 | xargs)
Copy link
Member

Choose a reason for hiding this comment

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

suggestion: Can we add a comment here describing what we're trying to do? This is very hard to read and understand.

@deusebio deusebio merged commit 4c150d3 into 3.4-22.04/edge Feb 19, 2024
7 checks passed
@deusebio deusebio deleted the dpe-3457-add-description branch February 19, 2024 22:09
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.

3 participants