Skip to content

Commit

Permalink
chore: bump podman version 4.9.2
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo Lorenzo <ariobolo@redhat.com>
  • Loading branch information
adrianriobo committed Feb 5, 2024
1 parent 47a45c7 commit 9bfbb71
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PODMAN_VERSION ?= 4.9.1
PODMAN_VERSION ?= 4.9.2
CONTAINER_MANAGER ?= podman

# Image URL to use all building/pushing image targets
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ podman run --rm -it --name podman-backend-e2e \
VERSION=4.8.2

git fetch upstream
git branch -D custom
git checkout -b custom v${VERSION}
git checkout podman-backend-e2e
commit=$(git log -n 1 | grep commit | awk '{ print $2 }')
Expand Down
2 changes: 1 addition & 1 deletion oci/Containerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

FROM docker.io/library/golang:1.18-alpine as builder

ARG PODMAN_VERSION=4.9.1
ARG PODMAN_VERSION=4.9.2
ARG OS
ARG ARCH

Expand Down
6 changes: 3 additions & 3 deletions tkn/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Task
metadata:
name: podman-backend-e2e
labels:
app.kubernetes.io/version: "4.9.1"
app.kubernetes.io/version: "4.9.2"
redhat.com/product: podman-backend
dev.lifecycle.io/phase: testing
annotations:
Expand Down Expand Up @@ -43,7 +43,7 @@ spec:
# Podman params
- name: podman-version
description: podman version to be tested
default: '4.9.1'
default: '4.9.2'
- name: podman-backend
description: |
backend providing podman functionality. Allowed values:
Expand Down Expand Up @@ -96,7 +96,7 @@ spec:

steps:
- name: e2e
image: quay.io/rhqp/podman-backend-e2e:v4.9.1-$(params.os)-$(params.arch)
image: quay.io/rhqp/podman-backend-e2e:v4.9.2-$(params.os)-$(params.arch)
imagePullPolicy: Always
script: |
#!/bin/bash
Expand Down

0 comments on commit 9bfbb71

Please sign in to comment.