diff --git a/python3.11/CHANGELOG.md b/python3.11/CHANGELOG.md index c13f8f2..e1f94dc 100644 --- a/python3.11/CHANGELOG.md +++ b/python3.11/CHANGELOG.md @@ -9,6 +9,18 @@ - [pypi ibm-watson](https://pypi.org/project/ibm-watson/) - [github ibm-watson](https://github.com/watson-developer-cloud/python-sdk) +# 1.4.1 +Changes: + - Bump to newer parent image (vulnerability fixes) 1389697 + +Python version: + - [3.11.8](https://www.python.org/downloads/release/python-3118/) + +Python packages: + - The file [requirements.txt](requirements.txt) lists the packages we guarantee to be included in this runtime.
+ Ensure that you only use packages mentioned there.
+ Other python 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. + # 1.4.0 Changes: - Bump to newer parent image (vulnerability fixes) c0a1e6d diff --git a/python3.11/Dockerfile b/python3.11/Dockerfile index 6987eec..2b7993a 100644 --- a/python3.11/Dockerfile +++ b/python3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM openwhisk/action-python-v3.11:c0a1e6d +FROM openwhisk/action-python-v3.11:1389697 COPY requirements.txt requirements.txt diff --git a/tools/travis/test.sh b/tools/travis/test.sh index 6338855..dab84b3 100755 --- a/tools/travis/test.sh +++ b/tools/travis/test.sh @@ -1,5 +1,20 @@ #!/bin/bash -set -ex +set -eEx +trap "onError" ERR + + +function onError() { + + printf "Error in line $(caller)\n" + set -x + # When the script ends due to an error we dump the + # controller and invoker log to the output. This my help to + # analyze the error. + cat /tmp/wsklogs/invoker0/invoker0_logs.log || true + cat /tmp/wsklogs/controller0/controller0_logs.log || true + +} + # Build script for Travis-CI. 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