Skip to content

Warning about bad dock_image tag name does not prevent upload. #312

@jennydaman

Description

@jennydaman

this.handleError(
<div>
<p>
Please tag your Docker image by version.
<br />
Example:
</p>
<CodeBlock>
<CodeBlockCode>
docker tag
{tag}
{tag}
:1.0.1
<br />
docker push
{tag}
:1.0.1
</CodeBlockCode>
</CodeBlock>
</div>,

A warning is shown if the user-specified value for dock_image violates best practices, however this warning does not prevent the POST request form being sent, and the warning shows up only for a brief amount of time before a successful upload sign replaces it.

Expected: warning about dock_image best practice shows up and prevents the POST request from being sent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementSomething to be improvedgood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions