Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit a498a4b

Browse files
authored
Update Base image 28ac4c0 (#266)
* Update Base image 28ac4c0 - Update Openwhisk Base image to 28ac4c0 - adds Ability to disable or enable the npm install during init * add missing tag
1 parent d5111f2 commit a498a4b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

nodejs16/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
- Mongodb drivers have been upgraded to version 4 please check the [Upgrade Guide](https://github.com/mongodb/node-mongodb-native/blob/HEAD/docs/CHANGES_4.0.0.md)
88
- The `redis` package has been updated to version 4 please check the [Migration Guide](https://github.com/redis/node-redis/blob/HEAD/docs/v3-to-v4.md)
99

10+
# 1.0.6
11+
Changes:
12+
- Update base image to latest Openwhisk Tag 28ac4c0
13+
14+
NodeJS version:
15+
- v16.20.0
16+
17+
NPM version:
18+
- v8.19.4
19+
20+
NodeJS packages:
21+
- The file [package.json](package.json) lists the packages we guarantee to be included in this runtime.
22+
Ensure that you only use packages mentioned there. Other nodejs packages might be part of this runtime, but only due to indirect dependencies of the above listed packages. These indirectly included packages are candidates to be removed at any time in case they are not required by the referring package anymore.
23+
1024
# 1.0.5
1125
Changes:
1226
- Update base image to latest Openwhisk Tag 577ccbb

nodejs16/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM openwhisk/action-nodejs-v16:577ccbb
2+
FROM openwhisk/action-nodejs-v16:28ac4c0
33

44
COPY ./package.json /
55

@@ -41,4 +41,6 @@ RUN apt-get update \
4141
# Show full list of installed modules.
4242
&& echo "npm list:" && echo "$(cd / && npm list)"
4343

44+
ENV OW_ENABLE_INIT_INSTALL=false
45+
4446
COPY iam-client/iam-openwhisk-main.js /node_modules/openwhisk/lib/

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy