-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* * Removing script for cloudbuild - it should always be triggered from github for consistent environments. * Moving `developer` files into subfolder. * Dockerfile: * `readline`, `ncurses`, `gphoto2` installed from apt. * Not using `gphoto2` updater for now, although it is saved in scripts folder. * Always install local folder in editable mode (as per script removal above). * Convert README back to markdown. Most news docs should go in gitbook. * Removed some `google` dependencies. * * Fix GH actions test. * * Clone the repo in cloudbuild. * Pull existing image for cache * * More generic base image. * Pull base image of same tag. * Pass base image as arg to dockerfile. * * Bump `panoptes-utils` version * Fetch cached image earlier (not sure this is really helping). * * Fix cloudbuild directory. * * Bump panoptes-utils again. * * Changelog * * Automated releases and packages to pypi.
- Loading branch information
Showing
13 changed files
with
134 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Docker Images | ||
============= | ||
|
||
POCS is available as a docker image hosted on Google Cloud Registry (GCR): | ||
|
||
Image name: `gcr.io/panoptes-exp/panoptes-pocs:latest` | ||
|
||
### `develop` image | ||
|
||
To build the images locally: | ||
|
||
```bash | ||
scripts/setup-local-environment.sh | ||
``` | ||
|
||
This will build all required images locally and is suitable for testing and development. | ||
|
||
Then, to run the test suite locally: | ||
|
||
```bash | ||
scripts/testing/test-software.sh | ||
```` | ||
|
||
### `developer` image | ||
|
||
The `developer` image is meant to be be used by developers or anyone wishing to | ||
explore the code. It is the same as the local `develop`, but also installs additional | ||
plotting libraries and the `jupyter` environment. | ||
|
||
The image should be built locally using the `docker/setup-local-environment.sh` | ||
script (see above). | ||
|
||
The `bin/panoptes-develop up` can then be used to start a docker container | ||
instance that will launch `jupyter lab` from `$PANDIR` automatically. | ||
|
||
```bash | ||
bin/panoptes-develop up | ||
``` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.