UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
apache
nifi
Commits
e65434c3
Commit
e65434c3
authored
Dec 10, 2020
by
Mark Kenney
Browse files
changing name of xmlstarlet.rpm to match download.yaml
parent
e8e24a36
Pipeline
#99485
passed with stage
in 4 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Dockerfile
Dockerfile
+2
-1
No files found.
Dockerfile
View file @
e65434c3
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment