This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Image name change to init-controller (#50)
* temporary key change * reverted key * change image name and remove script file * image name changes CMD added
- Loading branch information
Showing
4 changed files
with
7 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,4 +39,4 @@ deploy: | |
on: | ||
tags: true | ||
repo: appsody/controller | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.