Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 769 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 769 Bytes

Golang Image

Wrapper around the official Docker Go image with some extra Byte Artis dependencies for local development.

Image Details

Tool's Versions

Tool Version
alpine 3.19
golang/golangci-lint v1.60.3
cespare/reflex v0.3.1
go-delve/delve v1.23.0
ory/go-acc v0.2.8

Configurations

  1. Git is configured to use SSH instead of HTTPS
  2. Git keys are added to known_hosts already
  3. Default WORKDIR is /go/app

The following apk dependencies are installed by default:

  • gcc
  • musl-dev
  • git
  • openssh
  • openssh-client