Sign inSign up

wagoautomation/ipk-builder

By wagoautomation

Updated about 1 year ago

Image
0

4.1K

wagoautomation/ipk-builder repository overview

ipk-builder

Starting the ipk-builder container

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

Tag summary

Content type

Image

Digest

sha256:94d494155

Size

8.2 MB

Last updated

about 1 year ago

docker pull wagoautomation/ipk-builder