aDisplayName

Results 28 comments of aDisplayName

Same here. When running docker-compose with latest google SDK, showing the similiar message when pulling base image from gcr. The workaround by using 297.0.1 got it work.

Found a workaround, I have to change the checkout path for my source code to "s", to match the default gitversion work directory: ```yaml - checkout: self paht: s -...

Hi, @luckyluggi , the problem has been addressed in #51 , and you can use package version 1.50.0 or later.

@mloiseleur , We have disabled both traefik and servicelb during the deployment of k3s: ``` --no-deploy=traefik,servicelb ``` After we moved to rancher 2.6.8, it seems the problem disappeared. We will...

@galvesribeiro , I'm still new on GitHub process here, so do you know who will trigger a new release build so that the fix can be available to the official...

@samsp-msft , For Blazor Server app, in `App.razor`, use the following to set the base href, all the static assets should be still accessible: ```razor ```

[Joxit/docker-registry-ui](https://github.com/Joxit/docker-registry-ui/blob/main/LICENSE) is under GNU Affero General Public License v3.0. Will the use of that affecting the licensing of this project?

@plaffitt , I've submitted a new PR #519 which solved the problem you've pointed out on previous PR. Please take a look. Thank you.

Hi @paullaffitte , I would believe the 2nd scenario is what happening here. This is actual a failure scenario, that current mechanism does not cover: Repository.kuik.enx.io is a cluster-scoped object,...