Graham Williamson
Graham Williamson
@fink08 I noticed that in your screenshot of the proxy settings, you did not set the proxy port, only the proxy host. I've been testing using a proxy, and if...
I also updated the mysql table to clean up the old job. From the UI, grab the ID of the job. Then connect the database and execute something like this....
Yes, this would be great to have. Not only for mirrors but also any defined indexes that exist.
Looks like either a straight up SELinux issue. Though there's been no specific podman configuration. ``` podman run -dt -p 8080:8080/tcp -e HTTPD_VAR_RUN=/var/run/httpd -e HTTPD_MAIN_CONF_D_PATH=/etc/httpd/conf.d \ -e HTTPD_MAIN_CONF_PATH=/etc/httpd/conf \ -e...
It seems like a usual thing to try is this: ``` dnf -y reinstall container-selinux restorecon -R -v /var/lib/containers ``` as suggested in containers/libpod/issues/1304, containers/libpod/issues/1796 and containers/buildah#1152, but in this...
Definitely keen to do the work on this. I'll make the changes for the Vagrantfile first. Question @TomasTomecek on this comment from the Vagrantfile. > # FIXME: it will fail...
@MarkBaggett thanks for this handy tool. I'd be happy with some caching. If the cache time could be a configurable option, I think that would be best. Defenders using the...
I had a very similar idea, and just did one last check of the issues before I hit submit. I though it'd be good to see the entire list of...
Looks like #288 fixed this for my use case.