Skip to content

Commit 70db8b4

Browse files
mclasmeierMoritz Clasmeier
andauthored
Bump roxie to v0.2.0 (#250)
Co-authored-by: Moritz Clasmeier <mclasmeier@redhat.com>
1 parent 16ea8f7 commit 70db8b4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

images/stackrox-test.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# binaries and images. Builds upon stackrox-build.Dockerfile.
33

44
ARG BASE_TAG
5-
ARG ROXIE_VERSION=0.1.2
6-
ARG ROXIE_CHECKSUM=sha256:808acf790369f3cb5744c5c03a4f97e2c57e8e752ae2bce952515bed3fdfd00d
5+
ARG ROXIE_VERSION=0.2.0
6+
ARG ROXIE_CHECKSUM=sha256:51b2351fad3f6fcd2c211fe3d532f755a33abe6d5e3c394ad9606abf48ee3519
77
FROM quay.io/rhacs-eng/roxie:v${ROXIE_VERSION}@${ROXIE_CHECKSUM} AS roxie-installer
88

99
FROM quay.io/stackrox-io/apollo-ci:${BASE_TAG} as base

images/stackrox-ui-test.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Provides the tooling required run UI tests against the StackRox images.
22

3-
ARG ROXIE_VERSION=0.1.2
4-
ARG ROXIE_CHECKSUM=sha256:808acf790369f3cb5744c5c03a4f97e2c57e8e752ae2bce952515bed3fdfd00d
3+
ARG ROXIE_VERSION=0.2.0
4+
ARG ROXIE_CHECKSUM=sha256:51b2351fad3f6fcd2c211fe3d532f755a33abe6d5e3c394ad9606abf48ee3519
55
FROM quay.io/rhacs-eng/roxie:v${ROXIE_VERSION}@${ROXIE_CHECKSUM} AS roxie-installer
66

77
FROM quay.io/centos/centos:stream9

0 commit comments

Comments
 (0)