{"id":19107301,"url":"https://github.com/govtechsg/base-images","last_synced_at":"2026-06-24T07:31:58.087Z","repository":{"id":46314339,"uuid":"119126372","full_name":"GovTechSG/base-images","owner":"GovTechSG","description":"Base images used for internal builds","archived":false,"fork":false,"pushed_at":"2022-09-16T05:47:56.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":60,"default_branch":"master","last_synced_at":"2025-10-30T22:35:21.578Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/GovTechSG.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":"2018-01-27T02:50:30.000Z","updated_at":"2021-10-31T09:18:02.000Z","dependencies_parsed_at":"2023-01-18T09:48:52.545Z","dependency_job_id":null,"html_url":"https://github.com/GovTechSG/base-images","commit_stats":null,"previous_names":[],"tags_count":254,"template":false,"template_full_name":null,"purl":"pkg:github/GovTechSG/base-images","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GovTechSG%2Fbase-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GovTechSG%2Fbase-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GovTechSG%2Fbase-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GovTechSG%2Fbase-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GovTechSG","download_url":"https://codeload.github.com/GovTechSG/base-images/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GovTechSG%2Fbase-images/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34722681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-09T04:12:04.262Z","updated_at":"2026-06-24T07:31:57.726Z","avatar_url":"https://github.com/GovTechSG.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Base Containers\n\n[![Build Status](https://github.com/govtechsg/base-images/actions/workflows/build.yaml/badge.svg)](https://github.com/govtechsg/base-images/actions/workflows/build.yaml/)\n\nThis repository is a collection of Docker images we use internally for testing out runtimes/frameworks.\n\nDaily builds are run against these images and automatically sent to our DockerHub repository at:\n\nhttps://gallery.ecr.aws/govtechsg/base-images\n\n## Methodology\nAll runtimes are built from official sources using the methods documented in the runtimes' official documentation.\n\n## Catalog (Alphabetical Order)\n\n- Node.js (`node*`)\n\n### Release Notes\nThe images are found in the [Public ECR registry](https://gallery.ecr.aws/govtechsg/base-images), and the names of the different types of images are added as a tag. For example given a type of image called `xyz`, it will be available under the repository URL `public.ecr.aws/govtechsg/base-images:xyz-latest`.\n\n### Usage/Description\n\n#### Node (`node*`)\nCanonical Tag: `node*-\u003cNODE_VERSION\u003e`\nLatest URL: `public.ecr.aws/govtechsg/base-images:node-latest`\n\nThe `*` is available for versions of Node which satisfy the following criteria:\n\n1. is an LTS release\n2. is the latest non-LTS release\n\n##### Notes\nGenerally compiled Node.js binary that comes with Yarn.\n\nGeneral compilation allows for debugging and performance profiling.\n\nAvailable runtime commands:\n\n- `npm`\n- `node`\n- `yarn`\n\n## Other Uses\nImages specified here can be uploaded to other repositories if you so wish. The commands are:\n\n### For Building\nThe build script creates the build for the specified image:\n\n```bash\nREPO=__URL_TO_REPO__\nIMAGE_NAME=__DIRECTORY_NAME__\n./.scripts/.build.sh \"${REPO}\" \"${IMAGE_NAME}\"\n```\n\nAn example to upload to a ECR at `public.ecr.aws/yourusername/yourimage:dind-latest`:\n\n```bash\nREPO=\"public.ecr.aws/yourusername/yourimage\"\nIMAGE_NAME=\"dind\"\n./.scripts/.build.sh \"${REPO}\" \"${IMAGE_NAME}\"\n```\n\n### For Publishing\nThe publish script in each directory sends your built image to DockerHub and relies on the `./.scripts/.build.sh` script being run prior to it. The general format of usage:\n\n```bash\nREPO=__URL_TO_REPO__\nIMAGE_NAME=__DIRECTORY_NAME__\n./${IMAGE_NAME}/.publish.sh \"${REPO}:${IMAGE_NAME}\"\n```\n\nA corresponding example to upload to a DockerHub repository at `public.ecr.aws/yourusername/yourimage:dind-latest`:\n\n```bash\nREPO=\"public.ecr.aws/yourusername/yourimage\"\nIMAGE_NAME=\"dind\"\n./${IMAGE_NAME}/.publish.sh \"${REPO}:${IMAGE_NAME}\"\n```\n\nEach directory and type of image has its own publish script because of the different ways they are versioned.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgovtechsg%2Fbase-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgovtechsg%2Fbase-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgovtechsg%2Fbase-images/lists"}