
Dear Spot team, I've tried to pull docker image using command "sudo docker pull registry.lrde.epita.fr/spot-sandbox", however, I got the following response: "Unable to find image 'registry.lrde.epita.fr/spot-sandbox:latest' locally docker: Error response from daemon: error parsing HTTP 403 response body: invalid character '<' looking for beginning of value: "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>403 Forbidden</title>\n</head><body>\n<h1>Forbidden</h1>\n<p>You don't have permission to access /v2/spot-sandbox/manifests/latest\non this server.<br />\n</p>\n</body></html>\n". See 'docker run --help'." , any insight would be appreciated. Best regards, Jiraphapa J.

On Sat, Jun 1, 2019 at 10:59 AM Jiraphapa Jiravaraphan <jira.jiravaraphan@gmail.com> wrote:
Dear Spot team,
I've tried to pull docker image using command "sudo docker pull registry.lrde.epita.fr/spot-sandbox", however, I got the following response: "Unable to find image 'registry.lrde.epita.fr/spot-sandbox:latest' locally
Hello Jiraphapa, Sorry about that. We should upgrade those instructions. Our registry is currently closed because it contains some private images for other projects unrelated to Spot. Additionally, for the case of Spot, distributing Docker images that contains GPL-covered binaries is kind of a gray area as the GPL would require that we distribute (or make a written offer to distribute) the source code for all the GPL software that we use, and that's too much of a burden. So currently the only thing we can do is to distribute the source files for the spot-sandbox container, so you can rebuild it yourself. Here is how to do that: % git clone https://gitlab.lrde.epita.fr/spot/sandbox % cd sandbox % sudo docker build --no-cache -t lrde/spot-sandbox to execute it, do % sudo docker run -p 8888:8888 -t lrde/spot-sandbox run-nb If you (or someone else) can confirm that this works fine I'll upgrade the README with that. -- Alexandre Duret-Lutz

Hi Alexandre,
If you (or someone else) can confirm that this works fine I'll upgrade the README with that.
Not working, find the errors below: Get:1 http://www.lrde.epita.fr/repo/debian unstable/ InRelease [2065 B] Err:1 http://www.lrde.epita.fr/repo/debian unstable/ InRelease Error writing to output file - write (28: No space left on device) [IP: 192.168.100.3 80] Get:2 http://debian.mirrors.ovh.net/debian sid InRelease [247 kB] Err:2 http://debian.mirrors.ovh.net/debian sid InRelease Error writing to output file - write (28: No space left on device) [IP: 213.32.5.7 80] Reading package lists... W: Failed to fetch http://debian.mirrors.ovh.net/debian/dists/sid/InRelease Error writing to output file - write (28: No space left on device) [IP: 213.32.5.7 80] W: Failed to fetch http://www.lrde.epita.fr/repo/debian/unstable/InRelease Error writing to output file - write (28: No space left on device) [IP: 192.168.100.3 80] W: Some index files failed to download. They have been ignored, or old ones used instead. Reading package lists... Building dependency tree... Reading state information... Package less is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Unable to locate package spot E: Unable to locate package python3-spot E: Unable to locate package divine-ltsmin E: Unable to locate package spins E: Unable to locate package spin E: Unable to locate package python3-pip E: Unable to locate package python3-dev E: Unable to locate package python3-setuptools E: Unable to locate package python3-matplotlib E: Unable to locate package python3-numpy E: Unable to locate package python3-pandas E: Unable to locate package build-essential E: Unable to locate package git E: Unable to locate package graphviz E: Unable to locate package fonts-lato E: Unable to locate package wget E: Unable to locate package sudo E: Unable to locate package unzip E: Unable to locate package imagemagick E: Unable to locate package ghostscript E: Unable to locate package libbdd0c2 E: Unable to locate package libspot-dev E: Unable to locate package libbddx-dev E: Unable to locate package libbdd-dev E: Unable to locate package man-db E: Package 'less' has no installation candidate E: Unable to locate package bison E: Unable to locate package openjdk-11-jre-headless
participants (3)
-
Alexandre Duret-Lutz
-
Jiraphapa Jiravaraphan
-
Renault Etienne