UNCLASSIFIED

Commit a554761e authored by Al Fontaine's avatar Al Fontaine
Browse files

Update README.md

parent 21984446
Pipeline #23002 failed with stage
...@@ -16,7 +16,7 @@ For more information, check [official site](https://www.fluentd.org/) and [docum ...@@ -16,7 +16,7 @@ For more information, check [official site](https://www.fluentd.org/) and [docum
# How to run images # How to run images
``` ```
$ docker run -d -p 24224:24224 -p 24224:24224/udp -v /data:/fluentd/log localhost/opensource/fluentd/fluentd:1.10.0 $ docker run -d -p 24224:24224 -p 24224:24224/udp -v /data:/fluentd/log localhost/opensource/fluentd/fluentd:1.11.0
``` ```
Default configurations are to: Default configurations are to:
......
  • Pipeline Status: FAILURE
    FAILURE Stage: Build
    Branch: patch-1

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

    + buildah bud --tls-verify=false --format=docker --loglevel=3 --storage-driver=vfs --build-arg BASE_REGISTRY=**** --build-arg BASE_IMAGE=opensource/ruby/ruby26 --build-arg BASE_TAG=2.6.6 -t ****/opensource/fluentd/fluentd:1.11.0-testing --label dccscr.git.commit.id=a554761e46b3c7143ff94ed44fb38b9516a3694c --label dccscr.git.commit.url=https://dccscr.dsop.io/dsop/opensource/fluentd/fluentd/tree/a554761e46b3c7143ff94ed44fb38b9516a3694c --label dccscr.git.url=https://repo1.dsop.io/dsop/opensource/fluentd/fluentd.git --label dccscr.git.branch=patch-1 --label dccscr.image.version=1.11.0 --label 'dccscr.image.build.date=Tue Jun 16 23:58:03 UTC 2020
    ' --label dccscr.image.build.id=1 --label dccscr.image.name=fluentd --label dccscr.ironbank.approval.status=approved --label dccscr.ironbank.approval.url=TBD --label dccscr.ironbank.url=TBD --label dcar_status=approved .
    cannot find Containerfile or Dockerfile in context directory: stat /tmp/workspace/ensource_fluentd_fluentd_patch-1/Dockerfile: no such file or directory
    script returned exit code 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