You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
With the latest update to the gobuffalo docker file my CI/CD is breaking since buffalo db create isn't in the Docker image anymore.
As far as I know, the built application binary only includes $APP migrate, so I have to rely upon the gobuffalo/buffalo Docker image to contain buffalo db create for tests.
When I roll back to v0.15.5 buffalo db create works in the image.
P.S.
Having "create" part of the built app binary would be fantastic, but that is probably a separate issue to this one.
The text was updated successfully, but these errors were encountered:
With the latest update to the gobuffalo docker file my CI/CD is breaking since
buffalo db create
isn't in the Docker image anymore.As far as I know, the built application binary only includes
$APP migrate
, so I have to rely upon the gobuffalo/buffalo Docker image to containbuffalo db create
for tests.When I roll back to v0.15.5
buffalo db create
works in the image.P.S.
Having "create" part of the built app binary would be fantastic, but that is probably a separate issue to this one.
The text was updated successfully, but these errors were encountered: