Re: [PATCH 1/1] Dockerfile: download binaries for Nokia RX-51

2023-02-25 Thread Tom Rini
On Fri, Jan 13, 2023 at 07:25:01PM +0100, Heinrich Schuchardt wrote: > Downloading files for a test may fail if the server is offline. > It is preferable to provide the files in our Docker image. > > Signed-off-by: Heinrich Schuchardt > Reviewed-by: Simon Glass Applied to u-boot/next, thanks!

Re: [PATCH 1/1] Dockerfile: download binaries for Nokia RX-51

2023-01-13 Thread Heinrich Schuchardt
On 1/13/23 19:48, Tom Rini wrote: On Fri, Jan 13, 2023 at 07:41:51PM +0100, Pali Rohár wrote: On Friday 13 January 2023 19:25:01 Heinrich Schuchardt wrote: Downloading files for a test may fail if the server is offline. It is preferable to provide the files in our Docker image. Signed-off-b

Re: [PATCH 1/1] Dockerfile: download binaries for Nokia RX-51

2023-01-13 Thread Pali Rohár
On Friday 13 January 2023 20:23:23 Heinrich Schuchardt wrote: > On 1/13/23 19:57, Pali Rohár wrote: > > On Friday 13 January 2023 19:25:01 Heinrich Schuchardt wrote: > > > Downloading files for a test may fail if the server is offline. > > > It is preferable to provide the files in our Docker image

Re: [PATCH 1/1] Dockerfile: download binaries for Nokia RX-51

2023-01-13 Thread Heinrich Schuchardt
On 1/13/23 19:57, Pali Rohár wrote: On Friday 13 January 2023 19:25:01 Heinrich Schuchardt wrote: Downloading files for a test may fail if the server is offline. It is preferable to provide the files in our Docker image. Signed-off-by: Heinrich Schuchardt --- tools/docker/Dockerfile | 9

Re: [PATCH 1/1] Dockerfile: download binaries for Nokia RX-51

2023-01-13 Thread Pali Rohár
On Friday 13 January 2023 19:25:01 Heinrich Schuchardt wrote: > Downloading files for a test may fail if the server is offline. > It is preferable to provide the files in our Docker image. > > Signed-off-by: Heinrich Schuchardt > --- > tools/docker/Dockerfile | 9 + > 1 file changed, 9 i

Re: [PATCH 1/1] Dockerfile: download binaries for Nokia RX-51

2023-01-13 Thread Tom Rini
On Fri, Jan 13, 2023 at 07:41:51PM +0100, Pali Rohár wrote: > On Friday 13 January 2023 19:25:01 Heinrich Schuchardt wrote: > > Downloading files for a test may fail if the server is offline. > > It is preferable to provide the files in our Docker image. > > > > Signed-off-by: Heinrich Schuchardt

Re: [PATCH 1/1] Dockerfile: download binaries for Nokia RX-51

2023-01-13 Thread Simon Glass
On Fri, 13 Jan 2023 at 11:25, Heinrich Schuchardt wrote: > > Downloading files for a test may fail if the server is offline. > It is preferable to provide the files in our Docker image. > > Signed-off-by: Heinrich Schuchardt > --- > tools/docker/Dockerfile | 9 + > 1 file changed, 9 inse

Re: [PATCH 1/1] Dockerfile: download binaries for Nokia RX-51

2023-01-13 Thread Pali Rohár
On Friday 13 January 2023 19:25:01 Heinrich Schuchardt wrote: > Downloading files for a test may fail if the server is offline. > It is preferable to provide the files in our Docker image. > > Signed-off-by: Heinrich Schuchardt > --- > tools/docker/Dockerfile | 9 + > 1 file changed, 9 i

[PATCH 1/1] Dockerfile: download binaries for Nokia RX-51

2023-01-13 Thread Heinrich Schuchardt
Downloading files for a test may fail if the server is offline. It is preferable to provide the files in our Docker image. Signed-off-by: Heinrich Schuchardt --- tools/docker/Dockerfile | 9 + 1 file changed, 9 insertions(+) diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile