1
0
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:
Maciej Szulik
2015-05-29 13:51:42 +02:00
parent bd57bafeb4
commit fbfcc2cd88
10 changed files with 43 additions and 28 deletions

View File

@@ -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/

View File

@@ -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/

View File

@@ -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