Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Building an image - ADD for remote file URL fails #51

@bmuschko

Description

@bmuschko

The ADD command in a Dockerfile allows for using a remote file URL as the first parameter. For example:

ADD http://mirrors.jenkins-ci.org/war/1.562/jenkins.war /opt/jenkins.war

The current implementation only checks for the existence of a local file. If a HTTP URL is used, an exception is thrown. This constraint would have to be less strict to allow remote URLs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions