Skip to content

perchnet/winbox-oci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinBox OCI image

This repo produces a container image that contains the WinBox GUI for Mikrotik RouterOS.

It is intended to be COPYed into a derived bootc container image, like so:

FROM ghcr.io/perchnet/winbox-oci:latest AS winbox
FROM ghcr.io/zirconium-dev/zirconium:latest

COPY --from=winbox / /

Or you can use bluebuild:

name: image
base-image: ghcr.io/zirconium-dev/zirconium
image-version: latest
modules:
  - type: copy
    from: ghcr.io/perchnet/winbox-oci:latest
    src: /
    dest: /

About

Microtik WinBox packaged as an OCI image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors