Skip to content

No docker image #147

@adrianmay

Description

@adrianmay

Hi,

I cloned the repo, uncommented the two docker lines in stack.yaml and ran build.sh:

$ stack docker pull
Pulling image from registry: 'stack-build:lts-10.2-opencv'
Error response from daemon: pull access denied for stack-build, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Could not pull Docker image:
    stack-build:lts-10.2-opencv
There may not be an image on the registry for your resolver's LTS version in
your configuration file.

I tried stack-build:lts-14.3-opencv and got the same result. Does it exist?

Any help much appreciated.

Activity

roelvandijk

roelvandijk commented on Apr 30, 2020

@roelvandijk
Member

Did you follow the instructions in the readme regarding docker builds? Specifically:

Build the image using:

docker build -t stack-build:lts-10.1-opencv -f Dockerfile.stack-opencv .

Uncomment the docker: section in stack.yaml, and you should be able
to use stack as normal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @adrianmay@roelvandijk

        Issue actions

          No docker image · Issue #147 · LumiGuide/haskell-opencv