UNCLASSIFIED

Unverified Commit d251f0af authored by Anton Lisovenko's avatar Anton Lisovenko
Browse files

using 1.0.0 base image (as it was used by Operator 1.5.3)

parent a2798b43
Pipeline #31946 failed with stage
......@@ -4,7 +4,7 @@ ARG BASE_REGISTRY=nexus-docker-secure.levelup-nexus.svc.cluster.local:18082
ARG BASE_IMAGE=redhat/ubi/ubi7
ARG BASE_TAG=7.8
ARG VERSION=1.0.1
ARG VERSION=1.0.0
FROM quay.io/mongodb/mongodb-enterprise-init-ops-manager:${VERSION} as official
......
  • Pipeline Status: FAILURE
    FAILURE Stage: Build
    Branch: mdb-153-fixes

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

    Error Log:

    groovy.lang.MissingPropertyException: No such property: whitelist_data for class: dccscrWhitelist
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