UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit 206d7fa4 authored by bhearn's avatar bhearn
Browse files

fix Dockerfile

parent 20084102
Pipeline #36476 passed with stage
...@@ -2,8 +2,7 @@ ARG BASE_REGISTRY=registry1.dsop.io ...@@ -2,8 +2,7 @@ ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=redhat/openjdk/openjdk8 ARG BASE_IMAGE=redhat/openjdk/openjdk8
ARG BASE_TAG=1.8.0 ARG BASE_TAG=1.8.0
# FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM localhost/redhat/openjdk/openjdk8:1.8.0
LABEL name="ActiveMQ Artemis" \ LABEL name="ActiveMQ Artemis" \
maintainer="bhearn@anchore.com" \ maintainer="bhearn@anchore.com" \
......
  • Pipeline Status: SUCCESS
    Branch: initial

    graph LR
      0([setup]):::INTERNAL_SUCCESS --> 3([Import Artifacts]):::SUCCESS --> 4((/)):::INTERNAL_SUCCESS --> 5([Stage Artifacts]):::SUCCESS --> 6((/)):::INTERNAL_SUCCESS --> 7([Build]):::SUCCESS --> 8([Publish, Scan & Report]):::INTERNAL_NOT_BUILT
    
    classDef SUCCESS font-size:10px
    classDef FAILURE fill:#f44, font-size:10px
    classDef SKIPPED font-size:10px
    classDef ABORTED fill:#889, font-size:10px
    classDef INTERNAL_SUCCESS font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_FAILURE fill:#f44, font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_SKIPPED font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_ABORTED fill:#889, font-size:10px, stroke-dasharray: 2, 1
    
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment