This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
mender-convert
mirror of
https://github.com/lukechilds/mender-convert.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86
Commits
20
Branches
28
Tags
1.7 MiB
Tree:
ee1a6215b5
1.0.x
1.1.x
1.2.x
2.0.x
2.1.x
2.2.x
2.3.x
2.4.x
2.5.x
2.6.x
2.7.x
3.0.x
4.0.x
automatic_bootstrap_artifact
change-dependabot-prefix
create-pull-request/patch
master
patch-1
pr_475
revert-252-rm-only-tag-2.2.x
1.0.0
1.1.0
1.1.1
1.2.0
1.2.1
1.2.2
2.0.0
2.0.1
2.1.0
2.2.0
2.2.1
2.2.2
2.2.2-build1
2.3.0
2.3.1
2.4.0
2.5.0
2.5.2
2.5.3
2.6.0
2.6.1
2.6.2
2.7.0-build1
3.0.0
3.0.1
3.0.2
4.0.0
4.0.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ee1a6215b5'
${ noResults }
mender-convert
/
docker-build
8 lines
76 B
Raw
Normal View
History
initial docker support It builds for both RPi3 and BBB, but there is a mount warning for BBB, which may lead to it not working properly. Changelog: Docker environment for running mender-convert Signed-off-by: Eystein Måløy Stenberg <eystein.maloy.stenberg@northern.tech>
6 years ago
#!/bin/sh
set -e
IMAGE_NAME=mender-convert
docker build . -t $IMAGE_NAME