forked from opserver/Opserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ASCN-400] Setup CNAB v2 for OpServer (#21)
* Setup CNAB v2 * Actually tag the correct image * Some cleanup * Add bash wrapper for Octopus * Revert whitespace changes * Include Invoke-CNAB changes * We don't actually need this * Rename run.ps1 to run and fix issues * And add the wrapper script back * Set permissions * Remove unused file * Move script changes to base image * Update to latest and use the bash file * Switch release creation to tenants * Swtich to image on main
- Loading branch information
1 parent
f28cddb
commit adf46fa
Showing
7 changed files
with
89 additions
and
120 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
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 was deleted.
Oops, something went wrong.
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,9 @@ | ||
FROM cr.stackoverflow.software/so-pubplat-cnab:2024.10.16.174409-276.1@sha256:36cf26cd2d2ea251ce46edcc966174ab1ed95ccf2818cdc763ba58a384328177 | ||
FROM cr.stackoverflow.software/so-pubplat-cnab:2025.1.7.92116@sha256:e1c7397eaa8b5d6b11db49b1150290782675b3dfae2b886770e5a2048b2fa745 | ||
|
||
COPY ./cnab/app /cnab/app | ||
COPY ./charts /cnab/app/charts | ||
RUN chmod 755 /cnab/app/run.ps1 | ||
|
||
CMD ["/cnab/app/run.ps1"] | ||
ARG BUNDLE_VERSION | ||
ENV BUNDLE_VERSION=${BUNDLE_VERSION} | ||
|
||
CMD ["/cnab/app/run"] |