Skip to content

Commit

Permalink
Merge pull request vromero#120 from vromero/feature/2.8.0
Browse files Browse the repository at this point in the history
Release 2.8.0
  • Loading branch information
vromero authored May 16, 2019
2 parents 6d9d15f + 3d12aad commit 90beb83
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 21 deletions.
34 changes: 18 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,30 @@ env:
- VERSION=1.5.5 VARIANT=alpine
- VERSION=1.5.6 ALIASES="1.5-latest 1-latest"
- VERSION=1.5.6 VARIANT=alpine ALIASES="1.5-alpine-latest 1-alpine-latest"
- VERSION=2.0.0 ALIASES="2.0-latest 2.0-latest"
- VERSION=2.0.0 VARIANT=alpine ALIASES="2.0-alpine-latest 2.0-alpine-latest"
- VERSION=2.1.0 ALIASES="2.1-latest 2.1-latest"
- VERSION=2.1.0 VARIANT=alpine ALIASES="2.1-alpine-latest 2.1-alpine-latest"
- VERSION=2.2.0 ALIASES="2.2-latest 2.2-latest"
- VERSION=2.2.0 VARIANT=alpine ALIASES="2.2-alpine-latest 2.2-alpine-latest"
- VERSION=2.3.0 ALIASES="2.3-latest 2.3-latest"
- VERSION=2.3.0 VARIANT=alpine ALIASES="2.3-alpine-latest 2.3-alpine-latest"
- VERSION=2.4.0 ALIASES="2.4-latest 2.4-latest"
- VERSION=2.4.0 VARIANT=alpine ALIASES="2.4-alpine-latest 2.4-alpine-latest"
- VERSION=2.5.0 ALIASES="2.5-latest 2.5-latest"
- VERSION=2.5.0 VARIANT=alpine ALIASES="2.5-alpine-latest 2.5-alpine-latest"
- VERSION=2.0.0 ALIASES="2.0-latest"
- VERSION=2.0.0 VARIANT=alpine ALIASES="2.0-alpine-latest"
- VERSION=2.1.0 ALIASES="2.1-latest"
- VERSION=2.1.0 VARIANT=alpine ALIASES="2.1-alpine-latest"
- VERSION=2.2.0 ALIASES="2.2-latest"
- VERSION=2.2.0 VARIANT=alpine ALIASES="2.2-alpine-latest"
- VERSION=2.3.0 ALIASES="2.3-latest"
- VERSION=2.3.0 VARIANT=alpine ALIASES="2.3-alpine-latest"
- VERSION=2.4.0 ALIASES="2.4-latest"
- VERSION=2.4.0 VARIANT=alpine ALIASES="2.4-alpine-latest"
- VERSION=2.5.0 ALIASES="2.5-latest"
- VERSION=2.5.0 VARIANT=alpine ALIASES="2.5-alpine-latest"
- VERSION=2.6.0
- VERSION=2.6.0 VARIANT=alpine
- VERSION=2.6.1
- VERSION=2.6.1 VARIANT=alpine
- VERSION=2.6.2
- VERSION=2.6.2 VARIANT=alpine
- VERSION=2.6.3
- VERSION=2.6.3 VARIANT=alpine
- VERSION=2.6.4 ALIASES="2.6-latest 2.6-latest"
- VERSION=2.6.4 VARIANT=alpine ALIASES="2.6-alpine-latest 2.2-alpine-latest"
- VERSION=2.6.3 ALIASES="2.6-latest 2.6-latest"
- VERSION=2.6.3 VARIANT=alpine ALIASES="2.6-alpine-latest"
- VERSION=2.7.0 ALIASES="2.7-latest"
- VERSION=2.7.0 VARIANT=alpine ALIASES="2.7-alpine-latest"
- VERSION=2.8.0 ALIASES="2.8-latest 2-latest"
- VERSION=2.8.0 VARIANT=alpine ALIASES="2.8-alpine-latest 2-alpine-latest"

before_install:
- curl -L https://goss.rocks/install | sudo sh
Expand Down
6 changes: 3 additions & 3 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ make
This will run the full build (with the exception of the deployment phase) for all versions presents in the ALL_VERSIONS line in the Makefile, e.g:

```Makefile
ALL_VERSIONS=1.1.0 1.2.0 1.3.0 1.4.0 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 2.0.0 2.1.0 2.2.0 2.3.0 2.4.0 2.5.0 2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.7.0
ALL_VERSIONS=1.1.0 1.2.0 1.3.0 1.4.0 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 2.0.0 2.1.0 2.2.0 2.3.0 2.4.0 2.5.0 2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.7.0 2.8.0
```

