You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/03/05 17:23:00 UTC

[jira] [Commented] (KNOX-2263) Docker - make sure not to put anything except version in the tag

    [ https://issues.apache.org/jira/browse/KNOX-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17052356#comment-17052356 ] 

ASF subversion and git services commented on KNOX-2263:
-------------------------------------------------------

Commit 4f6730e31984421ee28c0951a45adf0f9f341f91 in knox's branch refs/heads/master from Kevin Risden
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=4f6730e ]

KNOX-2263 - Docker - make sure not to put anything except version in the tag (#279)

Signed-off-by: Kevin Risden <kr...@apache.org>

> Docker - make sure not to put anything except version in the tag
> ----------------------------------------------------------------
>
>                 Key: KNOX-2263
>                 URL: https://issues.apache.org/jira/browse/KNOX-2263
>             Project: Apache Knox
>          Issue Type: Sub-task
>          Components: docker
>            Reporter: Kevin Risden
>            Assignee: Kevin Risden
>            Priority: Major
>             Fix For: 1.4.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently the way the Docker images are created they are:
> apache/knox:gateway-VERSION
> apache/knox:ldap-VERSION
> This shouldn't be done since it should be:
> apache/knox-gateway:VERSION
> apache/knox-demo-ldap:VERSION
> This would be cleaner from Docker perspective and not put anything else in tags.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)