James Ward
James Ward
Yes, this would be awesome. Note that right now the only available mechanism to get params from the URL is via the `cloudshell_context` query param which we pares via the...
Would we have to also do a push for `latest`?
Sorry, I'm not very familiar with how this all works. If we want to tag an image with the short sha and make it so users can pull the `latest`...
There are times where I pull the image for local testing and having `latest` for that is helpful. But you are right that this does add some complications when something...
They definitely can, it's just a bit more cumbersome.
Yeah, that is what I've been thinking about related to #75
And eventually expose a "gallery" of apps with stats to the public.
Thanks for the quick response! Ah! That is why I did see this working on another project (where I was running in docker). It just needs to be there for...
I got this working with a bit of hackery: https://github.com/jamesward/hello-uzhttp/blob/master/build.sbt#L25-L37 Note the use of the `LauncherJarPlugin`
Yup! It'd be great to have support for this somehow built-in. Note that some of the usual user permission & intermediate layer removal stuff don't work due to the absence...