Ace Nassri
Ace Nassri
[Node](https://github.com/GoogleCloudPlatform/cloud-code-samples/pull/1103) and [Python](https://github.com/GoogleCloudPlatform/cloud-code-samples/pull/1105) have since been moved over to Alpine. (Go was [not moved](https://github.com/GoogleCloudPlatform/cloud-code-samples/pull/1106) due to test failures.) @jonjohnsonjr does that address your concerns here?
#101 may help here
Pinged @kelsk who said this is good to close.
**N.B:** some of our images (everything except Java and Golang) have been moved to Alpine linux for performance reasons. This might be worth trying for Java and Golang _at some...
@jonjohnsonjr `distroless` Java images don't seem to support ARM, which is [required for GKE](https://github.com/GoogleCloudPlatform/cloud-code-samples/pull/1104#issuecomment-1214058585). Is that something y'all plan to add? If not, do you mind if I close this...
@grayside @bshaffer these seem like "nice-to-haves" that the Serverless team isn't staffed for. Can we close this issue? cc @iennae
Looks like #1269 fixed the last point (`assertStringContainsString`)
RE **point 2** - do we want to use the [`php-tools` repo](https://github.com/GoogleCloudPlatform/php-tools) in public facing samples? (Namely, sample tests that show users how to _test_ their PHP Cloud Functions.) (The...
@grayside ping? 🙂
It looks like [this](https://github.com/googleapis/python-logging/pull/551/files) is the offending PR. (It adds an extra logging statement, which breaks our tests.) @daniel-sanche which option is better here? 1) Update these samples to pass...