Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion che-vscode/Containerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GENERATED FILE β€” do not edit directly. Edit Containerfile.tpl + versions.yaml, then run: task render
FROM quay.io/eclipse/che-machine-exec:7.118.0 AS machine-exec

FROM quay.io/che-incubator/che-code:7.120.0
FROM quay.io/che-incubator/che-code:7.122.0

# The che-code base image ships /entrypoint-volume.sh and points its ENTRYPOINT
# at it. Preserve that upstream script as /entrypoint-volume-root.sh, then drop
Expand Down
2 changes: 1 addition & 1 deletion che-vscode/Containerfile.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM quay.io/eclipse/che-machine-exec:7.118.0 AS machine-exec

FROM quay.io/che-incubator/che-code:7.120.0
FROM quay.io/che-incubator/che-code:7.122.0

# The che-code base image ships /entrypoint-volume.sh and points its ENTRYPOINT
# at it. Preserve that upstream script as /entrypoint-volume-root.sh, then drop
Expand Down