git -C '/home/opc/rocketa.git' show 13d79e5 -- oci_func/test2/func.yamlcommit 13d79e5dee41987780133ced01b3e3cc2349b1c9
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date: Wed Nov 5 13:17:46 2025 +0900
テストセンター機能実装
diff --git a/oci_func/test2/func.yaml b/oci_func/test2/func.yaml
new file mode 100644
index 0000000..fe69abe
--- /dev/null
+++ b/oci_func/test2/func.yaml
@@ -0,0 +1,8 @@
+schema_version: 20180708
+name: test2
+version: 0.0.1
+runtime: python
+build_image: fnproject/python:3.11-dev
+run_image: fnproject/python:3.11
+entrypoint: /python/bin/fdk /function/func.py handler
+memory: 256