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

Commit

Permalink
Image name change to init-controller (#50)
Browse files Browse the repository at this point in the history
* temporary key change

* reverted key

* change image name and remove script file

* image name changes CMD added
  • Loading branch information
kewegner authored and chilanti committed Nov 8, 2019
1 parent becc927 commit 5e429f1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ deploy:
on:
tags: true
repo: appsody/controller


7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM busybox
COPY ./setController.sh /setController.sh

COPY ./package/appsody-controller /appsody-controller
RUN chmod +x /setController.sh /appsody-controller
WORKDIR /
RUN chmod +x /appsody-controller
WORKDIR /
CMD ["cp","/appsody-controller","/.appsody/appsody-controller"]
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

set -e
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
docker build -t $DOCKER_ORG/appsody-controller:$TRAVIS_TAG -t $DOCKER_ORG/appsody-controller:latest .
docker push $DOCKER_ORG/appsody-controller
docker build -t $DOCKER_ORG/init-controller:$TRAVIS_TAG -t $DOCKER_ORG/init-controller:latest .
docker push $DOCKER_ORG/init-controller
31 changes: 0 additions & 31 deletions setController.sh

This file was deleted.

0 comments on commit 5e429f1

Please sign in to comment.