Skip to content

0.9.2: Source Images

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jan 18:05
· 35 commits to main since this release

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