Sign inSign up

chrisns/goanywhere-gateway-docker

By chrisns

Updated over 4 years ago

Image
0

8.4K

chrisns/goanywhere-gateway-docker repository overview

GoAnywhere Gateway Docker

Docker wrapper for https://www.goanywhere.com/gateway that is automatically updated and patched thanks @dependabot !

GitHub issues GitHub forks GitHub stars GitHub license Docker Stars Docker Pulls Security Scanning Build

Usage

$ # store your license in ./gateway.lic
$ docker run --net=host \
  -v ${PWD}/gateway.lic:/usr/local/HelpSystems/GoAnywhere_Gateway/gateway.lic \
  ghcr.io/chrisns/goanywhere-gateway-docker

Also see the accompanying helm chart

Tags

I publish a few tags

  • latest is the most current and mutable
  • 2.8.3 (or similar version numbers) is always the most recent centos base with 2.8.3 of goanywhere gateway running and mutable
  • centos-8.4.2105-2.8.3 (or similar version numbers) is the versioned centos with the versioned goanywhere gateway and should be considered immutable
  • sha-42fe666050666f97dde7b0c658f7f9ce758f328e is the git sha at the time of the build and should be considered immutable

If you care you can of course use the SHA in the pull too:

docker pull ghcr.io/chrisns/goanywhere-gateway-docker:centos-8.4.2105-2.8.3@sha256:6a33795969176d4153ae6880c4f699bbc4f9e651dd67129cbb10b35610895c1c

How is this different from the official image?

  • Runs as non-root
  • Current and patched base image
  • stdOut logs by default
  • image is signed with cosign

Tag summary

Content type

Image

Digest

Size

207.9 MB

Last updated

over 4 years ago

docker pull chrisns/goanywhere-gateway-docker