Releases: parabuzzle/craneoperator
correct naming
minor fix to change "containers" to "images" to be more correct.
v2.2.1
Changes
- Minor bug fix of layer info that fixes formatting of the
CMD
attribute - Minor bug fix on reporting registry api call errors in the api server
docker run parabuzzle/craneoperator:2.2.1
v2.2.0
New Features
- Filtering of container list
- Filtering of the tag list
- More layer info
- Permalinks!
- Login to the registry through the UI
- Default tag selection if there's only 1 tag for a container
Changes
Changed ENV Variables
REGISTRY_PROTO
changed toREGISTRY_PROTOCOL
REGISTRY_VERIFY_SSL
changed toSSL_VERIFY
New ENV variables
ALLOW_REGISTRY_LOGIN
- Activates login formTITLE
- Changes the title of the app in the html head and the header bar
v2.0.5
Added support or registries with basic auth enabled.
v2.0.4
Add pull command to repo info
Also added REGISTRY_PUBLIC_URL
to the environment for display in the pull command and on the footer.
This defaults to REGISTRY_HOST
:REGISTRY_PORT
when not passed into the container.
The reason for this new variable is because in some cases (AWS as an example) you may want to point to the internal ip of the registry for the api calls but want to display the public DNS name.
v2.0.3
Added Basic Authentication
v2.0.2
Minor bug fix -- now supports slashs in container names
v2
This is the official V2 GA release. There are minor bug fixes and productionification.
Reactify
This is a complete frontend re-write to use React.js. I changed the information shown to be more useful for working with your registry when working with containers.