0.9.2: Source Images
This release adds a base image you can use to build upon when the ContainerSSH guest agent is needed.
FROM containerssh/agent AS agent
FROM your-base-image
COPY --from=agent /usr/bin/containerssh-agent /usr/bin/containerssh-agent
# Your other build commands here
Docker images
docker pull containerssh/agent:latest
docker pull containerssh/agent:0.9.2
docker pull quay.io/containerssh/agent:latest
docker pull quay.io/containerssh/agent:0.9.2