https://github.com/djdefi/ubuntu-noble-curl
https://github.com/djdefi/ubuntu-noble-curl
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/djdefi/ubuntu-noble-curl
- Owner: djdefi
- Created: 2024-05-15T17:04:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-25T14:41:29.000Z (10 months ago)
- Last Synced: 2025-10-29T18:10:59.540Z (8 months ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ubuntu-noble-curl
## Building and Exporting the Container
To create the build container, use the following command:
```
docker create --name noble.curl noble /bin/true
```
After creating the container, export it and compress the output using:
```
docker export noble.curl | gzip > noble-curl.tar.gz
```
This container can then be added as a release asset to the repository.