mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 12:32:50 +08:00
Rebase Noggin on Python 3.9 in staging
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -21,9 +21,14 @@ spec:
|
||||
type: Source
|
||||
sourceStrategy:
|
||||
from:
|
||||
{% if env == "staging" %}
|
||||
kind: DockerImage
|
||||
name: registry.access.redhat.com/ubi8/python-39
|
||||
{% else %}
|
||||
kind: ImageStreamTag
|
||||
name: python:3.6
|
||||
namespace: openshift
|
||||
{% endif %}
|
||||
output:
|
||||
to:
|
||||
kind: ImageStreamTag
|
||||
|
||||
Reference in New Issue
Block a user