Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Commit 5e429f1

Browse files
kewegnerchilanti
authored andcommitted
Image name change to init-controller (#50)
* temporary key change * reverted key * change image name and remove script file * image name changes CMD added
1 parent becc927 commit 5e429f1

4 files changed

Lines changed: 7 additions & 37 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ deploy:
3939
on:
4040
tags: true
4141
repo: appsody/controller
42-
42+

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM busybox
2-
COPY ./setController.sh /setController.sh
2+
33
COPY ./package/appsody-controller /appsody-controller
4-
RUN chmod +x /setController.sh /appsody-controller
5-
WORKDIR /
4+
RUN chmod +x /appsody-controller
5+
WORKDIR /
6+
CMD ["cp","/appsody-controller","/.appsody/appsody-controller"]

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
set -e
55
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
6-
docker build -t $DOCKER_ORG/appsody-controller:$TRAVIS_TAG -t $DOCKER_ORG/appsody-controller:latest .
7-
docker push $DOCKER_ORG/appsody-controller
6+
docker build -t $DOCKER_ORG/init-controller:$TRAVIS_TAG -t $DOCKER_ORG/init-controller:latest .
7+
docker push $DOCKER_ORG/init-controller

setController.sh

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)