https://github.com/meteor/galaxy-images
Dockerfiles for Galaxy app base images
https://github.com/meteor/galaxy-images
Last synced: 4 months ago
JSON representation
Dockerfiles for Galaxy app base images
- Host: GitHub
- URL: https://github.com/meteor/galaxy-images
- Owner: meteor
- Created: 2018-01-26T22:50:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T13:34:41.000Z (over 1 year ago)
- Last Synced: 2025-01-28T23:44:13.795Z (4 months ago)
- Language: Shell
- Size: 64.5 KB
- Stars: 21
- Watchers: 15
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
Awesome Lists containing this project
README
# Galaxy Platform Container Images
This repository contains documentations and dockerfile specifications of base
images for Galaxy.To build an image and push it to Docker Hub (eg, `galaxy-app`), run
`./build-publish-image.sh galaxy-app`. The script will generate a version tag
automatically based on the date and git commit. (Only Galaxy admins have
permissions to push these images; see the internal Galaxy README for more
details.)The script assumes you can run `docker` without any additional setup; this is
the case on Linux or with Docker for Mac, but not with the older Mac
`docker-machine`. If you're using `docker-machine`, make sure to first runeval "$(docker-machine env dev)"