We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3074688 commit 8591073Copy full SHA for 8591073
agent/containers/images/Dockerfile.base.j2
@@ -12,8 +12,7 @@ COPY ./{{ pbench_repo_file }} /etc/yum.repos.d/pbench.repo
12
# ... and finally, ensure the proper pbench-agent environment variables are set up.
13
RUN \
14
{% if is_centos_8 %}
15
- {{ pkgmgr }} module -y enable python36 && \
16
- {{ pkgmgr }} module -y disable python38 && \
+ {{ pkgmgr }} module -y enable python39 && \
17
{% endif %}
18
{% if image_name == 'centos' %}
19
{{ pkgmgr }} install -y --setopt=tsflags=nodocs https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ image_rev }}.noarch.rpm && \
0 commit comments