whole-tale / repo2docker_wholetale

Repo2docker plugin for Whole Tale
Other
0 stars 1 forks source link

Older R images fail to build #31

Closed Xarthisius closed 3 years ago

Xarthisius commented 3 years ago

Description

Using following env:

{
  "config": {
      "buildpack": "RockerBuildPack",
      "command": "/start.sh",
      "environment": [
        "WT_ROCKER_VER=3.6.2",
        "WT_RSTUDIO_URL=https://github.com/whole-tale/rstudio/releases/download/v1.3.1093-wt/rstudio-server-1.3.1093-bionic-amd64.deb",
        "WT_RSTUDIO_MD5=805e9a4657b294300f8d427e144c3c6d",
        "PASSWORD=password"
      ],
      "memLimit": "8196m",
      "port": 8787,
      "targetMount": "/WholeTale",
      "urlPath": "",
      "user": "rstudio"
    }
}

fails with

#5 [2/11] RUN apt-get -qq update && apt-get -qq install --yes --no-install-recommends curl > /dev/null && apt-get -qq purge && apt-get -qq clean && rm -rf /var/lib/apt/lists/*
#5 sha256:73b9a91e64b073c8795742097ea9b5351694d29dbad6c360aaf83670f858a020
#5 10.37 E: Repository 'http://security.debian.org/debian-security buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
#5 10.37 E: Repository 'http://deb.debian.org/debian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
#5 10.37 E: Repository 'http://deb.debian.org/debian buster-updates InRelease' changed its 'Suite' value from 'stable-updates' to 'oldstable-updates'
#5 ERROR: executor failed running [/bin/sh -c apt-get -qq update && apt-get -qq install --yes --no-install-recommends curl > /dev/null && apt-get -qq purge && apt-get -qq clean && rm -rf /var/lib/apt/lists/*]: runc did not terminate sucessfully