Racer159 / hoppr-dos-games

An implementation of the Zarf DOS games example in Hoppr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hoppr-dos-games

An implementation of the Zarf DOS Games/Retro Arcade example in Hoppr

Making a Bundle

To create the bundle.tar.gz you need to have the following:

  1. skopeo and hoppr installed

Then you can run the following:

hopctl bundle hoppr-manifest.yaml -t hoppr-transfers.yaml

⚠️ NOTE: normally Hoppr manifests are manifest.yaml and Hoppr transfers are transfer.yaml - this repo uses different names to distinguish them as hoppr-specific files.

Deploying DOS Games

To deploy dos-games you need to have the following:

  1. The bundle created in the root of the project with the name of bundle.tar.gz
  2. An available image registry and k8s cluster
  3. docker, tar, and awk available on your system

Then you can run the following:

./deploy.sh [offline-registry.host.com]

About

An implementation of the Zarf DOS games example in Hoppr

License:MIT License


Languages

Language:Shell 100.0%