{"id":30743497,"url":"https://github.com/ukho/dockerimages","last_synced_at":"2025-09-04T02:07:38.221Z","repository":{"id":49967918,"uuid":"205341666","full_name":"UKHO/dockerimages","owner":"UKHO","description":"Contains various Docker Images","archived":false,"fork":false,"pushed_at":"2025-05-28T13:20:19.000Z","size":152,"stargazers_count":11,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-28T13:28:22.961Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/UKHO.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-08-30T08:41:30.000Z","updated_at":"2025-05-16T09:53:24.000Z","dependencies_parsed_at":"2024-03-11T11:54:12.881Z","dependency_job_id":"cb74607d-d442-4384-b45d-75ae82b8a1a8","html_url":"https://github.com/UKHO/dockerimages","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/UKHO/dockerimages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UKHO%2Fdockerimages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UKHO%2Fdockerimages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UKHO%2Fdockerimages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UKHO%2Fdockerimages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UKHO","download_url":"https://codeload.github.com/UKHO/dockerimages/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UKHO%2Fdockerimages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273539317,"owners_count":25123499,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"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":"2025-09-04T02:07:37.210Z","updated_at":"2025-09-04T02:07:38.203Z","avatar_url":"https://github.com/UKHO.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Images [![Build Status](https://ukhogov.visualstudio.com/Pipelines/_apis/build/status/UKHO.dockerimages?branchName=master)](https://ukhogov.visualstudio.com/Pipelines/_build?definitionId=125)\n\n## About\n\nThis is a repository to contain various UKHO Docker Images and will be pushed to our [Dockerhub](https://hub.docker.com/u/ukhydrographicoffice) organization.\n\nDockerfiles should conform to [best practices](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/)\n\n### Available Images\n\n| Image Name                                                                                      | Platform | Description                  |\n|-------------------------------------------------------------------------------------------------|----------|------------------------------|\n| [dependency-check](./dependency-check/Dockerfile)                                               | Linux    | Dependency checking tools    |\n| [terraform-win](/win/terraform/Dockerfile)                                                      | Windows  | Terraform tools for Windows  |\n| [azure](./linux/azure/Dockerfile)                                                               | Linux    | Azure CLI tools              |\n| [azure-devops](./linux/azure-devops/Dockerfile)                                                 | Linux    | Azure DevOps tools           |\n| [dotnetcore80-zip](./linux/dotnetcore80-zip/Dockerfile)                                         | Linux    | .NET Core 8.0 with zip tools |\n| [jdk8-python38](./linux/jdk8-python38/Dockerfile)                                               | Linux    | JDK 8 with Python 3.8        |\n| [powershell-azure-node](./linux/powershell-azure-node/Dockerfile)                               | Linux    | PowerShell with Azure CLI and Node.js |\n| [powershell-azure-node-newman](./linux/[powershell-azure-node-newman/Dockerfile)                | Linux    | PowerShell with Azure CLI, Node.js and Newman |\n| [terraform](./linux/terraform/Dockerfile)                                                       | Linux    | Terraform tools |\n| [terraform-azure](./linux/terraform-azure/Dockerfile)                                           | Linux    | Terraform with Azure CLI |\n| [terraform-azure-make](./linux/terraform-azure-make/Dockerfile)                                 | Linux    | Terraform with Azure CLI and Make |\n| [terraform-azure-powershell](./linux/terraform-azure-powershell/Dockerfile)                     | Linux    | Terraform with Azure CLI and PowerShell |\n| [terraform-azure-powershell-go](./linux/terraform-azure-powershell-go/Dockerfile)               | Linux    | Terraform with Azure CLI, PowerShell and Go |\n| [terraform-azure-powershell-python-go](./linux/terraform-azure-powershell-python-go/Dockerfile) | Linux    | Terraform with Azure CLI, PowerShell, Python and Go |\n| [terraform-azure-powershell-unzip](./linux/terraform-azure-powershell-unzip/Dockerfile)         | Linux    | Terraform with Azure CLI, PowerShell and Unzip |\n| [terraform-powershell](./linux/terraform-powershell/Dockerfile)                                 | Linux    | Terraform with PowerShell |\n\n## How to add a Docker Image\n\n1. Create a directory containing a `Dockerfile` and optionally a `README.md`.\n2. Add your entry to the [build file](./docker-bake.hcl). This requires adding a target with the required data, and adding to any groups you wish this to be built as apart of within the pipeline. Information about Docker bake can be found [here](https://docs.docker.com/build/bake/reference/#syntax)\n3. Update this Readme with your docker image information for ease of reference for others. \n\n### Lint\n\nRun using `./runner lint`\n\nLints the Dockerfiles for good practices using [hadolint](https://github.com/hadolint/hadolint)\n\n### Build\n\nIf you are using Visual Studio Code, ensure you have the [docker dx](https://marketplace.visualstudio.com/items/?itemName=docker.docker) extension installed. With this you can run builds directly from the bake file.\n\nTo run builds from the command line run the following command\n\n```sh\ndocker buildx bake --call build \u003ctarget_name\u003e #This can be a group or target name depending on what you want to build  \n```\n\n### Publish\n\n__Intended for CI__\n\nRun using `./runner build publish`\n\nBuilds and pushes the Docker images:\n- `{docker repository from BUILD}/{parent directory}:{latest}`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fukho%2Fdockerimages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fukho%2Fdockerimages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fukho%2Fdockerimages/lists"}