mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-20 20:34:37 +01:00
* Create Dockerfile * Create config.json * Update config.json * Update Dockerfile * Create run.sh * Create build.json * Update config.json * Update config.json * Update config.json * Create rfd.conf * Update Dockerfile * Update run.sh * Update run.sh * Update run.sh * Update Dockerfile * Update run.sh * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update run.sh * Update run.sh * Update run.sh * Update run.sh * Update rfd.conf * Update run.sh * Update run.sh * Update config.json * Update Dockerfile * Update run.sh * Update run.sh * Update Dockerfile * Update rfd.conf * Update run.sh * Update rfd.conf * Update config.json * Update run.sh * Update Dockerfile * Update Dockerfile * Update build.json * Update run.sh * Update config.json * Update Dockerfile * Update Dockerfile * Update config.json * Update Dockerfile * Update Dockerfile * Add files via upload
11 lines
224 B
JSON
11 lines
224 B
JSON
{
|
|
"build_from": {
|
|
"armhf": "multiarch/ubuntu-core:armhf-xenial",
|
|
"amd64": "multiarch/ubuntu-core:i386-xenial",
|
|
"i386": "multiarch/ubuntu-core:i386-xenial"
|
|
},
|
|
"args": {
|
|
"OCCU_VERSION": "2.29.22-1"
|
|
}
|
|
}
|