Re4zOon
Re4zOon
Just to save this from being stale, issue still persist. Getting duplicate emails/notifications from Ombi each time.
Hi, This comes from gitlab itself, not from this repo. Check google (I know, I'm helpful) and gitlabs own repo for more information. Sammersbn/gitlab is only a dockerized package of...
Hi, I have a simple question: how safe is this? This means the lock has to have a long list of codes, that are always acceptable (once, or permanently, whatever)....
I know it calculates it based on times and the aes key, but that means theres potentially thousands of pins, that can open the lock at any given time, that...
The problem is its trying to use HTTPS, even tho its in insecure registries. There was a similar (if not the same) issue with buildx some months ago: https://github.com/docker/buildx/issues/1642. Also...
Indeed, its not exactly the same. In any case, just try to build an image using a base from an insecure registry and you shall receive the same issue.
Well, it worked until 25.x.y with buildx (which I guess is built on top of buildkit). If you run `docker build .` on 24.x.y it works even without a toml...
Oh yeah. By default it is buildx. We did not modify docker in any way (apart from the insecure registries in daemon.json). Its simple docker-ce from the repo. ``` [root@jenkins~]#...
Hi, Any updates? Its blocking our second upgrade schedule for our jenkins'.
Hi there, From compose v3 you can implement a healthcheck. I haven't looked at the image, but if curl is available, you can do something like: ``` healthcheck: test: ["CMD",...