Skip to content

Commit

Permalink
update container, prepare tool docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Irgang (thir820) committed Nov 5, 2024
1 parent 3ce6f1d commit f9f5dcb
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu
{
"name": "EB corbos Linux build tools",
"image": "linux.elektrobit.com/ebcl/sdk:v1.3.8",
"image": "linux.elektrobit.com/ebcl/sdk:v1.3.9",
// This script will get the container and tag it with the local container tag.
"initializeCommand": "${PWD}/init_workspace",
"postCreateCommand": "${PWD}/setup_workspace",
Expand Down
6 changes: 6 additions & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@
[EB corbos Linux build tools](README.md)

- [Overview](overview.md)
- [Root Generator](root_generator.md)
- [Initrd Generator](initrd_generator.md)
- [Boot Generator](boot_generator.md)
- [Downloader](downloader.md)
- [Proxy](proxy.md)
- [Common](common.md)
1 change: 1 addition & 0 deletions docs/boot_generator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Boot Generator
1 change: 1 addition & 0 deletions docs/common.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Common
1 change: 1 addition & 0 deletions docs/downloader.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Downloader
1 change: 1 addition & 0 deletions docs/initrd_generator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Initrd Generator
1 change: 1 addition & 0 deletions docs/proxy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Proxy
1 change: 1 addition & 0 deletions docs/root_generator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Root Generator

0 comments on commit f9f5dcb

Please sign in to comment.