Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andstor/docker2apptainer
https://github.com/andstor/docker2apptainer
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/andstor/docker2apptainer
- Owner: andstor
- Created: 2024-11-01T03:18:50.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-11-01T04:26:20.000Z (14 days ago)
- Last Synced: 2024-11-01T04:26:22.897Z (14 days ago)
- Language: JavaScript
- Size: 669 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker2Apptainer action
This action converts a Docker container into an Apptainer.
## Inputs
### `docker-image`
**Required** The Docker image to convert.
### `save-path`
**Required** The path to save the Apptainer sif image file.
## Outputs
### `image`
The path to the Apptainer sif image file.
## Example usage
```yaml
uses: andstor/docker2apptainer
with:
docker-image: 'docker://ubuntu:latest'
save-path: 'ubuntu.sif'
```