Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit 7c755ea

Browse files
committed
release: Add RELEASE.md
1 parent b98cffb commit 7c755ea

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

release/RELEASE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Release
2+
3+
Build and run docker image
4+
5+
```
6+
docker build -t lambda-linux-vbox-release .
7+
8+
docker run --rm -v `pwd`:`pwd` \
9+
-ti lambda-linux-vbox-release \
10+
/sbin/my_init -- /sbin/setuser ll-user /bin/bash -l
11+
```
12+
13+
To create release, first update, commit and push `release/release.yaml`. Then
14+
15+
```
16+
./release --github_security_token xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
17+
--iso ../lambda-linux-vbox.iso \
18+
--pre_release=1
19+
20+
./release --github_security_token xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
21+
--iso ../lambda-linux-vbox.iso
22+
```

0 commit comments

Comments
 (0)