mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-05 12:44:54 +01:00
Issue 205 - renamed io.openshift.sti.* label to shorter io.s2i.*
This commit is contained in:
@@ -12,4 +12,4 @@ ADD scripts/.sti/bin/run /tmp/scripts/
|
||||
ADD scripts/.sti/bin/assemble /tmp/scripts/
|
||||
|
||||
# Scripts are already in the image and this is their location
|
||||
LABEL io.openshift.sti.scripts-url=image:///tmp/scripts/
|
||||
LABEL io.s2i.scripts-url=image:///tmp/scripts/
|
||||
|
||||
@@ -11,4 +11,4 @@ WORKDIR /
|
||||
ADD scripts/.sti/bin/ /tmp/scripts/
|
||||
|
||||
# Scripts are already in the image and this is their location
|
||||
LABEL io.openshift.sti.scripts-url=image:///tmp/scripts/
|
||||
LABEL io.s2i.scripts-url=image:///tmp/scripts/
|
||||
|
||||
@@ -12,4 +12,4 @@ WORKDIR /
|
||||
#
|
||||
# Port 23456 must match the port used in the http server in STI's
|
||||
# integration_test.go
|
||||
LABEL io.openshift.sti.scripts-url=http://127.0.0.1:23456/.sti/bin
|
||||
LABEL io.s2i.scripts-url=http://127.0.0.1:23456/.sti/bin
|
||||
|
||||
Reference in New Issue
Block a user