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

Show link to Github project from image READMEs #373

Merged
merged 3 commits into from
Feb 4, 2025

Conversation

xurizaemon
Copy link
Contributor

@xurizaemon xurizaemon commented Feb 4, 2025

Aims to make related project visible on image pages at hub.docker.com

sed -i '2 a Docker image for Islandora, built from [Islandora-DevOps/isle-buildkit](https://github.com/Islandora-DevOps/isle-buildkit/)\n' */README.md

sed -Ei '3s@\.([^.]*)$@\1, built from [Islandora-DevOps/isle-buildkit](https://github.com/Islandora-DevOps/isle-buildkit/).@' */README.md

for ii in */README.md ; do DIR=$( echo $ii | sed -e 's#/README.md##g' ) ; sed -i "4 a Built from [Islandora-DevOps/isle-buildkit $DIR](https://github.com/Islandora-DevOps/isle-buildkit/tree/main/$DIR)\n" $ii ; done

@xurizaemon xurizaemon force-pushed the image-link-project branch 3 times, most recently from 38a7a2e to f89fc0b Compare February 4, 2025 01:59
Makes the related project visible on image pages at hub.docker.com
@noahwsmith noahwsmith requested a review from joecorall February 4, 2025 22:14
@joecorall joecorall merged commit c30e521 into Islandora-Devops:main Feb 4, 2025
1 check passed
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