Releases: panoptes/panoptes-utils
Releases · panoptes/panoptes-utils
v0.2.23
0.2.23
Added
- Github Actions for releases.
Changed
-
Simplified docker docker images. (#227)
- Consolidation of Dockerfile to support images:
panoptes-base
serves as a base image for all docker services.panoptes-utils:latest
installs editablepanoptes-utils
module from githubdevelop
branch.panoptes-utils:develop
is used for testing and can be built locally with thedocker/setup-local-environment.sh
script.- Tests on GH and Travis use the
docker/setup-local-environment.sh
script for building test images. miniforge <https://github.com/conda-forge/miniforge>
_ used to install aconda
environment withconda-forge
as default channels. Forces 64bit support.- Multi-arch builds are supported on
gcr.io
via thecloudbuild.yaml
file. Built withbuildx
plugin to docker. Currentlylinux/amd64
andlinux/arm64
. - Extra zsh plugins in the docker image.
- Properly disable auto-update of zsh.
- Cleanup of entrypoint for better loading of environment.
Fixes
Pillow
fights.
Removes
- Dependencies:
pyarrow
too hard to build on arm.hvplot
andholoviews
not needed in default install.
v0.2.22
v0.2.21
Bringing arm64
images to POCS, this will allow for running on a raspberry pi using the ubuntu 64 image.
Also includes some quick fixes for the configuration server. Bringing us one step closer to the Reconciliation with POCS!
v0.2.20
v0.2.1
v0.1.0: More Documentation Cleanup (#122)
On the road to cleanups for repo.
v0.0.8: Version bump and update of Changelog (#47)
The pre-release for an upcoming consolidation from other repositories.