Skip to content

Commit

Permalink
Merge pull request #178 from fescobar/beta
Browse files Browse the repository at this point in the history
Updating to Allure 2.17.2 - Security Update
  • Loading branch information
fescobar authored Dec 14, 2021
2 parents 53ae61a + 9857bae commit cabe873
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
DOCKER_IMAGE: frankescobar/allure-docker-service
ALLURE_RELEASE: 2.17.1
ALLURE_RELEASE: 2.17.2
QEMU_VERSION: v4.0.0
DOCKER_CLI_EXPERIMENTAL: enabled

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ The following table shows the provided Manifest Lists.

| **Tag** | **allure-docker-service Base Image** |
|----------------------------------------|---------------------------------------------------|
| latest, 2.17.1 | frankescobar/allure-docker-service:2.17.1-amd64 |
| | frankescobar/allure-docker-service:2.17.1-arm32v7 |
| | frankescobar/allure-docker-service:2.17.1-arm64v8 |
| latest, 2.17.2 | frankescobar/allure-docker-service:2.17.2-amd64 |
| | frankescobar/allure-docker-service:2.17.2-arm32v7 |
| | frankescobar/allure-docker-service:2.17.2-arm64v8 |

## USAGE
### Generate Allure Results
Expand Down Expand Up @@ -720,7 +720,7 @@ You can switch the version container using `frankescobar/allure-docker-service:$
Docker Compose example:
```sh
allure:
image: "frankescobar/allure-docker-service:2.17.1"
image: "frankescobar/allure-docker-service:2.17.2"
```
or using latest version:
Expand Down Expand Up @@ -1390,7 +1390,7 @@ docker-compose -f docker-compose-dev.yml up --build
```
### Build image
```sh
docker build -t allure-release -f docker-custom/Dockerfile.bionic-custom --build-arg ALLURE_RELEASE=2.17.1 .
docker build -t allure-release -f docker-custom/Dockerfile.bionic-custom --build-arg ALLURE_RELEASE=2.17.2 .
```
### Run container
```sh
Expand Down Expand Up @@ -1441,5 +1441,5 @@ docker run -d -p 5050:5050 frankescobar/allure-docker-service
```
### Download specific tagged image registered (Example)
```sh
docker run -d -p 5050:5050 frankescobar/allure-docker-service:2.17.1
docker run -d -p 5050:5050 frankescobar/allure-docker-service:2.17.2
```
2 changes: 1 addition & 1 deletion deprecated/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ language: bash

env:
global:
- ALLURE_RELEASE=2.17.1
- ALLURE_RELEASE=2.17.X
- TARGET=frankescobar/allure-docker-service
- QEMU_VERSION=v4.0.0
matrix:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
context: ../allure-docker-service
dockerfile: docker-custom/Dockerfile.bionic-custom
args:
ALLURE_RELEASE: "2.17.1"
ALLURE_RELEASE: "2.17.2"
environment:
DEV_MODE: 0
CHECK_RESULTS_EVERY_SECONDS: NONE
Expand Down
4 changes: 2 additions & 2 deletions docker-custom/Dockerfile.bionic-custom
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG ARCH=amd64
ARG JDK=adoptopenjdk:11-jre-openj9-bionic
ARG BUILD_DATE
ARG BUILD_VERSION=2.17.1-custom
ARG BUILD_VERSION=2.17.2-custom
ARG BUILD_REF=na
ARG ALLURE_RELEASE=2.17.1
ARG ALLURE_RELEASE=2.17.2
ARG ALLURE_REPO=https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline
ARG UID=1000
ARG GID=1000
Expand Down

0 comments on commit cabe873

Please sign in to comment.