To just build *just one version* you can call `make` with `VERSION[-VARIANT]` where variant can be `-alpine` for an Alpine based image build or just nothing for a Debian based one, e.g:
Expand All @@ -41,7 +41,7 @@ make 2.6.0
make 2.6.0-alpine
```

It is also possible to just build the image without testing with `make build_2.6.0`, just testing: `make test_2.7.0`, running the image: `make run_2.7.0` or even run the image for a shell `make runsh_2.7.0`.
It is also possible to just build the image without testing with `make build_2.8.0`, just testing: `make test_2.8.0`, running the image: `make run_2.8.0` or even run the image for a shell `make runsh_2.8.0`.

You can also override the artemis binary distribution url by passing a parameter containing a zip file containing the distribution. ie. `make BUILD_ARGS="--build-arg ACTIVEMQ_DISTRIBUTION_URL=https://repository.apache.org/content/repositories/releases/org/apache/activemq/apache-artemis/2.6.4/apache-artemis-2.7.0-bin.zip" 2.7.0`. Note that you also need to pass in the version # as the first argument (ie 2.6.4)
You can also override the artemis binary distribution url by passing a parameter containing a zip file containing the distribution. ie. `make BUILD_ARGS="--build-arg ACTIVEMQ_DISTRIBUTION_URL=https://repository.apache.org/content/repositories/releases/org/apache/activemq/apache-artemis/2.6.4/apache-artemis-2.8.0-bin.zip" 2.8.0`. Note that you also need to pass in the version # as the first argument (ie 2.8.0)

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.PHONY: help build test run all

# All the versions supported, useful to build all versions locally with a single command
ALL_VERSIONS=1.1.0 1.2.0 1.3.0 1.4.0 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 2.0.0 2.1.0 2.2.0 2.3.0 2.4.0 2.5.0 2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.7.0
ALL_VERSIONS=1.1.0 1.2.0 1.3.0 1.4.0 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 2.0.0 2.1.0 2.2.0 2.3.0 2.4.0 2.5.0 2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.7.0 2.8.0
# Variants supported for each version
ALL_VARIANTS=default alpine
# All pairs of versions-variants. `default` will not appear in the tag for the rest an `-variant` will be added
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![latest 2.7.0](https://img.shields.io/badge/latest-2.7.0-blue.svg?style=flat) ![License MIT](https://img.shields.io/badge/license-APACHE-blue.svg) [![Build Status](https://travis-ci.org/vromero/activemq-artemis-docker.svg?branch=master)](https://travis-ci.org/vromero/activemq-artemis-docker) [![](https://img.shields.io/docker/stars/vromero/activemq-artemis.svg)](https://hub.docker.com/r/vromero/activemq-artemis 'DockerHub') [![](https://img.shields.io/docker/pulls/vromero/activemq-artemis.svg)](https://hub.docker.com/r/vromero/activemq-artemis 'DockerHub') [![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/vromero)
![latest 2.8.0](https://img.shields.io/badge/latest-2.8.0-blue.svg?style=flat) ![License MIT](https://img.shields.io/badge/license-APACHE-blue.svg) [![Build Status](https://travis-ci.org/vromero/activemq-artemis-docker.svg?branch=master)](https://travis-ci.org/vromero/activemq-artemis-docker) [![](https://img.shields.io/docker/stars/vromero/activemq-artemis.svg)](https://hub.docker.com/r/vromero/activemq-artemis 'DockerHub') [![](https://img.shields.io/docker/pulls/vromero/activemq-artemis.svg)](https://hub.docker.com/r/vromero/activemq-artemis 'DockerHub') [![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/vromero)

## 1. What is ActiveMQ Artemis?

Expand All @@ -11,6 +11,7 @@
| Debian Based | Alpine Based |
|--------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| [`latest`](https://raw.githubusercontent.com/vromero/activemq-artemis-docker/master/src/Dockerfile) | [`latest-alpine`](https://raw.githubusercontent.com/vromero/activemq-artemis-docker/master/src/Dockerfile.alpine) |
| [`2.8.0`](https://raw.githubusercontent.com/vromero/activemq-artemis-docker/master/src/Dockerfile) | [`2.8.0-alpine`](https://raw.githubusercontent.com/vromero/
| [`2.7.0`](https://raw.githubusercontent.com/vromero/activemq-artemis-docker/master/src/Dockerfile) | [`2.7.0-alpine`](https://raw.githubusercontent.com/vromero/activemq-artemis-docker/master/src/Dockerfile.alpine) |
| [`2.6.4`](https://raw.githubusercontent.com/vromero/activemq-artemis-docker/master/src/Dockerfile) | [`2.6.4-alpine`](https://raw.githubusercontent.com/vromero/activemq-artemis-docker/master/src/Dockerfile.alpine) |
| [`2.6.3`](https://raw.githubusercontent.com/vromero/activemq-artemis-docker/master/src/Dockerfile) | [`2.6.3-alpine`](https://raw.githubusercontent.com/vromero/activemq-artemis-docker/master/src/Dockerfile.alpine) |
Expand Down

0 comments on commit 90beb83

Please sign in to comment.