This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
37 additions
and
12 deletions.
There are no files selected for viewing
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,36 @@ | ||
# Verifiable STM32CubeIde docker image | ||
# Verifiable STM32CubeIde docker image | ||
|
||
Docker image build by github actions with verifiable steps. | ||
|
||
## Usage | ||
|
||
Verify the image with github cli (optional): | ||
|
||
``` | ||
gh attestation verify oci://docker.io/mcmattia/stm32cubeide-docker:1.0 -R mcmattia/stm32cubeide-docker | ||
``` | ||
|
||
Pull the image from [docker hub](https://hub.docker.com/r/mcmattia/stm32cubeide-docker): | ||
|
||
``` | ||
docker pull mcmattia/stm32cubeide-docker:1.0 | ||
``` | ||
|
||
Run the image: | ||
|
||
``` | ||
docker run -it mcmattia/stm32cubeide:1.0 | ||
``` | ||
|
||
Execute STM32CubeIde build command: | ||
|
||
``` | ||
stm32cubeide --launcher.suppressErrors -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data buildWorkspace -import STM32Project -build STM32Project/Debug | ||
``` | ||
|
||
## Image versions | ||
|
||
| Image version | STM32CubeIde version | | ||
| ------------- | -------------------- | | ||
| 1.0 | 1.16.0 | |