docker run --rm \
-e SOURCE=/build \
-v path_to_ipk_sources:/build \
-e DEST=/output \
-v path_to_generated-ipk:/output \
wagoautomation/ipk-builder myNameOf.ipk
The path to ipk sources should contain following folder structure:
ipk-sources
├── control
│ └── control
│ └── preinst
│ └── postinst
└── data
└── file2
Content type
Image
Digest
sha256:94d494155…
Size
8.2 MB
Last updated
about 1 year ago
docker pull wagoautomation/ipk-builder