This common container will be used across all our Go based projects
Daniel P. Berrangé (2):
gitlab: rename job for building check-dco container
containers: add a standard container for running go fmt
.gitlab-ci.yml | 7 ++++++-
containers/go-fmt/Dockerfile | 9 +++++++++
containers/go-fmt/README.rst | 20 ++++++++++++++++++++
containers/go-fmt/go-fmt.sh | 24 ++++++++++++++++++++++++
4 files changed, 59 insertions(+), 1 deletion(-)
create mode 100644 containers/go-fmt/Dockerfile
create mode 100644 containers/go-fmt/README.rst
create mode 100755 containers/go-fmt/go-fmt.sh
--
2.25.4