Skip to content

Commit

Permalink
[activemq] Docker images updates - 2023-08-16-225514 (#2389)
Browse files Browse the repository at this point in the history
  • Loading branch information
armandomiani authored Aug 19, 2023
1 parent 7f64378 commit c65e918
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docker/activemq/5/debian11/5.18/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM marketplace.gcr.io/google/c2d-debian11

# This is release version of ActiveMQ to pull in.
ENV ACTIVEMQ_VERSION 5.18.1
ENV ACTIVEMQ_VERSION 5.18.2
ENV ACTIVEMQ apache-activemq-${ACTIVEMQ_VERSION}
ENV ACTIVEMQ_FILE ${ACTIVEMQ}-bin.tar.gz
ENV ACTIVEMQ_DOWNLOAD_URL http://archive.apache.org/dist/activemq/

ENV C2D_RELEASE 5.18.1
ENV C2D_RELEASE 5.18.2

ENV ACTIVEMQ_TCP=61616 \
ACTIVEMQ_AMQP=5672 \
Expand All @@ -33,7 +33,7 @@ RUN set -ex \
RUN groupadd -g "${gid}" "${group}" \
&& useradd -u "${uid}" -g "${gid}" -m -s /bin/bash "${user}"

# Download and setup activemq version v5.18.1
# Download and setup activemq version v5.18.2
RUN set -x && \
mkdir -p "${ACTIVEMQ_HOME}" \
&& wget -q "${ACTIVEMQ_DOWNLOAD_URL}/${ACTIVEMQ_VERSION}/${ACTIVEMQ_FILE}" -O "${ACTIVEMQ_FILE}" \
Expand Down
6 changes: 3 additions & 3 deletions docker/activemq/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ versions:
from: marketplace.gcr.io/google/c2d-debian11
packages:
activemq:
version: 5.18.1
version: 5.18.2
repo: activemq5
tags:
- 5.18.1-debian11
- 5.18.2-debian11
- 5.18-debian11
- 5-debian11
- 5.18.1
- 5.18.2
- '5.18'
- '5'
- latest
Expand Down

0 comments on commit c65e918

Please sign in to comment.