Sign inSign up

hashbang/hashbang.sh

By hashbang

Updated 12 months ago

Automated builds of https://github.com/hashbang/hashbang.sh

Image
2

10K+

hashbang/hashbang.sh repository overview

This serves as the landing page for hashbang.sh.

The index.html is both an html page, and a bash script, which is done by:

  1. Wrapping the html inside a bash multiline string that is ignored.
  2. Having the the bash script inside of an html comment.

This allows both bash and browsers to render this document appropriately.

Deployment

  1. Build/sign index.html (requires hashbang team private key in gpg ring)

    make
    
  2. Build/push new docker container

    docker build -t hashbang/hashbang.sh .
    docker push hashbang/hashbang.sh
    
  3. Update hash in gitops repository

  4. Sync using ArgoCD

Tag summary

Content type

Image

Digest

sha256:50dfef86d

Size

452.4 MB

Last updated

12 months ago

docker pull hashbang/hashbang.sh