File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ SHELL := /bin/bash
22
33DATE ?= $(shell date --utc +% Y% m% d% H% M)
44SHA ?= $(shell git rev-parse --short HEAD)
5- VERSION ?= 0.2.2
5+ VERSION ?= 0.2.3
66REGISTRY ?= quay.io
77ORG ?= rh-nfv-int
88CONTAINER_CLI ?= podman
Original file line number Diff line number Diff line change 22
33set -e
44
5- TAG=${TAG:- " v0.2.2 " }
5+ TAG=${TAG:- " v0.2.3 " }
66
77CLI=${CLI:= " podman" }
88ORG=${ORG:= " rh-nfv-int" }
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ FROM quay.io/rh-nfv-int/ubi9-base-grout:v0.0.1
1212LABEL name="NFV Example CNF Grout Application" \
1313 maintainer="telcoci" \
1414 vendor="fredco" \
15- version="v0.2.2 " \
16- release="v0.2.2 " \
15+ version="v0.2.3 " \
16+ release="v0.2.3 " \
1717 summary="An example CNF for platform validation" \
1818 description="An example CNF for platform validation"
1919
2020COPY licenses /licenses
2121
22- ENV GROUT_VER v0.13.0
22+ ENV GROUT_VER v0.14.1
2323ENV GROUT_RPM https://github.com/DPDK/grout/releases/download/${GROUT_VER}/grout.x86_64.rpm
2424
2525# check latest release from https://github.com/DPDK/grout/releases
You can’t perform that action at this time.
0 commit comments