Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

ERROR: Service 'shell' failed to build: manifest for hyperledger/sawtooth-shell:nightly not found #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion shell/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
# limitations under the License.
# ------------------------------------------------------------------------------

FROM hyperledger/sawtooth-shell:nightly
# Change 'nightly' to 'bumper-nightly' when you are using Sawtooth 1.1/Ubuntu 18 LTS (Xenial)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ubuntu 18 is Bionic, not Xenial (Xenial is Ubuntu 16).
And nightly should work now with Ubuntu 18 (Bionic).

Copy link

@raymondfx raymondfx Dec 12, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am running it on mac still getting the same error.

FROM hyperledger/sawtooth-shell:nightly

# Install Python, Node.js, and Ubuntu dependencies
RUN echo "deb http://repo.sawtooth.me/ubuntu/1.0/stable bionic universe" >> /etc/apt/sources.list \
Expand Down