tikoci / netinstall

Makefile for running Mikrotik Netinstall – for shell use and containerization.
https://hub.docker.com/r/ammo74/netinstall
Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

CI should do full builds based on URL with current RouterOS version #1

Closed mobileskyfi closed 4 months ago

mobileskyfi commented 1 year ago

Create package using generic name in tag "ghcr.io/tikoci/netinstall:v7-stable" ... Idea being is the container version tag use same script in tag to download

Mikrotik has download urls to know the latest version numbers... And a GitHub Action can pull the URL as part of nightly schedule to check the URL.

See: https://forum.mikrotik.com/viewtopic.php?t=131368

stable - https://download.mikrotik.com/routeros/LATEST.7 testing - https://download.mikrotik.com/routeros/LATEST.7rc long-term - curl https://download.mikrotik.com/routeros/LATEST.7fix

mobileskyfi commented 4 months ago

re-factored so images are downloaded via Makefile at runtime, not built into the image itself.

Closing.