This a build of the master branch of the fluxcd/flux-recv repo in order to test the unreleased (at time of publishing) support for Bitbucket Cloud.
Approximate (untested) commands used to produce this image:
git clone https://github.com/fluxcd/flux-recv.git
cd flux-recv
docker run --rm -v $(pwd):/usr/src/myapp -w /usr/src/myapp golang:1.13 bash -c 'CGO_ENABLED=0 go build -o build/flux-recv .'
mv build/flux-recv flux-recv
TAG="goldsam/flux-recv:$(git rev-parse --abbrev-ref HEAD)-$(git log --pretty=format:'%h' -n 1)"
docker build . -t $TAG
docker push $TAG
Content type
Image
Digest
Size
10.2 MB
Last updated
almost 7 years ago
docker pull goldsam/flux-recv