You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2022/05/27 13:34:41 UTC

[openwhisk-release] branch master updated: update runtime lists (#407)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-release.git


The following commit(s) were added to refs/heads/master by this push:
     new c3e93cd  update runtime lists (#407)
c3e93cd is described below

commit c3e93cde6bfe10015925ea0fd7073ac3d7db217c
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri May 27 09:34:37 2022 -0400

    update runtime lists (#407)
---
 docs/release_instructions.md | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/docs/release_instructions.md b/docs/release_instructions.md
index 5b089ee..6aa4f26 100644
--- a/docs/release_instructions.md
+++ b/docs/release_instructions.md
@@ -385,7 +385,6 @@ To support reproducible builds, we always use a fixed-tag (and almost always a r
 The current list of "actionloop" based Dockerfiles is:
 
 - openwhisk-runtime-java/core/java8actionloop/Dockerfile
-- openwhisk-runtime-php/core/php7.3Action/Dockerfile
 - openwhisk-runtime-php/core/php7.4Action/Dockerfile
 - openwhisk-runtime-php/core/php8.0Action/Dockerfile
 - openwhisk-runtime-python/core/python36AiAction/Dockerfile
@@ -393,15 +392,12 @@ The current list of "actionloop" based Dockerfiles is:
 - openwhisk-runtime-python/core/python3Action/Dockerfile
 - openwhisk-runtime-ruby/core/ruby2.6ActionLoop/Dockerfile
 - openwhisk-runtime-rust/core/rust1.34/Dockerfile
-- openwhisk-runtime-swift/core/swift42Action/Dockerfile
 - openwhisk-runtime-swift/core/swift51Action/Dockerfile
 - openwhisk-runtime-swift/core/swift53Action/Dockerfile
 - openwhisk-runtime-swift/core/swift54Action/Dockerfile
 
-If you released a new version of `openwhisk-runtime-docker`, then you need to update tag information in the Dockerfiles of `openwhisk-runtime-python`.
-
 To support reproducible builds, we always use a fixed-tag
-(and almost always a release tag) when pulling code from `openwhisk-runtime-docker` into other runtime projects to build their images.
+(and almost always a release tag) when pulling code from `openwhisk-runtime-go` into other runtime projects to build their images.
 
 ### Publishing to npm