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

Commit 909ac9f

Browse files
authored
Update Docker baseimage tag (#256)
* Update Docker baseimage tag Update from: 59dd01a -> 21de03c * add packages info * Info test ansible version * Info test ansible version and python * fix github action * check for installed pythons * use python 3.9 * clean
1 parent 2395db0 commit 909ac9f

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
- name: Check out the repo
2323
uses: actions/checkout@v2
2424

25+
- uses: actions/setup-python@v4
26+
with:
27+
python-version: '3.9'
28+
2529
- name: befor install
2630
run: sudo update-ca-certificates --fresh && ./tools/travis/setup.sh
2731

nodejs16/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,23 @@
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.3
11+
Changes:
12+
- Update base image to latest Tag 21de03c
13+
14+
NodeJS version:
15+
- v16.18.1
16+
17+
NodeJS packages:
18+
- The file [package.json](package.json) lists the packages we guarantee to be included in this runtime.
19+
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.
20+
1021
# 1.0.2
1122
Changes:
1223
- Update base image to latest Tag 59dd01a
1324

1425
NodeJS version:
15-
- 16.19.0
26+
- v16.17.1
1627

1728
# 1.0.1
1829
Changes:

nodejs16/Dockerfile

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

2-
FROM openwhisk/action-nodejs-v16:59dd01a
2+
FROM openwhisk/action-nodejs-v16:21de03c
33

44
COPY ./package.json /
55

tools/travis/deploy.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ export OPENWHISK_HOME=$WHISKDIR
1111

1212
IMAGE_PREFIX="testing"
1313

14-
15-
1614
# Setup Ansible CMD
1715
cd $WHISKDIR/ansible
1816
ANSIBLE_CMD="ansible-playbook -i ${ROOTDIR}/ansible/environments/local -e docker_image_prefix=${IMAGE_PREFIX}"

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