https://github.com/3mdeb/heads-docker
Docker container for building Heads Linux payload for coreboot
https://github.com/3mdeb/heads-docker
Last synced: 5 months ago
JSON representation
Docker container for building Heads Linux payload for coreboot
- Host: GitHub
- URL: https://github.com/3mdeb/heads-docker
- Owner: 3mdeb
- Created: 2018-10-01T12:59:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T13:47:17.000Z (over 2 years ago)
- Last Synced: 2024-02-15T14:48:45.067Z (over 2 years ago)
- Language: Dockerfile
- Size: 20.5 KB
- Stars: 3
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# heads-docker
Docker container for building Heads Linux payload for coreboot
## Usage
Container images are available through Docker Hub:
```
docker pull 3mdeb/heads-docker
```
To use container run:
```
$ git clone https://github.com/osresearch/heads
$ cd heads
$ docker run --rm -it -v $PWD:$PWD -w $PWD 3mdeb/heads-docker /bin/bash
```
Then to build Heads inside container run (in docker shell) for example:
```
(docker)$ make BOARD=x230
```
## Build container
```
curl -s https://raw.githubusercontent.com/3mdeb/docker-release-manager/master/release-manager.sh | bash /dev/stdin build
```
## Push container
```
curl -s https://raw.githubusercontent.com/3mdeb/docker-release-manager/master/release-manager.sh | bash /dev/stdin push
```