Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update registry.access.redhat.com/ubi9/python-39 docker tag to v9 #517

Closed
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
2 changes: 1 addition & 1 deletion stacks/python-django/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ starterProjects:
components:
- name: py-web
container:
image: registry.access.redhat.com/ubi9/python-39:1-1731645406
image: registry.access.redhat.com/ubi9/python-39:9.5-1733173511
args: ["tail", "-f", "/dev/null"]
mountSources: true
endpoints:
Expand Down
2 changes: 1 addition & 1 deletion stacks/python/2.1.0/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ starterProjects:
components:
- name: py
container:
image: registry.access.redhat.com/ubi9/python-39:1-1731645406
image: registry.access.redhat.com/ubi9/python-39:9.5-1733173511
args: ['tail', '-f', '/dev/null']
mountSources: true
endpoints:
Expand Down
2 changes: 1 addition & 1 deletion stacks/python/2.2.0/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ starterProjects:
components:
- name: py
container:
image: registry.access.redhat.com/ubi9/python-39:1-1731645406
image: registry.access.redhat.com/ubi9/python-39:9.5-1733173511
args: ['tail', '-f', '/dev/null']
mountSources: true
endpoints:
Expand Down
2 changes: 1 addition & 1 deletion stacks/python/3.0.0/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ starterProjects:
components:
- name: py
container:
image: registry.access.redhat.com/ubi9/python-39:1-1731645406
image: registry.access.redhat.com/ubi9/python-39:9.5-1733173511
args: ['tail', '-f', '/dev/null']
mountSources: true
endpoints:
Expand Down
2 changes: 1 addition & 1 deletion stacks/python/3.1.0/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ starterProjects:
components:
- name: py
container:
image: registry.access.redhat.com/ubi9/python-39:1-1731645406
image: registry.access.redhat.com/ubi9/python-39:9.5-1733173511
args: ['tail', '-f', '/dev/null']
mountSources: true
endpoints:
Expand Down
Loading