freeipa-server

FreeIPA centralized identity framework -- server

FreeIPA is an integrated solution to provide centrally managed Identity (machine, user, virtual machines, groups, authentication credentials), Policy (configuration settings, access control information) and Audit (events, logs, analysis thereof).

node-time-stamp

get a formatted timestamp

Node.js is an event-based server-side JavaScript engine.

ruby-schash

Ruby Hash validator

Perform validation of Ruby Hashes against a schema.

salt-formula-heat

Salt formula for OpenStack Heat

Salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way.

relion-bin

toolkit for 3D reconstructions in cryo-electron microscopy

RELION (for REgularised LIkelihood OptimisatioN) is a stand-alone computer program for Maximum A Posteriori refinement of (multiple) 3D reconstructions or 2D class averages in cryo-electron microscopy.

openshift-imagebuilder

Builds container images using Dockerfile as input

This package supports using the Dockerfile syntax to build OCI & Docker compatible images, without invoking a container build command such as buildah bud or docker build. It is intended to give clients more control over how they build container images, including: - Instead of building one layer per line, run all instructions in the same container - Set HostConfig settings like network and memory controls that are not available when running container builds - Mount external files into the build that are not persisted as part of the final image (i.e. "secrets") - If there are no RUN commands in the Dockerfile, the container is created and committed, but never started. The final image should be 99.9% compatible with regular container builds, but bugs are always possible.