Skip to content

docker cannot find the Docker image for LTS 16.31. #5497

Open
@rredpoppy

Description

@rredpoppy

General summary/comments (optional)
stack --docker cannot find the Docker image for LTS 16.31.

Steps to reproduce
Create a new Stack project:
stack new test-docker
cd test-docker
Edit stack.yaml to say:
resolver: lts-16.31
packages:

  • .
    Run:
    stack --docker build
    Expected
    Dockerized build of a fresh package.

Actual

Pulling image from registry: 'fpco/stack-build:lts-16.31'
fork/exec /usr/local/bin/com.docker.cli: bad file descriptor
Could not pull Docker image:
    fpco/stack-build:lts-16.31
There may not be an image on the registry for your resolver's LTS version in
your configuration file.

Stack version
$ stack --version
Version 2.5.1, Git revision d6ab861 x86_64 hpack-0.33.0
Method of installation
Official binary, downloaded from stackage.org or fpcomplete's package repository

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions