8000 Strange issue running image fedora 36 vs 37 - rocker/rstudio::devel works, as does home build · Issue #70 · Bioconductor/bioconductor_docker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Strange issue running image fedora 36 vs 37 - rocker/rstudio::devel works, as does home build #70
Open
@r-cheologist

Description

@r-cheologist

I have just switched my base OS from Fedora 36 to 37 and encountered the following:

  1. When executing

      podman run \
        -d \
        -p 127.0.0.1:8787:8787 \
        -v /tmp:/tmp \
        -e ROOT=TRUE   \
        -e DISABLE_AUTH=TRUE \
        docker.io/bioconductor/bioconductor_docker
    

    the container comes up fine, but using a browser, the RStudio server instance can't be reached. The spinner shows up, but then:

    Could not connect to the R session on RStudio server.
    Unable to connect to service (1)

  2. When doing the same thing using docker.io/rocker/rstudio:devel, the base image to the bioconductor one, all is fine.

  3. 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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0