-
redpesk factory releases
-
Continuous delivery
-
Projects management
-
Containers management
-
Images management
-
Applications management
-
Security audit tests
-
Monitoring
-
redpesk command line interface (rp-cli)
-
Local builder
-
Test Framework
-
SOTA
-
External Triggers
Enrich the SDK
Update your redpesk container
To update it, execute the following command:
sudo dnf update --refresh
sudo dnf-aarch64 update --refresh
This will update the redpesk distribution and the development kit.
Installing a package for the native architecture
Use the package manager, this will be useful to install compiler, build tool, generator etc.
sudo dnf install <pkg_name>
Installing a package for the target architecture (only aarch64 for the moment)
Use the package manager preconfigured to install in the target sysroot environment.
sudo dnf-aarch64 install <pkg_name>