Skip to content

Commit

Permalink
Use openshift imagestreams instead
Browse files Browse the repository at this point in the history
  • Loading branch information
praveen4g0 committed Feb 2, 2021
1 parent 44d9be6 commit de103ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Using official python runtime base image
FROM registry.access.redhat.com/ubi8/python-38
FROM image-registry.openshift-image-registry.svc:5000/openshift/python:latest

# Install our requirements.txt
ADD requirements.txt /opt/app-root/src/requirements.txt
Expand Down

0 comments on commit de103ad

Please sign in to comment.