{"id":16684028,"url":"https://github.com/fxwx23/docker-appengine-node","last_synced_at":"2025-12-29T07:57:37.521Z","repository":{"id":53736078,"uuid":"171403577","full_name":"fxwx23/docker-appengine-node","owner":"fxwx23","description":"Dockerfile for Google App Engine / Node.js environment. ","archived":false,"fork":false,"pushed_at":"2021-03-17T05:40:56.000Z","size":12,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-20T08:29:42.482Z","etag":null,"topics":["appengine","docker","docker-image","gae-standard","gcp","google-app-engine","nodejs"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/fxwx23/appengine-node","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fxwx23.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-19T04:13:46.000Z","updated_at":"2023-05-26T00:55:05.000Z","dependencies_parsed_at":"2022-08-26T17:42:07.502Z","dependency_job_id":null,"html_url":"https://github.com/fxwx23/docker-appengine-node","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxwx23%2Fdocker-appengine-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxwx23%2Fdocker-appengine-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxwx23%2Fdocker-appengine-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxwx23%2Fdocker-appengine-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fxwx23","download_url":"https://codeload.github.com/fxwx23/docker-appengine-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243403585,"owners_count":20285416,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appengine","docker","docker-image","gae-standard","gcp","google-app-engine","nodejs"],"created_at":"2024-10-12T14:27:57.967Z","updated_at":"2025-12-29T07:57:37.469Z","avatar_url":"https://github.com/fxwx23.png","language":"Dockerfile","readme":"# docker-appengine-node\n\nDocker image for the [Google App Engine Node.js Environment](https://cloud.google.com/appengine/docs/nodejs/).\n\n## Installation\n```\n$ docker pull fxwx23/appengine-node\n```\n\n## Tags\n|Tag       |`latest`, `14`  |`12`         | `10`        | `8` (deprecated)         |\n|:---------|:---------------|:------------|:------------|:-------------------------|\n|Node.js   |v14.16.0        |v12.21.0     |v10.24.0     |v8.17.0                   |\n|Base      |ubuntu:20.04    |ubuntu:20.04 |ubuntu:20.04 |ubuntu:20.04              |\n|Components|bq              |bq           |bq           |bq                        |\n|          |gsutil          |gsutil       |gsutil       |gsutil                    |\n\n※ Not supported so far below.\n - Other components like `cloud-datastore-emulator` , `pubsub-emulator` . \n - `cloudbuild` support. \n\n## Usage\nTo use this image, pull from [Docker Hub](https://hub.docker.com/r/fxwx23/appengine-node). See [Installation](#installation) section.\n\nCheck the `gcloud` , `node` and `npm` commands:\n\n```console\n$ docker run --rm -it fxwx23/appengine-node:latest gcloud version\nGoogle Cloud SDK 331.0.0\nbq 2.0.65\ncore 2021.03.05\ngsutil 4.59\n\n$ docker run --rm -it fxwx23/appengine-node:latest node -v\nv14.16.1\n\n$ docker run --rm -it fxwx23/appengine-node:latest npm -v\n6.14.11\n```\n\n#### Circle CI 2.0\n\nAdd `.circleci/config.yml` to your repository.  \n\n```yaml\nversion: 2\njobs:\n  build:\n    working_directory: /YOUR/REPO/PATH\n    docker:\n      - image: fxwx23/appengine-node\n    steps:\n      - checkout\n      - run:\n          command: # write your command.\n```\n\n## License\n\nCopyright 2019 Fumitaka Watanabe ([@fxwx23](https://github.com/fxwx23))\n\nLicensed under the MIT License.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffxwx23%2Fdocker-appengine-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffxwx23%2Fdocker-appengine-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffxwx23%2Fdocker-appengine-node/lists"}