<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/migrate-buildconfig-resources-to-builds-for-red-hat-openshift-with-crane-a9lqcaqhf" -->

---
title: Migrate BuildConfig resources to Builds for Red Hat...
description: Red Hat introduces a developer preview of Crane, an open source migration tool that automatically converts OpenShift BuildConfig resources to Builds for Red...
canonical: https://daily.dev/posts/migrate-buildconfig-resources-to-builds-for-red-hat-openshift-with-crane-a9lqcaqhf
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Migrate BuildConfig resources to Builds for Red Hat OpenShift with Crane | daily.dev
og:description: Red Hat introduces a developer preview of Crane, an open source migration tool that automatically converts OpenShift BuildConfig resources to Builds for Red...
og:url: https://daily.dev/posts/migrate-buildconfig-resources-to-builds-for-red-hat-openshift-with-crane-a9lqcaqhf
og:image: https://api.daily.dev/og/posts/a9LqCaQhf.png
og:image:alt: Migrate BuildConfig resources to Builds for Red Hat OpenShift with Crane
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Migrate BuildConfig resources to Builds for Red Hat OpenShift with Crane

**[Red Hat Developer](https://daily.dev/sources/rhdev)** · 8 min read · 0 upvotes · 0 comments

## Summary

Red Hat introduces a developer preview of Crane, an open source migration tool that automatically converts OpenShift BuildConfig resources to Builds for Red Hat OpenShift (based on Shipwright). The tool handles Docker and Source-to-Image strategies, migrates Git/binary/image sources, and preserves configuration like environment variables, build arguments, and secrets. The migration follows a discovery, analysis, validation, and conversion workflow. The article provides a complete walkthrough of migrating a BuildConfig with Docker strategy and Git source, including prerequisites, CLI installation, and running the generated build. Currently available as an upstream community capability for evaluation purposes.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://developers.redhat.com/articles/2026/01/27/migrate-buildconfig-resources-builds-red-hat-openshift-crane>

## Similar posts on daily.dev

- [Red Hat OpenShift as a Hybrid Engine for GitOps Driven Application Modernization](https://daily.dev/posts/red-hat-openshift-as-a-hybrid-engine-for-gitops-driven-application-modernization-trqeizlbv) · Container Journal · 0 upvotes · 0 comments
- [Build a CI/CD pipeline with OpenShift Dev Spaces and GitOps](https://daily.dev/posts/build-a-ci-cd-pipeline-with-openshift-dev-spaces-and-gitops-zhhag9bbg) · Red Hat Developer · 0 upvotes · 0 comments
- [What's new for developers in Red Hat OpenShift 4.22](https://daily.dev/posts/what-s-new-for-developers-in-red-hat-openshift-4-22-w0f5qwqyq) · Red Hat Developer · 1 upvotes · 1 comments
- [Red Hat Expands OpenShift Application Development Environment](https://daily.dev/posts/red-hat-expands-openshift-application-development-environment-9febxassl) · Cloud Native Now · 1 upvotes · 0 comments

---

Tags: [#kubernetes](https://daily.dev/tags/kubernetes), [#containers](https://daily.dev/tags/containers), [#openshift](https://daily.dev/tags/openshift)

[View this post on daily.dev](https://daily.dev/posts/migrate-buildconfig-resources-to-builds-for-red-hat-openshift-with-crane-a9lqcaqhf)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Migrate BuildConfig resources to Builds for Red Hat OpenShift with Crane","url":"https://daily.dev/posts/migrate-buildconfig-resources-to-builds-for-red-hat-openshift-with-crane-a9lqcaqhf","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/migrate-buildconfig-resources-to-builds-for-red-hat-openshift-with-crane-a9lqcaqhf"},"datePublished":"2026-01-27T14:40:34.992Z","dateModified":"2026-01-27T14:41:13.866Z","description":"Red Hat introduces a developer preview of Crane, an open source migration tool that automatically converts OpenShift BuildConfig resources to Builds for Red...","image":"https://developers.redhat.com/sites/default/files/styles/share/public/2020_OS_Shared_image_A_3.png?itok=96qQ_zu-","thumbnailUrl":"https://developers.redhat.com/sites/default/files/styles/share/public/2020_OS_Shared_image_A_3.png?itok=96qQ_zu-","isAccessibleForFree":true,"articleSection":"Red Hat Developer","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Red Hat Developer","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/2a8895f3216c4900bdc455585a4ad3e4","url":"https://daily.dev/sources/rhdev"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/migrate-buildconfig-resources-to-builds-for-red-hat-openshift-with-crane-a9lqcaqhf","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"kubernetes,containers,openshift","timeRequired":"PT8M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Red Hat Developer","item":"https://daily.dev/sources/rhdev"},{"@type":"ListItem","position":3,"name":"Migrate BuildConfig resources to Builds for Red Hat OpenShift with Crane"}]}
```

