UNCLASSIFIED

Commit 9e5a597a authored by jonathan.janos@mongodb.com's avatar jonathan.janos@mongodb.com
Browse files

updated per feedback. Added go.lang to download.json, consolidated RUN statements in Dockerfile.

parent 211ac6fe
Pipeline #26978 passed with stage
......@@ -26,11 +26,11 @@ LABEL name="MongoDB Enterprise Ops Manager Init" \
summary="MongoDB Enterprise Ops Manager Init Image" \
description="Startup Scripts for MongoDB Enterprise Ops Manager"
RUN mkdir /scripts
RUN mkdir /scripts && mkdir -p /licenses
COPY --from=builder /build/output/mmsconfiguration /scripts/
COPY scripts/docker-entry-point.sh /scripts/
RUN mkdir -p /licenses
COPY LICENSE /licenses/mongodb-enterprise-ops-manager
USER 2000
......
{
"resources": [
{
"url": "docker://docker.io/golang@sha256:2841da2227dc15e18ca5ec1e95f3cb166005361c0eb0313ce82d2e5ccff116dd",
"tag": "golang:1.13"
}
]
}
  • Pipeline Status: SUCCESS
    Branch: mdb-initial-153

    graph LR
      0([setup]):::INTERNAL_SUCCESS --> 1([Import Artifacts]):::SUCCESS --> 2((/)):::INTERNAL_SUCCESS --> 3([Stage Artifacts]):::SUCCESS --> 4((/)):::INTERNAL_SUCCESS --> 5([Build]):::SUCCESS --> 6([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