Commit Graph

10 Commits

Author SHA1 Message Date
dependabot[bot]
3f70d82ce0 Bump golang from 1.16.2 to 1.16.3
Bumps golang from 1.16.2 to 1.16.3.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-02 12:03:43 -05:00
naveen
6d9463bf60 🌱 Upgrade golang docker container
Golang docker container upgrade.
2021-04-01 19:43:30 -05:00
Chris McGehee
7432e5e6f9 using make targets in docker builds 2021-03-30 14:12:24 -04:00
naveen
2f62126a3e 🐛 Fix docker buildx syntax
The docker build syntax was in incorrect location which was causing the
builds to fail.

https://github.com/docker/buildx/issues/348#issuecomment-709155842
2021-03-29 23:59:21 -04:00
Naveen
b4c2e4fd13
feat - migrate to go 1.16 (#233)
Upgrade to go version 1.16
2021-03-03 18:56:29 +00:00
naveen
b20e33c24b Fix - go build to static binaries 2021-02-14 15:01:41 -05:00
naveen
7e158f80e5 Docker releases to GitHub Docker registry
This will release docker container to GitHub docker registry.
2021-02-09 10:54:01 -05:00
Naveen
15a1ba0536
feat - nonroot docker container (#114)
* feat - nonroot docker container

Changed the docker container to nonroot

* Feat - New Dockerfile for non-cron job

Created a new Dockerfile for non-cron job.
Moved the existing Dockerfile into cron folder for cron specific.

Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>

* Fix - The Docker version information in the README

Updated the README to include docker version information required for
Dockerfile.

Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
2021-01-05 07:45:15 -06:00
Dan Lorenc
54770143b9 Tweak the Dockerfile to make it more generally useful. 2020-11-13 14:32:21 -06:00
dlorenc
ef19bdf032
Add a Dockerfile and k8s cron job to upload files to GCS each night. (#59) 2020-11-12 12:26:38 -06:00