forked from spinnaker/deck
-
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.
Custom patches to deck (v3.14.2) in spinnaker 1.31.3 release
Cherry-picked from 3.13.3: 3.13.3-20240203-patch-4: use native pipeline index for sorting in UI 3.13.3-20240131-patch-2: add copy to clipboard to images in the execution artifacts tab 3.13.3-20240131-patch-1: add copy to clipboard to images in the cluster view 3.13.3-20240131-patch-1: add copy to clipboard to artifacts shown in pod information pane 3.13.3-20240131-patch-1: add copy to clipboard to artifacts shown in deployment information pane 3.13.3-20240131-patch-1: add copy to clipboard to artifacts in pipeline status 3.12.3-20240130-patch-2: beautify how the new artifact item looks 3.12.3-20240130-patch-1: apply our patches to show docker image name in the pipeline status suitable for copy/pasting 3.12.3-20230912-patch-1: apply our patches to show services dns names in UI
- Loading branch information
1 parent
9c850c3
commit ab57406
Showing
18 changed files
with
165 additions
and
52 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 |
---|---|---|
|
@@ -41,3 +41,4 @@ test/functional/cypress/screenshots/**/* | |
|
||
# vite local files | ||
**/.env.local | ||
settings-my.js |
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 |
---|---|---|
|
@@ -2,11 +2,11 @@ FROM debian:stable-slim | |
LABEL maintainer="[email protected]" | ||
|
||
WORKDIR /opt/deck | ||
COPY docker /opt/deck/docker | ||
RUN chown www-data:www-data . | ||
COPY --chown=www-data:www-data docker /opt/deck/docker | ||
RUN docker/setup-apache2.sh | ||
|
||
COPY build/webpack /opt/deck/html | ||
RUN chown -R www-data:www-data /opt/deck | ||
COPY --chown=www-data:www-data build/webpack /opt/deck/html | ||
USER www-data | ||
|
||
CMD docker/run-apache2.sh |
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 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 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
Oops, something went wrong.