Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clinical-genomics/docker-base-images
A collection of useful images to be used as base images for Dockerfiles
https://github.com/clinical-genomics/docker-base-images
Last synced: 6 days ago
JSON representation
A collection of useful images to be used as base images for Dockerfiles
- Host: GitHub
- URL: https://github.com/clinical-genomics/docker-base-images
- Owner: Clinical-Genomics
- License: mit
- Created: 2021-11-23T11:28:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-28T10:01:18.000Z (24 days ago)
- Last Synced: 2024-11-28T11:19:13.099Z (24 days ago)
- Language: Dockerfile
- Size: 40 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-base-images
A collection of useful Dockerfiles to be used as base images for more advanced Dockerfiles### Build an image
```docker build -t --platform linux/amd64 .```
### Tag an image
```docker tag clinicalgenomics/:```
### Push the image to ClinicalGenomics Docker Hub:
```docker push clinicalgenomics/:```