UNCLASSIFIED

Commit 471ad659 authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Update Dockerfile

parent dca06bb2
Pipeline #30933 passed with stage
...@@ -17,7 +17,8 @@ COPY apache-activemq-5.15.13-bin.tar.gz / ...@@ -17,7 +17,8 @@ COPY apache-activemq-5.15.13-bin.tar.gz /
# root user is needed to extract files from the ActiveMQ gzip # root user is needed to extract files from the ActiveMQ gzip
USER root USER root
RUN tar -zxf apache-activemq-5.15.13-bin.tar.gz && \ RUN dnf update -y && \
tar -zxf apache-activemq-5.15.13-bin.tar.gz && \
rm apache-activemq-5.15.13-bin.tar.gz && \ rm apache-activemq-5.15.13-bin.tar.gz && \
chmod 755 apache-activemq-5.15.13/bin/activemq && \ chmod 755 apache-activemq-5.15.13/bin/activemq && \
useradd -r activemq --uid=1000 && \ useradd -r activemq --uid=1000 && \
......
  • Pipeline Status: SUCCESS
    Branch: patch-1

    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