{"id":4141,"date":"2019-08-09T17:15:30","date_gmt":"2019-08-09T14:15:30","guid":{"rendered":"https:\/\/www.systemcodegeeks.com\/?p=4141"},"modified":"2019-08-09T15:37:56","modified_gmt":"2019-08-09T12:37:56","slug":"deploying-che-7-with-custom-images-air-gap-environment","status":"publish","type":"post","link":"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/","title":{"rendered":"Deploying Che 7 with custom images (air gap environment)"},"content":{"rendered":"\n<p>Number 5: deploying Che 7 behind a firewall (air gap environment) using&nbsp;chectl &#8211;che-operator-cr-yaml=&#8230;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Deploying Che 7 with custom images<\/h2>\n\n\n\n<p>Unlike&nbsp; <a href=\"https:\/\/divby0.blogspot.com\/2019\/06\/deploying-che-7-to-minishift-with-chectl.html\">Deploying Che 7 to Minishift 1.34+<\/a>, this doc will explain how to do an Eclipse Che 7 deployment with a custom resource yaml file to override the images used in the deployment.<\/p>\n\n\n\n<p>This process can be used for many things, but in this example it\u2019ll be in support of an&nbsp; <strong>air gap environment<\/strong>, where an organization cannot directly see Quay or Red Hat Container Catalog, and must instead reference internally mirrored artifacts within their organization\u2019s firewall.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<p>You need the latest&nbsp; <a title=\"https:\/\/github.com\/minishift\/minishift\/releases\" href=\"https:\/\/github.com\/minishift\/minishift\/releases\">Minishift<\/a>&nbsp;and&nbsp;n <a title=\"https:\/\/github.com\/che-incubator\/chectl\/releases\" href=\"https:\/\/github.com\/che-incubator\/chectl\/releases\">chectl<\/a>&nbsp;releases.<\/p>\n\n\n\n<p>Fetch them like this (or similar):<\/p>\n\n\n\n<div>\n<div id=\"highlighter_604106\" class=\"syntaxhighlighter  php\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<div class=\"line number2 index1 alt1\">2<\/div>\n<div class=\"line number3 index2 alt2\">3<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"php plain\">cd ~\/bin<\/code><\/div>\n<div class=\"line number2 index1 alt1\"><code class=\"php plain\">curl -sSL https:<\/code><code class=\"php comments\">\/\/github.com\/che-incubator\/chectl\/releases\/download\/20190724230954\/chectl-linux -o chectl<\/code><\/div>\n<div class=\"line number3 index2 alt2\"><code class=\"php functions\">chmod<\/code> <code class=\"php plain\">+x chectl<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n\n\n\n<div>\n<div id=\"highlighter_130534\" class=\"syntaxhighlighter  php\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<div class=\"line number2 index1 alt1\">2<\/div>\n<div class=\"line number3 index2 alt2\">3<\/div>\n<div class=\"line number4 index3 alt1\">4<\/div>\n<div class=\"line number5 index4 alt2\">5<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"php plain\">cd \/tmp<\/code><\/div>\n<div class=\"line number2 index1 alt1\"><code class=\"php plain\">curl -sSL https:<\/code><code class=\"php comments\">\/\/github.com\/minishift\/minishift\/releases\/download\/v1.34.1\/minishift-1.34.1-linux-amd64.tgz -o minishift.tgz<\/code><\/div>\n<div class=\"line number3 index2 alt2\"><code class=\"php plain\">tar xvzf minishift.tgz<\/code><\/div>\n<div class=\"line number4 index3 alt1\"><code class=\"php plain\">mv minishift*\/minishift ~\/bin\/<\/code><\/div>\n<div class=\"line number5 index4 alt2\"><code class=\"php functions\">chmod<\/code> <code class=\"php plain\">+x ~\/bin\/minishift<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Procedure<\/h2>\n\n\n\n<ol><li> Start up minishift. (See\u00a0<a style=\"font-size: inherit;\" href=\"https:\/\/divby0.blogspot.com\/2019\/06\/deploying-che-7-to-minishift-with-chectl.html\">Start up Minishift<\/a><span style=\"font-size: inherit;\">\u00a0for some suggested default settings.)<\/span> <div><div id=\"highlighter_3414\" class=\"syntaxhighlighter  php\"><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\"> <tbody> <tr> <td class=\"gutter\"> <div class=\"line number1 index0 alt2\">1<\/div> <\/td> <td class=\"code\"> <div class=\"container\"> <div class=\"line number1 index0 alt2\"><code class=\"php plain\">minishift start<\/code><\/div> <\/div> <\/td> <\/tr> <\/tbody> <\/table><\/div><\/div><\/li><li> Log in once startup is complete. <div><div id=\"highlighter_538915\" class=\"syntaxhighlighter  php\"> <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\"> <tbody> <tr> <td class=\"gutter\"> <div class=\"line number1 index0 alt2\">1<\/div> <\/td> <td class=\"code\"> <div class=\"container\"> <div class=\"line number1 index0 alt2\"><code class=\"php plain\">oc login 192.168.MY.IP:8433 -u system -p admin<\/code><\/div> <\/div> <\/td> <\/tr> <\/tbody> <\/table><\/div><\/div><\/li><li> For Eclipse Che 7, pull\u00a0 <a title=\"https:\/\/github.com\/eclipse\/che-operator\/blob\/master\/pkg\/deploy\/defaults.go\" style=\"font-size: inherit;\" href=\"https:\/\/github.com\/eclipse\/che-operator\/blob\/master\/pkg\/deploy\/defaults.go\">these images<\/a><span style=\"font-size: inherit;\">\u00a0and\u00a0 <a style=\"font-size: inherit; background-color: rgb(255, 255, 255);\" href=\"https:\/\/github.com\/redhat-developer\/codeready-workspaces\/blob\/master\/devdoc\/building\/che7-custom-resource-airgap-pull-rename-push.sh\">publish them<\/a><span style=\"font-size: inherit; background-color: rgb(255, 255, 255);\">\u00a0to your internal registry:<\/span><\/span> <ul><li> eclipse\/che-server:nightly <\/li><li> eclipse\/che-keycloak:nightly <\/li><li> quay.io\/eclipse\/che-devfile-registry:nightly <\/li><li> quay.io\/eclipse\/che-plugin-registry:nightly <\/li><li> centos\/postgresql-96-centos7:latest <\/li><li> registry.access.redhat.com\/ubi8-minimal:8.0  <\/li><\/ul><\/li><li> Create a\u00a0<a style=\"font-size: inherit;\" href=\"https:\/\/github.com\/redhat-developer\/codeready-workspaces\/blob\/master\/devdoc\/building\/che7-custom-resource-airgap.yaml\">custom resource file<\/a><span style=\"font-size: inherit;\">, which overrides the default image values from\u00a0 <a title=\"https:\/\/github.com\/eclipse\/che-operator\/blob\/master\/pkg\/deploy\/defaults.go\" style=\"font-size: inherit; background-color: rgb(255, 255, 255);\" href=\"https:\/\/github.com\/eclipse\/che-operator\/blob\/master\/pkg\/deploy\/defaults.go\">che-operator defaults.go<\/a><span style=\"font-size: inherit; background-color: rgb(255, 255, 255);\">\u00a0to use your custom registry\u2019s images.<\/span><\/span> <table border=\"1\"> <tbody> <tr> <td style=\"direction: ltr; font-size: inherit; line-height: 1.6; margin: 0px; padding: 0.5625em 0.625em; text-align: center; width: 80px;\"> <p>NOTE<\/p> <\/td> <td style=\"direction: ltr; font-size: 1.0625rem; letter-spacing: -0.01em; line-height: 1.6; margin: 0px; padding: 0.5625em 1.25em 0.5625em 1.125em;\"> <p>To watch the events and verify which images are pulled, see\u00a0<br><a href=\"https:\/\/divby0.blogspot.com\/2019\/06\/discovering-containers-loaded-by-che-7.html\">this post<\/a>\u00a0before performing the next step.<\/p> <\/td> <\/tr> <\/tbody> <\/table> <\/li><li> Deploy Che to minishift using the custom resource file created above. In this example the namespace\u00a0<code>che-op<\/code><span style=\"font-size: inherit;\">\u00a0is used instead of the default\u00a0 <code>che<\/code><span style=\"font-size: inherit; background-color: rgb(255, 255, 255);\">:<\/span><\/span> <div><div id=\"highlighter_782274\" class=\"syntaxhighlighter  php\"><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\"> <tbody> <tr> <td class=\"gutter\"> <div class=\"line number1 index0 alt2\">1<\/div> <div class=\"line number2 index1 alt1\">2<\/div> <\/td> <td class=\"code\"> <div class=\"container\"> <div class=\"line number1 index0 alt2\"><code class=\"php plain\">chectl server:start -a operator -p minishift \\<\/code><\/div> <div class=\"line number2 index1 alt1\"><code class=\"php spaces\">\u00a0\u00a0--che-operator-cr-yaml=che7-custom-resource-airgap.yaml -n che-op<\/code><\/div> <\/div> <\/td> <\/tr> <\/tbody> <\/table> <\/div> <\/div> <table border=\"1\"> <tbody> <tr> <td style=\"direction: ltr; font-size: inherit; line-height: 1.6; margin: 0px; padding: 0.5625em 0.625em; text-align: center; width: 80px;\"> <p>NOTE<\/p> <\/td> <td style=\"direction: ltr; font-size: 1.0625rem; letter-spacing: -0.01em; line-height: 1.6; margin: 0px; padding: 0.5625em 1.25em 0.5625em 1.125em;\"> <p>If you use the minishift addon to deploy Che (which uses a deployment configuration instead of an operator), your custom resource file will not be used. The addon is deprecated.<\/p> <\/td> <\/tr> <\/tbody> <\/table> <\/li><li>\n\n\n\n<p>\n\nYou should see this:\n\n<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" width=\"932\" height=\"681\" src=\"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2019\/08\/che7-custom-resource-chectl.png\" alt=\"\" class=\"wp-image-4143\" srcset=\"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2019\/08\/che7-custom-resource-chectl.png 932w, https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2019\/08\/che7-custom-resource-chectl-300x219.png 300w, https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2019\/08\/che7-custom-resource-chectl-768x561.png 768w\" sizes=\"(max-width: 932px) 100vw, 932px\" \/><\/figure><\/div>\n\n\n\n<p>\n\nOnce deployed, you should see these in your Minishift console:&nbsp;\n\n<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" width=\"749\" height=\"586\" src=\"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2019\/08\/che7-custom-resource-chectl-deployed.png\" alt=\"\" class=\"wp-image-4144\" srcset=\"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2019\/08\/che7-custom-resource-chectl-deployed.png 749w, https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2019\/08\/che7-custom-resource-chectl-deployed-300x235.png 300w\" sizes=\"(max-width: 749px) 100vw, 749px\" \/><\/figure><\/div>\n\n\n\n<p>\n\nThe custom image reference can be seen in the yaml for the deployment:\n<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" width=\"588\" height=\"397\" src=\"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2019\/08\/che7-custom-resource-deployed-view-config.png\" alt=\"\" class=\"wp-image-4145\" srcset=\"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2019\/08\/che7-custom-resource-deployed-view-config.png 588w, https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2019\/08\/che7-custom-resource-deployed-view-config-300x203.png 300w\" sizes=\"(max-width: 588px) 100vw, 588px\" \/><\/figure><\/div>\n\n\n\n<div class=\"attribution\">\n<table>\n<tbody>\n<tr>\n<td>\n<p>Published on System Code Geeks with permission by Nick Boldt, partner at our <a href=\"\/\/www.systemcodegeeks.com\/join-us\/scg\/\" target=\"_blank\" rel=\"noopener noreferrer\">SCG program<\/a>. See the original article here: <a href=\"http:\/\/divby0.blogspot.com\/2019\/07\/deploying-che-7-with-custom-images.html\" target=\"_blank\" rel=\"noopener noreferrer\">Deploying Che 7 with custom images (air gap environment)<\/a><\/p>\n<p>Opinions expressed by System Code Geeks contributors are their own.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Number 5: deploying Che 7 behind a firewall (air gap environment) using&nbsp;chectl &#8211;che-operator-cr-yaml=&#8230; Deploying Che 7 with custom images Unlike&nbsp; Deploying Che 7 to Minishift 1.34+, this doc will explain how to do an Eclipse Che 7 deployment with a custom resource yaml file to override the images used in the deployment. This process can &hellip;<\/p>\n","protected":false},"author":5237,"featured_media":188,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[39],"tags":[172],"class_list":["post-4141","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-devops","tag-minishift"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Deploying Che 7 with custom images (air gap environment) - System Code Geeks - 2026<\/title>\n<meta name=\"description\" content=\"Interested to learn about Deploying Che 7? Check our article explaining thoroughly how you can deploy Che 7 with custom images\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Deploying Che 7 with custom images (air gap environment) - System Code Geeks - 2026\" \/>\n<meta property=\"og:description\" content=\"Interested to learn about Deploying Che 7? Check our article explaining thoroughly how you can deploy Che 7 with custom images\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/\" \/>\n<meta property=\"og:site_name\" content=\"System Code Geeks\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/systemcodegeeks\" \/>\n<meta property=\"article:published_time\" content=\"2019-08-09T14:15:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2016\/01\/devops-logo.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"150\" \/>\n\t<meta property=\"og:image:height\" content=\"150\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Nick Boldt\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@systemcodegeeks\" \/>\n<meta name=\"twitter:site\" content=\"@systemcodegeeks\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Nick Boldt\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/\"},\"author\":{\"name\":\"Nick Boldt\",\"@id\":\"https:\/\/www.systemcodegeeks.com\/#\/schema\/person\/f01f4835d64eb6bd4b2b562701150fa9\"},\"headline\":\"Deploying Che 7 with custom images (air gap environment)\",\"datePublished\":\"2019-08-09T14:15:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/\"},\"wordCount\":342,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.systemcodegeeks.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2016\/01\/devops-logo.jpg\",\"keywords\":[\"Minishift\"],\"articleSection\":[\"DevOps\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/\",\"url\":\"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/\",\"name\":\"Deploying Che 7 with custom images (air gap environment) - System Code Geeks - 2026\",\"isPartOf\":{\"@id\":\"https:\/\/www.systemcodegeeks.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2016\/01\/devops-logo.jpg\",\"datePublished\":\"2019-08-09T14:15:30+00:00\",\"description\":\"Interested to learn about Deploying Che 7? Check our article explaining thoroughly how you can deploy Che 7 with custom images\",\"breadcrumb\":{\"@id\":\"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/#primaryimage\",\"url\":\"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2016\/01\/devops-logo.jpg\",\"contentUrl\":\"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2016\/01\/devops-logo.jpg\",\"width\":150,\"height\":150},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.systemcodegeeks.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DevOps\",\"item\":\"https:\/\/www.systemcodegeeks.com\/category\/devops\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Deploying Che 7 with custom images (air gap environment)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.systemcodegeeks.com\/#website\",\"url\":\"https:\/\/www.systemcodegeeks.com\/\",\"name\":\"System Code Geeks\",\"description\":\"Operating System Developers Resource Center\",\"publisher\":{\"@id\":\"https:\/\/www.systemcodegeeks.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.systemcodegeeks.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.systemcodegeeks.com\/#organization\",\"name\":\"Exelixis Media P.C.\",\"url\":\"https:\/\/www.systemcodegeeks.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.systemcodegeeks.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2022\/06\/exelixis-logo.png\",\"contentUrl\":\"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2022\/06\/exelixis-logo.png\",\"width\":864,\"height\":246,\"caption\":\"Exelixis Media P.C.\"},\"image\":{\"@id\":\"https:\/\/www.systemcodegeeks.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/systemcodegeeks\",\"https:\/\/x.com\/systemcodegeeks\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.systemcodegeeks.com\/#\/schema\/person\/f01f4835d64eb6bd4b2b562701150fa9\",\"name\":\"Nick Boldt\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.systemcodegeeks.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/176a8e2b6d533c09c934b3943e51688ef1132bb120508c826e6c73e8043b3e1b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/176a8e2b6d533c09c934b3943e51688ef1132bb120508c826e6c73e8043b3e1b?s=96&d=mm&r=g\",\"caption\":\"Nick Boldt\"},\"sameAs\":[\"http:\/\/divby0.blogspot.com\/\"],\"url\":\"https:\/\/www.systemcodegeeks.com\/author\/nick-boldt\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Deploying Che 7 with custom images (air gap environment) - System Code Geeks - 2026","description":"Interested to learn about Deploying Che 7? Check our article explaining thoroughly how you can deploy Che 7 with custom images","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/","og_locale":"en_US","og_type":"article","og_title":"Deploying Che 7 with custom images (air gap environment) - System Code Geeks - 2026","og_description":"Interested to learn about Deploying Che 7? Check our article explaining thoroughly how you can deploy Che 7 with custom images","og_url":"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/","og_site_name":"System Code Geeks","article_publisher":"https:\/\/www.facebook.com\/systemcodegeeks","article_published_time":"2019-08-09T14:15:30+00:00","og_image":[{"width":150,"height":150,"url":"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2016\/01\/devops-logo.jpg","type":"image\/jpeg"}],"author":"Nick Boldt","twitter_card":"summary_large_image","twitter_creator":"@systemcodegeeks","twitter_site":"@systemcodegeeks","twitter_misc":{"Written by":"Nick Boldt","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/#article","isPartOf":{"@id":"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/"},"author":{"name":"Nick Boldt","@id":"https:\/\/www.systemcodegeeks.com\/#\/schema\/person\/f01f4835d64eb6bd4b2b562701150fa9"},"headline":"Deploying Che 7 with custom images (air gap environment)","datePublished":"2019-08-09T14:15:30+00:00","mainEntityOfPage":{"@id":"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/"},"wordCount":342,"commentCount":0,"publisher":{"@id":"https:\/\/www.systemcodegeeks.com\/#organization"},"image":{"@id":"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/#primaryimage"},"thumbnailUrl":"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2016\/01\/devops-logo.jpg","keywords":["Minishift"],"articleSection":["DevOps"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/","url":"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/","name":"Deploying Che 7 with custom images (air gap environment) - System Code Geeks - 2026","isPartOf":{"@id":"https:\/\/www.systemcodegeeks.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/#primaryimage"},"image":{"@id":"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/#primaryimage"},"thumbnailUrl":"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2016\/01\/devops-logo.jpg","datePublished":"2019-08-09T14:15:30+00:00","description":"Interested to learn about Deploying Che 7? Check our article explaining thoroughly how you can deploy Che 7 with custom images","breadcrumb":{"@id":"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/#primaryimage","url":"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2016\/01\/devops-logo.jpg","contentUrl":"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2016\/01\/devops-logo.jpg","width":150,"height":150},{"@type":"BreadcrumbList","@id":"https:\/\/www.systemcodegeeks.com\/devops\/deploying-che-7-with-custom-images-air-gap-environment\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.systemcodegeeks.com\/"},{"@type":"ListItem","position":2,"name":"DevOps","item":"https:\/\/www.systemcodegeeks.com\/category\/devops\/"},{"@type":"ListItem","position":3,"name":"Deploying Che 7 with custom images (air gap environment)"}]},{"@type":"WebSite","@id":"https:\/\/www.systemcodegeeks.com\/#website","url":"https:\/\/www.systemcodegeeks.com\/","name":"System Code Geeks","description":"Operating System Developers Resource Center","publisher":{"@id":"https:\/\/www.systemcodegeeks.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.systemcodegeeks.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.systemcodegeeks.com\/#organization","name":"Exelixis Media P.C.","url":"https:\/\/www.systemcodegeeks.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.systemcodegeeks.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2022\/06\/exelixis-logo.png","contentUrl":"https:\/\/www.systemcodegeeks.com\/wp-content\/uploads\/2022\/06\/exelixis-logo.png","width":864,"height":246,"caption":"Exelixis Media P.C."},"image":{"@id":"https:\/\/www.systemcodegeeks.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/systemcodegeeks","https:\/\/x.com\/systemcodegeeks"]},{"@type":"Person","@id":"https:\/\/www.systemcodegeeks.com\/#\/schema\/person\/f01f4835d64eb6bd4b2b562701150fa9","name":"Nick Boldt","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.systemcodegeeks.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/176a8e2b6d533c09c934b3943e51688ef1132bb120508c826e6c73e8043b3e1b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/176a8e2b6d533c09c934b3943e51688ef1132bb120508c826e6c73e8043b3e1b?s=96&d=mm&r=g","caption":"Nick Boldt"},"sameAs":["http:\/\/divby0.blogspot.com\/"],"url":"https:\/\/www.systemcodegeeks.com\/author\/nick-boldt\/"}]}},"_links":{"self":[{"href":"https:\/\/www.systemcodegeeks.com\/wp-json\/wp\/v2\/posts\/4141","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.systemcodegeeks.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.systemcodegeeks.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.systemcodegeeks.com\/wp-json\/wp\/v2\/users\/5237"}],"replies":[{"embeddable":true,"href":"https:\/\/www.systemcodegeeks.com\/wp-json\/wp\/v2\/comments?post=4141"}],"version-history":[{"count":0,"href":"https:\/\/www.systemcodegeeks.com\/wp-json\/wp\/v2\/posts\/4141\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.systemcodegeeks.com\/wp-json\/wp\/v2\/media\/188"}],"wp:attachment":[{"href":"https:\/\/www.systemcodegeeks.com\/wp-json\/wp\/v2\/media?parent=4141"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.systemcodegeeks.com\/wp-json\/wp\/v2\/categories?post=4141"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.systemcodegeeks.com\/wp-json\/wp\/v2\/tags?post=4141"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}