Open r-cheologist opened 1 year ago
So from Fedora 35 to 36 there apparently was a major podman
version switch with implied networking backend changes that were not backward compatible... but I can't find anything for the 36/37 switch...
Could you give ghcr.io/bioconductor/bioconductor:RELEASE_3_16
a try? The dockerhub images might be the problem especially where you say rebuilding locally works. I've been using GHCR images since taking over, and Dockerhub autobuilder might be out of sync at this point. I am looking at merging the two now
That image gives me exactly the fame trouble as does the docker. Io one...
On March 8, 2023 6:36:38 PM UTC, Alexandru Mahmoud @.***> wrote:
Could you give ghcr.io/bioconductor/bioconductor:RELEASE_3_16 a try? The dockerhub images might be the problem especially where you say rebuilding locally works. I've been using GHCR images since taking over, and they might be out of sync. I am looking at resyncing them now
-- Reply to this email directly or view it on GitHub: https://github.com/Bioconductor/bioconductor_docker/issues/70#issuecomment-1460669444 You are receiving this because you authored the thread.
Message ID: @.***>
I am not entirely sure what the problem could be in that case... Did the podman version change between the two VMs?
I found this issue which might be related https://github.com/containers/podman/issues/11528 ?
If you haven't already, perhaps try with -p 8787:8787
instead of -p 127.0.0.1:8787:8787
As I wrote above: using the docker.io/rocker/rstudio
image (which the bioconductor
one uses as a base) works fine ... the port remapping issue should hit both ...
The issue persists as of 2023/03/31, BUT docker.io/bioconductor/bioconductor_docker:devel
actually works!?
I am still not sure what this could be, as it works okay whenever I try to run it, but I am not using podman on Fedora...
One thing to note, but again this is largely a guess, this issue might be related? https://github.com/containers/podman/issues/8132
I can confirm the new image does have empty layers, as we're using that to support various bases for arm64 vs amd64 architectures. The only change in the current devel
vs 3.16
published images is the lack of support for arm64, so my best guess is it's either related to the fact that images exist for both archs, or the new build file with empty layers...
@r-cheologist Is this still persisting?
Oh boy. I have been neglecting this, but Now I switched from fedora 37 to 38 and end up having exactly the same issues AGAIN!? For both the latest
and devel
images from docker.io.
The starting call above does not work in my unpriviledged podman setup, neither does setting the password and forgoing the DISABLE_AUTH
- as I am unpriviledged using user root
and password as given by the environmental variable should work, but it doesn't.
I have just switched my base OS from Fedora 36 to 37 and encountered the following:
When executing
the container comes up fine, but using a browser, the RStudio server instance can't be reached. The spinner shows up, but then:
When doing the same thing using
docker.io/rocker/rstudio:devel
, the base image to the bioconductor one, all is fine.Additionally all is fine when I build the bioconductor image locally...
I have been unable to debug this. Does anyone have any insight into why Fedora 37 might bulk at the BC image from dockerhub (and all containers that are based on it and still around from before the 36/37 switch).