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:
committed by
pancho horrillo
parent
6249dce11d
commit
ae5bd9b395
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user