{"id":21816609,"url":"https://github.com/5monkeys/docker-openshift-builder","last_synced_at":"2026-04-17T05:03:34.699Z","repository":{"id":145235533,"uuid":"119702483","full_name":"5monkeys/docker-openshift-builder","owner":"5monkeys","description":"Custom OpenShift builder using Docker CE","archived":false,"fork":false,"pushed_at":"2019-03-07T13:09:53.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-21T10:13:25.055Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/5monkeys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-31T15:05:58.000Z","updated_at":"2019-03-07T13:09:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"ec58ae64-2855-400e-9c95-19ed8ee7869a","html_url":"https://github.com/5monkeys/docker-openshift-builder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/5monkeys/docker-openshift-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5monkeys%2Fdocker-openshift-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5monkeys%2Fdocker-openshift-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5monkeys%2Fdocker-openshift-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5monkeys%2Fdocker-openshift-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5monkeys","download_url":"https://codeload.github.com/5monkeys/docker-openshift-builder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5monkeys%2Fdocker-openshift-builder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261733869,"owners_count":23201740,"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":[],"created_at":"2024-11-27T15:35:31.770Z","updated_at":"2026-04-17T05:03:34.607Z","avatar_url":"https://github.com/5monkeys.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Custom builder for OpenShift\n============================\n\nOpenShift doesn't have (at the time of writing) built-in support for\nDocker CE build time features. Even if you manage to run OpenShift within\nDocker CE, the docker strategy can't handle certain Dockerfile syntaxes. As a\nworkaround you can deploy a Docker CE pod inside your cluster using the official\n`docker:dind` image and then configure your `BuildConfig` to use this image for\na custom builder pod.\n\nExample usage\n-------------\n\n    apiVersion: v1\n    kind: BuildConfig\n    metadata:\n       ...\n\n    spec:\n       ...\n\n       strategy:\n         customStrategy:\n           forcePull: True\n\n           from:\n             kind: DockerImage\n             name: 5monkeys/openshift-builder:latest\n\n           env:\n             - name: BUILD_COMMAND\n               value: make image \u0026\u0026 make push\n\n             - name: DOCKER_HOST\n               value: tcp://\u003cdocker-ce-service-domain-name\u003e:2375\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5monkeys%2Fdocker-openshift-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5monkeys%2Fdocker-openshift-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5monkeys%2Fdocker-openshift-builder/lists"}