-
So following along with Testing Hasura GraphQL APIs with Karate guide, I download the Testing Hasura API Karate repo. However I am unable to build the karate container due to an issue with the
The RUN apt-get update && apt-get install -y wget && rm -rf /var/lib/apt/lists/* Resulting error: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y wget && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100 Snippet of failed #0 3.078 Ign:14 http://deb.debian.org/debian stretch-updates/main arm64 Packages
#0 3.161 Ign:15 http://deb.debian.org/debian stretch-backports/main all Packages
#0 3.241 Ign:16 http://deb.debian.org/debian stretch-backports/main arm64 Packages
#0 3.319 Err:11 http://deb.debian.org/debian stretch/main arm64 Packages
#0 3.319 404 Not Found
#0 3.411 Ign:12 http://deb.debian.org/debian stretch/main all Packages
#0 3.488 Ign:13 http://deb.debian.org/debian stretch-updates/main all Packages
#0 3.563 Err:14 http://deb.debian.org/debian stretch-updates/main arm64 Packages
#0 3.563 404 Not Found
#0 3.658 Ign:15 http://deb.debian.org/debian stretch-backports/main all Packages
#0 3.739 Err:16 http://deb.debian.org/debian stretch-backports/main arm64 Packages
#0 3.739 404 Not Found
#0 3.750 Reading package lists...
#0 3.767 W: The repository 'http://security.debian.org/debian-security stretch/updates Release' does not have a Release file.
#0 3.767 W: The repository 'http://deb.debian.org/debian stretch Release' does not have a Release file. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey there! I'm the original author of that post. Lemme have a look over the weekend and I'll try to get it up and running, pretty much need to:
|
Beta Was this translation helpful? Give feedback.
Hey there! I'm the original author of that post.
I had originally pinned the deps and stuff in that post to try and give it some longevity, but it looks like some things broke.
Lemme have a look over the weekend and I'll try to get it up and running, pretty much need to: