Ahmet Alp Balkan
Ahmet Alp Balkan
So `required` should be a boolean everywhere, in that case we shouldn't try to handle `string` for sure. @SudharakaP are you able to deploy and run after deleting `buildpacks` field,...
The string JHipster comes from app.json > name field (Or repo name), no?
The “syscall not supported” log is actually an info/warning. It does not mean your app is failing. Is your app actually throwing an exception? If not, it means it’s probably...
@jamesward I feel like we should just assume `--builder=heroku/buildpacks`, and then have an optional array for `--buildpack`, so we call the CLI like: pack build --builder=heroku/buildpacks [--buildpack=foo --buildpack=bar ...] wdyt?
Yes learned it the hard way yesterday. The whole project does not seem stable or ready for prime-time. I won’t be touching this anytime soon.
This basically makes the project an alternative to deploying directly from Cloud Run console. Similarly, broadens the focus from "deploy repos" to "deploy images or repos".
I think this is doable. I havent understood the api fully but I’m assuming it only works with sha256 refs; not tags. That would likely only work for Dockerfile mode...
API is quite damn cryptic but I believe I can `GET` some of the `Occurrence`s and work my way from there...
Filtering projects is much tougher as 1000s may be returned. Or 100s for enterprise users. Also I don’t think it’s possible to “test” what a user/token can do (for reasons...
"Checking perms" is the difficult thing here. Docker Registry API doesn't really have a "test write access" option, we have to push an image to know that. (And we're pushing...