Links marked with this icon 🚪 are internal to Red Hat. This includes Jenkins servers, job configs in gitlab, and container sources in dist-git.
Because these services are internal, in the interest of making all things open, we’ve copied as much as possible into the devspaces-images repo.
Note
|
the so-called master branch is deprecated and is no longer kept up to date. Instead, the latest nightly sources are in devspaces-3-rhel-8 branch, synced to upstream projects' main (or master) branches. |
For the latest stable release, see the devspaces-3.y-rhel-8 branch with the largest y value.
This repository no longer hosts the OpenShift Dev Spaces Server assembly that mainly inherits Eclipse Che artifacts and repackages some of them. Server has moved to devspaces-images/devspaces-server.
See this document for how to use those build systems, in order to publish a container image to Red Hat Container Catalog:
See also:
Folders under /dependencies are synced to https://github.com/redhat-developer/devspaces-images. If no matching project exists under the /dependencies folder, sync occurs directly from an upstream Che project.
The sync logic is in one of three places:
-
a Jenkins job - eg., dashboard_3.x.jenkinsfile,
-
a get-sources-jenkins.sh script - eg., dashboard get-sources-jenkins.sh, or
-
a sync-*.sh script - eg., dashboard/scripts/sync.sh.
Note over time we’re trying to move all sync logic out of Jenkinsfiles and into scripts that can be run locally, so during outages build process can still be orchestrated. Goal is to have Jenkins simply call sync.sh scripts to perform syncs, and get-sources.sh scripts to collect assets from Jenkins (or other places) in order to commit those source tarballs + trigger Brew builds.
Sync jobs:
Branding is currently in two places.
-
To reskin Che Dashboard, see dashboard
-
To reskin Che Theia, see theia/conf/theia/branding