Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable building of images outside of GitPod! #1038

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

azanar
Copy link

@azanar azanar commented Feb 13, 2023

Description

Enable building of images outside of GitPod!

Related Issue(s)

Fixes #1037

How to test

Run: ```
docker build -t gitpod-io/workspace-images:latest .
docker-compose run gitpod-io/workspace-images:latest ./build-all.sh

Watch images build into the registry running within docker-compose!

## Release Notes
<!--
  Add entries for the CHANGELOG.md or "NONE" if there aren't any user facing changes.
  Each line becomes a separate entry.
  Format: [!<optional for breaking>] <description>
  Example: !basic auth is no longer supported
  See https://www.notion.so/gitpod/Release-Notes-513a74fdd23b4cb1b3b3aefb1d34a3e0
-->
```release-note
Workspace image creation no longer depends upon execution within GitPod. Execution outside of GitPod will require `docker` and `docker-compose`, or their `podman` counterparts.

Documentation

Will add documentation update if PR gets closed to landing. This will require a different incantation to get the image builds going.

@gitpod-io
Copy link

gitpod-io bot commented Feb 13, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow image creation to be run via docker-compose
1 participant