Cezar Sá Espinola
Cezar Sá Espinola
I added a hopefully better description in ea16af71eb9476e518d32473adf180b666856499. In short, you don't need to send the entire repo in the zipfile. Only files to be added or modified should be...
Hey @plgingembre, since creating this feature request I moved on to a new job, working mostly with a different cloud provider. Answering based on what I remember and it's possible...
Also, instead of having a single repository with multiple Dockerfiles (as was the case with tsuru/dockerized-setup), now each project has its own Dockerfile and all tsuru components are already available...
Supporting oauth login inside a VM is kinda tricky but we shouldn't be locking the console in any case, in the very least an error message should be printed. One...
I think we should consider freezing the console on `tsuru login` a bug, some indication that we're trying to open a browser and an error message if that's not possible...
@aschbacd We rely on the `big-sibling` container running on each node to notify the tsuru API about port changes in restarted containers. If running `app-routes-rebuild` did not fix the redis...
Move and Delete are now supported for both DLOs and SLOs. No support for COPY yet though, I'll take a look at adding it in the future.
Should this PR also use the new `target` argument for setting `FetchOptions.Platform` field when pulling the run images for validation on https://github.com/buildpacks/pack/blob/0a39de09a0787037a453208bd0ecb2ec7e4cea6e/pkg/client/create_builder.go#L104 https://github.com/buildpacks/pack/blob/0a39de09a0787037a453208bd0ecb2ec7e4cea6e/pkg/client/create_builder.go#L115 Sorry if I'm intruding, but I came...
> I just added the Target to the run-image calculation logic, I also added to the daemon case, if you are testing this branch with your own buildpack I will...
This might be related to both #69 and to the bug reported in travis-ci/gimme#126, as soon as it's merged I'll rebuild the platform. Meanwhile, can you try using the `tsuru/go:1.1`...