함수를 최신 상태 및 보안 상태로 유지하려면 지원되는 런타임을 사용하도록 종종 함수를 업데이트하고 다시 배포해야 합니다. Cloud Run Functions의 런타임에는 운영체제, 특정 프로그래밍 언어를 위해 작성된 코드를 빌드하고 실행하는 데 필요한 소프트웨어, 기능을 지원하는 소프트웨어가 포함됩니다. Cloud Run Functions는 선택한 보안 업데이트 정책에 따라 런타임에 업데이트를 적용합니다.
지원 중단 및 사용 중단
구성요소가 더 이상 활발하게 유지관리되지 않으면 Cloud Run Functions가 런타임의 지원을 중단하고 결국 런타임을 제거할 수 있습니다.
지원 중단 날짜 게시, 지원 중단 기간, 사용 중단 날짜라는 3가지 측면이 있습니다.
다음 표에서 지원 중단 날짜는 지원 중단 기간의 시작 날짜이고 사용 중단 날짜는 사용 중단 기간의 시작 날짜를 나타냅니다.
지원 중단 기간에도 일반적으로 계속해서 런타임을 사용하는 새로운 함수를 만들고 기존 함수를 업데이트할 수 있습니다. 이 기간에는 지원 중단된 런타임을 사용하는 함수를 최신 런타임으로 이전해야 합니다.
사용 중단 날짜 이후에는 더 이상 해당 런타임을 사용하는 새로운 함수를 만들거나 기존 함수를 업데이트할 수 없습니다. 함수를 배포하려면 최신 런타임을 선택해야 합니다. 사용 중단된 런타임을 계속해서 사용하는 함수는 사용이 중지될 수 있습니다.
지원 일정
다음은 지원되는 Cloud Run Functions 런타임 및 지원 중단되었거나 사용 중단된 런타임 목록입니다.
출시 버전의 검증 및 안정성에 따라 가용성 및 키 날짜가 지연될 수 있습니다. 지원 중단 또는 사용 중단 날짜가 비어 있으면 단계가 아직 예약되지 않았음을 의미합니다. 이 페이지를 다시 방문하여 최신 정보를 확인하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-08-20(UTC)"],[[["\u003cp\u003eCloud Run functions require periodic updates and redeployment to maintain security and keep functions up-to-date with supported runtimes.\u003c/p\u003e\n"],["\u003cp\u003eRuntimes are subject to deprecation and decommissioning, which includes a deprecation period during which you should migrate to a newer runtime, and a decommission period after which the runtime can no longer be used and functions may be disabled.\u003c/p\u003e\n"],["\u003cp\u003eThe deprecation and decommission dates are provided for each runtime, with the former representing the start of the deprecation period, and the latter the start of the decommission period.\u003c/p\u003e\n"],["\u003cp\u003eBlank deprecation or decommission dates in the tables indicate that the phase has not yet been scheduled, but users should revisit the page to stay informed.\u003c/p\u003e\n"],["\u003cp\u003eThe provided runtime tables are showing Node.js, Python, Go, Java, Ruby, PHP, and .NET Core language runtimes, along with their generation, environment, runtime ID, deprecation, and decommission information.\u003c/p\u003e\n"]]],[],null,["# Runtime Support\n===============\n\nTo keep your functions up-to-date and secure, we occasionally need you to update\nyour functions and re-deploy them to use a supported runtime. Runtimes on\nCloud Run functions include an operating system, software required to build and\nexecute code written for a specific programming language, and software to\nsupport your functions. Cloud Run functions applies updates to runtimes in\naccordance with your selected\n[security update policy](/functions/docs/securing/execution-environment-security#security_update_policy).\n\nDeprecation and Decommissioning\n-------------------------------\n\nWhen a component is no longer actively maintained, Cloud Run functions may\ndeprecate and eventually remove the runtime.\n\nThis has three aspects: a publication of the deprecation date, a deprecation\nperiod, and a decommission date.\nIn the following tables, the deprecation date is the start of the deprecation\nperiod, while the decommission date indicates the start of the\ndecommission period.\n\nDuring the deprecation period, you can generally continue to create new\nfunctions and update existing functions using the runtime. You should use this\ntime to migrate functions that use the deprecated runtime to a more up-to-date\nruntime.\n\nAfter the decommission date, you can no longer create new functions or update\nexisting functions using the runtime. You must choose a more up-to-date runtime\nto deploy your functions. Functions that continue to use a decommissioned\nruntime may be disabled.\n\nSupport Schedule\n----------------\n\nHere is the list of supported Cloud Run functions runtimes, as\nwell as runtimes that have been deprecated or decommissioned.\n\nBased on qualification and stability of releases, availability and key dates might\nbe delayed. A blank deprecation or decommission date means that phase\nhas not yet been scheduled. Revisit this page to stay up to date.\n| **Note:** You use the **Runtime ID** value if you're deploying functions [from the command line](/functions/docs/deploying/filesystem) or through [Terraform](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloudfunctions_function).\n\n### Node.js\n\n### Python\n\n### Go\n\n| **Note:** Go's [release policy](https://go.dev/doc/devel/release#policy) states that each major Go release is supported until there are two newer major releases. Key dates might not be available until newer versions of Go are made publicly available.\n\n### Java\n\n### Ruby\n\n### PHP\n\n### .NET Core"]]