aboutsummaryrefslogtreecommitdiffstats
path: root/docs/3_Developer_Guides/2_Building_Microservices_Natively/1_verify-build-host.md
blob: 401a5bccc84dca01c45ebddb77a300889011f5e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
edit_link: ''
title: Verify Your Build Host
origin_url: >-
  https://raw.githubusercontent.com/automotive-grade-linux/docs-sources/master/agl-documentation/host-configuration/docs/1-verify-build-host.md
---

<!-- WARNING: This file is generated by fetch_docs.js using /home/boron/Documents/AGL/docs-webtemplate/site/_data/tocs/devguides/master/host-configuration-developer-guides-devguides-book.yml -->

# Verify Your Build Host

In order to build a Microservice binding natively, you need to be using a
supported Linux distribution.
In general, a recent version of Debian, Ubuntu, OpenSUSE, and Fedora works.
Following is a specific list of supported distributions:

* [Debian](https://www.debian.org/releases/) 9.0
* [Ubuntu](https://wiki.ubuntu.com/Releases) 16.04, 16.10, 17.10, and 18.04
* [OpenSUSE](https://en.opensuse.org/openSUSE:Roadmap) Leap 15.0 and Tumbleweed
* [Fedora](https://fedoraproject.org/wiki/Releases) 27, 28, 29, and Rawhide.

Exporting the `DISTRO` environment variable defines the distribution.
Following are examples:

```bash
export DISTRO="Debian_9.0"
export DISTRO="xUbuntu_16.04"
export DISTRO="xUbuntu_16.10"
export DISTRO="xUbuntu_17.10"
export DISTRO="xUbuntu_18.04"
```

Set the `DISTRO` environment appropriately.