You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anyone also suffered this suddenly since yesterday?
also another question, is it possible to deploy this repo without any build? like elasticsearch also in GKE marketplace
---> 9e024351af21
Step 2/8 : RUN apt-get update
---> Using cache
---> 125a23407c35
Step 3/8 : RUN apt-get install -y bash curl wget gnupg apt-transport-https curl apt-utils
---> Using cache
---> 5705ba3e9182
Step 4/8 : RUN wget -O - https://debian.neo4j.org/neotechnology.gpg.key | apt-key add -
---> Using cache
---> d9ba67493395
Step 5/8 : RUN echo 'deb https://debian.neo4j.org/repo stable/' | tee -a /etc/apt/sources.list.d/neo4j.list
---> Using cache
---> ad8103137d25
Step 6/8 : RUN apt-get update && apt-get -y upgrade --allow-unauthenticated
---> Running in aaca67376e56
Hit:1 http://security.debian.org stretch/updates InRelease
Ign:2 http://cdn-fastly.deb.debian.org/debian stretch InRelease
Hit:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease
Hit:4 http://cdn-fastly.deb.debian.org/debian stretch Release
Ign:6 https://debian.neo4j.org/repo stable/ InRelease
Get:7 https://debian.neo4j.org/repo stable/ Release [1479 B]
Get:8 https://debian.neo4j.org/repo stable/ Release.gpg [819 B]
Get:9 https://debian.neo4j.org/repo stable/ Packages [68.1 kB]
Fetched 70.4 kB in 2s (34.4 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Removing intermediate container aaca67376e56
---> fdd8b2cfd345
Step 7/8 : RUN apt-get install -y cypher-shell --allow-unauthenticated
---> Running in 20b424a2b66a
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
cypher-shell : Depends: openjdk-11-jre-headless but it is not installable or
java11-runtime-headless but it is not installable
E: Unable to correct problems, you have held broken packages.
The text was updated successfully, but these errors were encountered:
@naihsi on the specifics of this error, I believe what's happening is you're not getting the right data from the debian server that serves up the packages. Generally this is a transient error, but we can't debug this as such because we're not sure what tag/version you're trying to build or how you invoked this build.
More broadly -- you don't need to build this repo at all. This repo is intended for people who wish to do a lot of customization. If you want to run Neo4j on GKE marketplace, that already exists on the GKE marketplace. Simply go to Google Cloud marketplace, search for Neo4j, and then choose the "Kubernetes image" option.
Hi,
Anyone also suffered this suddenly since yesterday?
also another question, is it possible to deploy this repo without any build? like elasticsearch also in GKE marketplace
---> 9e024351af21
Step 2/8 : RUN apt-get update
---> Using cache
---> 125a23407c35
Step 3/8 : RUN apt-get install -y bash curl wget gnupg apt-transport-https curl apt-utils
---> Using cache
---> 5705ba3e9182
Step 4/8 : RUN wget -O - https://debian.neo4j.org/neotechnology.gpg.key | apt-key add -
---> Using cache
---> d9ba67493395
Step 5/8 : RUN echo 'deb https://debian.neo4j.org/repo stable/' | tee -a /etc/apt/sources.list.d/neo4j.list
---> Using cache
---> ad8103137d25
Step 6/8 : RUN apt-get update && apt-get -y upgrade --allow-unauthenticated
---> Running in aaca67376e56
Hit:1 http://security.debian.org stretch/updates InRelease
Ign:2 http://cdn-fastly.deb.debian.org/debian stretch InRelease
Hit:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease
Hit:4 http://cdn-fastly.deb.debian.org/debian stretch Release
Ign:6 https://debian.neo4j.org/repo stable/ InRelease
Get:7 https://debian.neo4j.org/repo stable/ Release [1479 B]
Get:8 https://debian.neo4j.org/repo stable/ Release.gpg [819 B]
Get:9 https://debian.neo4j.org/repo stable/ Packages [68.1 kB]
Fetched 70.4 kB in 2s (34.4 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Removing intermediate container aaca67376e56
---> fdd8b2cfd345
Step 7/8 : RUN apt-get install -y cypher-shell --allow-unauthenticated
---> Running in 20b424a2b66a
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
cypher-shell : Depends: openjdk-11-jre-headless but it is not installable or
java11-runtime-headless but it is not installable
E: Unable to correct problems, you have held broken packages.
The text was updated successfully, but these errors were encountered: