Skip to content

Commit 9857bae

Browse files
committed
Updating to Allure 2.17.2 - Security Update
1 parent 9bc928d commit 9857bae

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
env:
1414
DOCKER_IMAGE: frankescobar/allure-docker-service
15-
ALLURE_RELEASE: 2.17.1
15+
ALLURE_RELEASE: 2.17.2
1616
QEMU_VERSION: v4.0.0
1717
DOCKER_CLI_EXPERIMENTAL: enabled
1818

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ The following table shows the provided Manifest Lists.
9999

100100
| **Tag** | **allure-docker-service Base Image** |
101101
|----------------------------------------|---------------------------------------------------|
102-
| latest, 2.17.1 | frankescobar/allure-docker-service:2.17.1-amd64 |
103-
| | frankescobar/allure-docker-service:2.17.1-arm32v7 |
104-
| | frankescobar/allure-docker-service:2.17.1-arm64v8 |
102+
| latest, 2.17.2 | frankescobar/allure-docker-service:2.17.2-amd64 |
103+
| | frankescobar/allure-docker-service:2.17.2-arm32v7 |
104+
| | frankescobar/allure-docker-service:2.17.2-arm64v8 |
105105

106106
## USAGE
107107
### Generate Allure Results
@@ -720,7 +720,7 @@ You can switch the version container using `frankescobar/allure-docker-service:$
720720
Docker Compose example:
721721
```sh
722722
allure:
723-
image: "frankescobar/allure-docker-service:2.17.1"
723+
image: "frankescobar/allure-docker-service:2.17.2"
724724
```
725725
or using latest version:
726726

@@ -1390,7 +1390,7 @@ docker-compose -f docker-compose-dev.yml up --build
13901390
```
13911391
### Build image
13921392
```sh
1393-
docker build -t allure-release -f docker-custom/Dockerfile.bionic-custom --build-arg ALLURE_RELEASE=2.17.1 .
1393+
docker build -t allure-release -f docker-custom/Dockerfile.bionic-custom --build-arg ALLURE_RELEASE=2.17.2 .
13941394
```
13951395
### Run container
13961396
```sh
@@ -1441,5 +1441,5 @@ docker run -d -p 5050:5050 frankescobar/allure-docker-service
14411441
```
14421442
### Download specific tagged image registered (Example)
14431443
```sh
1444-
docker run -d -p 5050:5050 frankescobar/allure-docker-service:2.17.1
1444+
docker run -d -p 5050:5050 frankescobar/allure-docker-service:2.17.2
14451445
```

deprecated/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ language: bash
88

99
env:
1010
global:
11-
- ALLURE_RELEASE=2.17.1
11+
- ALLURE_RELEASE=2.17.X
1212
- TARGET=frankescobar/allure-docker-service
1313
- QEMU_VERSION=v4.0.0
1414
matrix:

docker-compose-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
context: ../allure-docker-service
1111
dockerfile: docker-custom/Dockerfile.bionic-custom
1212
args:
13-
ALLURE_RELEASE: "2.17.1"
13+
ALLURE_RELEASE: "2.17.2"
1414
environment:
1515
DEV_MODE: 0
1616
CHECK_RESULTS_EVERY_SECONDS: NONE

docker-custom/Dockerfile.bionic-custom

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ARG ARCH=amd64
22
ARG JDK=adoptopenjdk:11-jre-openj9-bionic
33
ARG BUILD_DATE
4-
ARG BUILD_VERSION=2.17.1-custom
4+
ARG BUILD_VERSION=2.17.2-custom
55
ARG BUILD_REF=na
6-
ARG ALLURE_RELEASE=2.17.1
6+
ARG ALLURE_RELEASE=2.17.2
77
ARG ALLURE_REPO=https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline
88
ARG UID=1000
99
ARG GID=1000

0 commit comments

Comments
 (0)