https://github.com/bbhtt/fdsdk-build-env
An ArchLinux based environment for hacking on Freedesktop SDK
https://github.com/bbhtt/fdsdk-build-env
buildstream
Last synced: about 1 month ago
JSON representation
An ArchLinux based environment for hacking on Freedesktop SDK
- Host: GitHub
- URL: https://github.com/bbhtt/fdsdk-build-env
- Owner: bbhtt
- Created: 2024-05-20T04:58:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T04:48:23.000Z (over 1 year ago)
- Last Synced: 2025-03-13T05:28:52.485Z (over 1 year ago)
- Topics: buildstream
- Language: Shell
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
## Toolbox
### Create and enter
```bash
toolbox create FreedesktopSDK \
-i ghcr.io/bbhtt/fdsdk-build-env:latest && \
toolbox enter FreedesktopSDK
```
### Stop and remove
```bash
toolbox rm -f FreedesktopSDK
```
### Update to latest image
Remove and recreate the container from the `latest` tag.
```bash
toolbox rm -f FreedesktopSDK && \
podman image pull ghcr.io/bbhtt/fdsdk-build-env:latest && \
toolbox create FreedesktopSDK -i ghcr.io/bbhtt/fdsdk-build-env:latest && \
toolbox enter FreedesktopSDK
```