Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-20724

jboss-eap-xp2 quickstart documentation is using a wrong (1.0) image stream tag

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • EAP-XP-2.0.0.GA
    • EAP-XP-2.0.0.CR1
    • Quickstarts
    • None

      The image stream import templates creates XP2 image streams with [2.0,latest] tags

      $ oc get imagestream
      NAME                                       IMAGE REPOSITORY                                                                                                      TAGS         UPDATED
      jboss-eap-xp2-openjdk8-openshift           default-route-openshift-image-registry.apps-crc.testing/pkremens-namespace/jboss-eap-xp2-openjdk8-openshift           2.0,latest   
      jboss-eap-xp2-openjdk8-runtime-openshift   default-route-openshift-image-registry.apps-crc.testing/pkremens-namespace/jboss-eap-xp2-openjdk8-runtime-openshift   2.0,latest 
      

      but the docs within the quickstarts are using 1.0, thus the examples won't work if following the docs.

      Docs example:

      $ oc new-app --template={ImagePrefixVersion}-basic-s2i \
       -p EAP_IMAGE_NAME=jboss-{ImagePrefixVersion}-openjdk8-openshift:1.0 \
       -p EAP_RUNTIME_IMAGE_NAME=jboss-{ImagePrefixVersion}-openjdk8-runtime-openshift:1.0 \
       -p IMAGE_STREAM_NAMESPACE="{artifactId}-project" \
       -p SOURCE_REPOSITORY_URL="{EAPQuickStartRepo}" \
       -p SOURCE_REPOSITORY_REF="{EAPQuickStartRepoRef}" \
       -p CONTEXT_DIR="{artifactId}"
      

      Maybe we should simply go with the ":latest" to avoid these.

              emartins@redhat.com Eduardo Martins
              pkremens@redhat.com Petr Kremensky (Inactive)
              Simon Priadka Simon Priadka (Inactive)
              Simon Priadka Simon Priadka (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: