-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to deploy maven galasa in release pipeline
Signed-off-by: Jade Carino <jade.carino@ibm.com>
- Loading branch information
1 parent
302f1a3
commit 6d29c3e
Showing
6 changed files
with
18 additions
and
29 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
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,7 +1,13 @@ | ||
ARG dockerRepository | ||
ARG tag | ||
FROM ${dockerRepository}/galasadev/galasabld:main AS buildutils | ||
|
||
FROM ${dockerRepository}/galasadev/galasa-managers:${tag} | ||
|
||
# RUN apt update && apt install -y ca-certificates && rm -rf /var/lib/apt/lists/* | ||
|
||
COPY repo/ /usr/local/apache2/htdocs/ | ||
COPY obr.githash /usr/local/apache2/htdocs/obr.githash | ||
|
||
COPY obr.githash /usr/local/apache2/htdocs/obr.githash | ||
COPY --from=buildutils /usr/local/apache2/htdocs/galasabld-linux-amd64 /usr/local/apache2/htdocs/galasabld | ||
RUN chmod +x /usr/local/apache2/htdocs/galasabld |
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 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 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 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