Skip to content

Releases: ContainerSSH/agent

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 14:48

Changelog

v0.9.4

Choose a tag to compare

@bencurio bencurio released this 30 Mar 14:56

This release adds the wait-signal feature for testing and init behavior. It also fixes a minor bug with validation.

0.9.3

Choose a tag to compare

@github-actions github-actions released this 12 Jan 19:50

Changelog

63a5e38 0.9.3: Allow \n as an initial character

Docker images

  • docker pull containerssh/agent:latest
  • docker pull containerssh/agent:0.9.3
  • docker pull quay.io/containerssh/agent:latest
  • docker pull quay.io/containerssh/agent:0.9.3

0.9.2: Source Images

Choose a tag to compare

@github-actions github-actions released this 06 Jan 18:05

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

0.9.1: Bugfixing exec

Choose a tag to compare

@github-actions github-actions released this 25 Dec 22:45

The previous release of the agent failed to pass the executable path as the first parameter of the executable being run. This caused the execution to fail.

0.9.0

Choose a tag to compare

@github-actions github-actions released this 24 Dec 13:10

Changelog

7d6e76d Changed package name