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

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

Kevin Risden created KNOX-2263:
----------------------------------

             Summary: 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
             Fix For: 1.4.0


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)