-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Docker best practices on esp32 qemu image (#10004)
Some of these best practices are: * Pin versions * Avoid additional packages installation * Clean all missing after apt command * Clone one depth history level Signed-off-by: Victor Morales <[email protected]>
- Loading branch information
1 parent
52aefa2
commit 2105287
Showing
2 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
18 changes: 13 additions & 5 deletions
18
integrations/docker/images/chip-build-esp32-qemu/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.5.6 | ||
0.5.7 |