File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,11 +29,10 @@ Upstream `Code-OSS` is stored using Git [subtree](https://git-scm.com/book/en/v2
2929
3030## Image build
3131
32- 1 . ` docker build -f build/dockerfiles/linux-musl.Dockerfile -t linux-musl . `
33- 2 . ` docker build -f build/dockerfiles/linux-libc-ubi8.Dockerfile -t linux-libc-ubi8 . `
34- 3 . ` docker build -f build/dockerfiles/linux-libc-ubi9.Dockerfile -t linux-libc-ubi9 . `
35- 4 . ` export DOCKER_BUILDKIT=1 `
36- 5 . ` docker build -f build/dockerfiles/assembly.Dockerfile -t che-code . `
32+ 1 . ` podman build -f build/dockerfiles/linux-musl.Dockerfile -t linux-musl . `
33+ 2 . ` podman build -f build/dockerfiles/linux-libc-ubi8.Dockerfile -t linux-libc-ubi8 . `
34+ 3 . ` podman build -f build/dockerfiles/linux-libc-ubi9.Dockerfile -t linux-libc-ubi9 . `
35+ 4 . ` podman build -f build/dockerfiles/assembly.Dockerfile -t che-code . `
3736
3837## Running Che Code image locally
3938- ` podman run --rm -it -p 3100:3100 -e CODE_HOST=0.0.0.0 quay.io/che-incubator/che-code:next `
You can’t perform that action at this time.
0 commit comments