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
activemq
Commits
1df27e91
Commit
1df27e91
authored
Apr 01, 2020
by
Al Fontaine
Browse files
Update Dockerfile
parent
378922b7
Pipeline
#7077
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Dockerfile
Dockerfile
+2
-0
No files found.
Dockerfile
View file @
1df27e91
...
@@ -14,6 +14,8 @@ LABEL name="ActiveMQ" \
...
@@ -14,6 +14,8 @@ LABEL name="ActiveMQ" \
version=$VERSION \
version=$VERSION \
summary="Apache ActiveMQ™ is the most popular open source, multi-protocol, Java-based messaging server. "
summary="Apache ActiveMQ™ is the most popular open source, multi-protocol, Java-based messaging server. "
USER
root
COPY
${DISTRO_NAME}.tar.gz /opt
COPY
${DISTRO_NAME}.tar.gz /opt
RUN
tar
-zxf
/opt/
${
DISTRO_NAME
}
.tar.gz
-C
/opt
&&
\
RUN
tar
-zxf
/opt/
${
DISTRO_NAME
}
.tar.gz
-C
/opt
&&
\
...
...
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