feat: first cut at building docker images

- Update .goreleaser to build docker images
- Update Dockerfile to work with goreleaser
- Update examples/docker/awscli/Dockerfile to pull kapow docker image

Co-authored-by: César Gallego <gallego.cesar@gmail.com>
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
This commit is contained in:
pancho horrillo
2020-05-05 17:57:18 +02:00
committed by pancho horrillo
parent 6249dce11d
commit ae5bd9b395
3 changed files with 24 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM kapow:latest as kp
FROM bbvalabsci/kapow:latest as kp
FROM amazon/aws-cli:latest
COPY --from=kp /kapow /usr/bin/kapow