netlify/gotrue

Public docker build?

ernsheong opened this issue · 8 comments

Will there be a public docker build for gotrue?

Yes, why not publish the image in Netlify's docker hub repository?

In addition the hash of a module dependency seems to have changed:

go: verifying github.com/russellhaering/gosaml2@v0.3.1: checksum mismatch
	downloaded: h1:s+Oz2RRS83uqocWhWdR8Gbtze4g84cWQqNUm/GqYAs0=
	go.sum:     h1:vfw9Kt7cdXsCImYmLBnMO/JxFVTa+x/Eoj7Jx+Th4vw=

Is anyone else getting this error as well?

@edevil I got this error as well.

@edevil If you change the first line of Dockerfile to FROM golang:1.11.3-alpine as build, you can build the image successfully.

@fodkastir Well, somehow the hash matches if I use 1.11.3 but then the build breaks due to #188 (comment):

api/provider/saml.go:225:5: undefined: "github.com/gobuffalo/uuid".Equal

:)

@biilmann what do you think? :)

Edit: As in, of the idea of a public docker build of this? I see images for various containers on DockerHub but not this repo.

This issue has been automatically marked as stale because it has not had activity in 1 year. It will be closed in 7 days if no further activity occurs. Thanks!

This issue was closed because it had no activity for over 1 year.