UNCLASSIFIED

Commit e65434c3 authored by Mark Kenney's avatar Mark Kenney
Browse files

changing name of xmlstarlet.rpm to match download.yaml

parent e8e24a36
Pipeline #99485 passed with stage
in 4 seconds
...@@ -32,12 +32,13 @@ RUN groupadd -g 1000 nifi && \ ...@@ -32,12 +32,13 @@ RUN groupadd -g 1000 nifi && \
dnf clean all && \ dnf clean all && \
rm -rf /var/cache/dnf rm -rf /var/cache/dnf
COPY xmlstarlet-1.6.1-11.el8.x86_64.rpm ${HOME}/xmlstarlet-1.6.1-11.el8.x86_64.rpm COPY xmlstarlet.rpm ${HOME}/xmlstarlet-1.6.1-11.el8.x86_64.rpm
RUN yum -y localinstall --nogpgcheck ${HOME}/xmlstarlet-1.6.1-11.el8.x86_64.rpm && \ RUN yum -y localinstall --nogpgcheck ${HOME}/xmlstarlet-1.6.1-11.el8.x86_64.rpm && \
rm -f ${HOME}/xmlstarlet-1.6.1-11.el8.x86_64.rpm rm -f ${HOME}/xmlstarlet-1.6.1-11.el8.x86_64.rpm
COPY --chown=nifi:nifi --from=base ${NIFI_BASE_DIR} ${NIFI_BASE_DIR} COPY --chown=nifi:nifi --from=base ${NIFI_BASE_DIR} ${NIFI_BASE_DIR}
COPY --chown=nifi:nifi nifi.properties ${NIFI_HOME}/conf/nifi.properties COPY --chown=nifi:nifi nifi.properties ${NIFI_HOME}/conf/nifi.properties
COPY --chown=nifi:nifi scripts/ ${NIFI_BASE_DIR}/scripts/
RUN chmod -R go-rwx ${NIFI_BASE_DIR} RUN chmod -R go-rwx ${NIFI_BASE_DIR}
......
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