devtainr

Static binary tool to setup your development container in your repository

MIT License

Stars
14

Bot releases are visible (Hide)

devtainr - v0.6.0 Latest Release

Published by qdm12 about 3 years ago

Features

  • Add timezone support with _ "time/tzdata" import
  • Docker image built for all CPU architectures supported by Docker

Maintenance

  • Add dependabot.yml
  • Bump peter-evans/dockerhub-description from 2.4.1 to 2.4.2 (#1)
  • Go mod tidy
  • use _ "github.com/breml/rootcerts" import for CA certificates
  • upgrade golangci-lint to v1.41 and fix errors
  • Rework CI and Dockerfile
    • Cross CPU arch builds (for devcontainers)
    • Merge all 3 workflows in ci.yml
  • Fix: do not dockerignore .golangci.yml
devtainr - v0.5.0

Published by qdm12 over 3 years ago

Features

Fixes

  • Set version fields with goreleaser

Documentation

  • Do not pin Docker image tags

Maintenance

  • Upgrade Go from 1.15 to 1.16 to build binary
  • Upgrade Alpine from 3.12 to 3.13 for Docker build
  • Upgrade Golangci-lint from v1.34 to v1.40
  • Upgrade testify from v1.5.4 to v1.7.0
  • Update local VSCode devcontainer files
devtainr - v0.4.0

Published by qdm12 over 3 years ago

Features

Documentation

  • FIx and improve instructions on how to use it as a binary
devtainr - v0.3.0

Published by qdm12 almost 4 years ago

  • Do not fail when .devcontainer directory already exists
  • Exits on OS signals
  • Create all directories along the path given to have .devcontainer
devtainr - v0.2.0

Published by qdm12 almost 4 years ago

Changelog

61fc96e Add darwin and windows to Go release

devtainr - v0.1.0

Published by qdm12 almost 4 years ago

Changelog

4809f61 Development container
ae82dd9 Docker configuration
4eefe68 Github workflows
8d8e3b6 Go code
497da69 Go release configuration
1d35fb4 Initial commit
239bd6e Linter
c683838 Readme