Skip to content

Commit

Permalink
version update, minor actions/docker updates
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Feb 26, 2024
1 parent e3ee8b0 commit 91d4f5c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: zowe-actions/shared-actions/prepare-workflow@main

- name: '[Prep 5] Setup Node'
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16

Expand Down
13 changes: 7 additions & 6 deletions container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id: org.zowe.explorer-uss
# Component version is defined in gradle.properties for Gradle project
# Human readable component name
title: USS Explorer
version: 2.0.7
version: 2.0.9
# Human readable component description
description: IBM z/OS Unix Files UI service
license: EPL-2.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "explorer-uss",
"version": "2.0.8",
"version": "2.0.9",
"types": "module",
"directories": {
"test": "tests"
Expand Down

0 comments on commit 91d4f5c

Please sign in to comment.