Skip to content

Instantly share code, notes, and snippets.

@Johannestegner
Last active March 25, 2023 11:03
Show Gist options
  • Save Johannestegner/5b59721664c1bc085fa9c26934313cdb to your computer and use it in GitHub Desktop.
Save Johannestegner/5b59721664c1bc085fa9c26934313cdb to your computer and use it in GitHub Desktop.
dockerhub readme footer

Image labels

This image follows the Jitesoft image label specification 1.0.0.

Licenses

Files in this repository are released under the MIT license.
Read the nodejs license here.

Sponsors

Jitesoft images are built via GitLab CI on runners hosted by the following wonderful organisations:

Oregon State University - Open Source Lab

The companies above are not affiliated with Jitesoft or any Jitesoft Projects directly.


Sponsoring is vital for the further development and maintaining of open source.
Questions and sponsoring queries can be made by email.
If you wish to sponsor our projects, reach out to the email above or visit any of the following sites:

Open Collective
GitHub Sponsors
Patreon

#!/bin/sh
FOOTER=$(wget -qO - https://gist.githubusercontent.com/Johannestegner/5b59721664c1bc085fa9c26934313cdb/raw/README.md)
BASE=$(cat ./README.base.md)
echo "$BASE" > README.md
echo " " >> README.md
echo "$FOOTER" >> README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment