Skip to content

Commit

Permalink
fix: use existing container image (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Oct 4, 2020
1 parent ad77020 commit 5b3b76f
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
Expand Up @@ -4,7 +4,7 @@
# s2i base image is updated. In the long run this should get replaced with a toolchain
# that runs docker builds on travis and then pushes them to a registry that allows for
# pushing with an API key or token (like I'm assuming the github registry will allow).
FROM registry.centos.org/centos/python-36-centos7
FROM centos/python-36-centos7
LABEL "io.k8s.display-name"="now-playing" \
"io.openshift.s2i.build.image"="registry.centos.org/centos/python-36-centos7" \
"io.openshift.s2i.build.source-location"="."
Expand Down

0 comments on commit 5b3b76f

Please sign in to comment.