Skip to content

Test Dockerfile uses an invalid tag #60

@kmturley

Description

@kmturley

In your example Dockerfile you use the dev tag

FROM multiarch/crossbuild:dev

https://github.com/multiarch/crossbuild/blob/master/test/objective-c-hello-world/Dockerfile

However the dev tag does not exist on Docker Hub:
https://hub.docker.com/r/multiarch/crossbuild/tags?page=1&name=dev

Looks like there are two solutions to solve this:

  1. Add the tag to Docker Hub
  2. Change the test Dockfile to point to a valid tag
    Thanks!

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

    Issue actions