tonsV2
tonsV2
@jakubroztocil Are there any updates on this matter? I've been needing this for quite a few years now and there might be people here, myself included, which would be willing...
This is also an issue for a collection of microservices my team and I are working on. Each of the services has a skaffold file because we want to be...
@gsquared94 Yes, I guess that would be an option. Although then both (or more) projects would depend on another project, so my initial thought would be that I'd rather just...
Upgrading from version v0.28.0 to v0.29.0 solved this issue for me
I'm having the same issue and can work around it by creating another dummy struct like below. ```go // swagger:parameters createDatabase type _ struct { // Create database request body...
Locally it works just fine, port 2015 returns 404. On travis it returns 400. I don't know why.
Yeah, Ideally we should assert all open ports. I've added the verbose flag to the curl command but it gives little information. I've tried to enable debugging on Caddy but...
> We had a `0.3.0` release on git: https://github.com/wemake-services/caddy-gen/releases/tag/0.3.0 > > For some reason `Dockerhub` ignored it. If the image isn't tagged by the Git commit tag it's probably due...
Upon further investigation I see that a repository of mine is suffering from the same issue. I've written their support team.
I've haven't heard anything back from the support team. My suggestion is that a manual tagging is done. I'd do it myself if I had access to the registry.