Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion 3.12-minimal/Dockerfile.rhel10
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ LABEL summary="$SUMMARY" \
io.openshift.tags="builder,python,python312,python-312,rh-python312" \
com.redhat.component="python-312-container" \
name="ubi10/python-312-minimal" \
version="1" \
usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.12-minimal/test/setup-test-app/ ubi10/python-312-minimal python-sample-app" \
com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" \
io.buildpacks.stack.id="com.redhat.stacks.ubi10-python-312-minimal" \
Expand Down
4 changes: 4 additions & 0 deletions src/Dockerfile-minimal.template
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ LABEL summary="$SUMMARY" \
io.openshift.tags="builder,python,python{{ spec.short_ver }},python-{{ spec.short_ver }},rh-python{{ spec.short_ver }}" \
com.redhat.component="python-{{ spec.short_ver }}-container" \
name="{{ spec.org }}/python-{{ spec.short_ver }}-minimal{% if spec.org == "sclorg" %}-{{ spec.prod }}{% endif %}" \
{% if not (config.os.id == "rhel" and spec.prod == "rhel10") %}
version="1" \
{% elif spec.org in ["fedora", "sclorg"] %}
version="1" \
{% endif %}
usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir={{ spec.version }}-minimal/test/setup-test-app/ ubi{{ spec.el_version }}/python-{{ spec.short_ver }}-minimal python-sample-app" \
com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" \
io.buildpacks.stack.id="com.redhat.stacks.ubi{{ spec.el_version }}-python-{{ spec.short_ver }}-minimal" \
Expand Down