mender-convert-integration-scripts

Mender is an open source over-the-air (OTA) software updater for embedded Linux devices. Mender comprises a client running at the embedded device, as well as a server that manages deployments across many devices.

This repository contains mender-convert-integration-scripts, which is used to pre-generate binaries as needed for mender-convert.

Mender logo

Getting started

To start using Mender, we recommend that you begin with the Getting started section in the Mender documentation.

For more detailed information about mender-convert please visit the Debian family section in the Mender documentation.

Docker environment for mender-convert-integration-scripts

To make using mender-convert-integration-scripts easier, a reference setup using a Ubuntu 19.04 Docker container is provided.

You need to install Docker Engine to use this environment.

Build the mender-convert container image

To build a container with all required dependencies for mender-convert-integration-scripts, copy this directory to your workstation and change the current directory to it.

Then run

./docker-create-integration-binaries

This will create a container image that generates the appropriate binaries. These will be left in the output/ directory.

Vagrant environment for mender-convert-integration-scripts

If you are unable to run docker containers directly on your build system, or simply want a completely isolated VM to run this, you can build everything with a Vagrant VM. We have provided a Vagrantfile and script that runs everything automatically. You need to install Vagrant and Virtualbox to use this method.

Running the Vagrant environment

Simply execute the script as follows

./run-with-vagrant.sh

Contributing

We welcome and ask for your contribution. If you would like to contribute to Mender, please read our guide on how to best get started contributing code or documentation.

License

Mender is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

Security disclosure

We take security very seriously. If you come across any issue regarding security, please disclose the information by sending an email to security@mender.io. Please do not create a new public issue. We thank you in advance for your cooperation.

Connect with us

Authors

Mender was created by the team at Northern.tech AS, with many contributions from the community. Thanks everyone!

Mender is sponsored by Northern.tech AS.