-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version update, minor actions/docker updates
Signed-off-by: MarkAckert <[email protected]>
- Loading branch information
1 parent
e3ee8b0
commit 91d4f5c
Showing
4 changed files
with
10 additions
and
9 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 |
---|---|---|
|
@@ -17,12 +17,12 @@ FROM zowe-docker-release.jfrog.io/ompzowe/base-node:${ZOWE_BASE_IMAGE} AS builde | |
################################## | ||
# labels | ||
LABEL name="USS Explorer" \ | ||
maintainer="[email protected]" \ | ||
vendor="Zowe" \ | ||
version="0.0.0" \ | ||
release="0" \ | ||
summary="IBM z/OS Unix Files UI service" \ | ||
description="This Zowe UI component can display unix files on z/OS" | ||
maintainer="[email protected]" \ | ||
vendor="Zowe" \ | ||
version="0.0.0" \ | ||
release="0" \ | ||
summary="IBM z/OS Unix Files UI service" \ | ||
description="This Zowe UI component can display unix files on z/OS" | ||
|
||
################################## | ||
# switch context | ||
|
@@ -37,6 +37,7 @@ COPY --chown=zowe:zowe component . | |
# build component | ||
# pretty same as .pax/prepare-workspace.sh. any way we can merge? | ||
RUN npm ci --no-audit --ignore-scripts \ | ||
&& npm install -g [email protected] \ | ||
&& npm run prod \ | ||
&& mkdir -p final/web \ | ||
&& cp README.md final \ | ||
|
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