Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
devcontainer-features
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eazydevelop-devcontainer-temp
devcontainer-features
Commits
a9455857
Unverified
Commit
a9455857
authored
Nov 01, 2022
by
Samruddhi Khandale
Committed by
GitHub
Nov 01, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oryx - git clone: Pin to an older commit (#253)
pin: git clone
parent
268368be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
devcontainer-feature.json
src/oryx/devcontainer-feature.json
+1
-1
install.sh
src/oryx/install.sh
+6
-1
No files found.
src/oryx/devcontainer-feature.json
View file @
a9455857
{
"id"
:
"oryx"
,
"version"
:
"1.0.
9
"
,
"version"
:
"1.0.
10
"
,
"name"
:
"Oryx"
,
"description"
:
"Installs the oryx CLI"
,
"documentationURL"
:
"https://github.com/devcontainers/features/tree/main/src/oryx"
,
...
...
src/oryx/install.sh
View file @
a9455857
...
...
@@ -146,7 +146,12 @@ GIT_ORYX=/opt/tmp/oryx-repo
mkdir
-p
${
BUILD_SCRIPT_GENERATOR
}
mkdir
-p
${
ORYX
}
git clone
--depth
=
1 https://github.com/microsoft/Oryx
$GIT_ORYX
git clone https://github.com/microsoft/Oryx
$GIT_ORYX
cd
$GIT_ORYX
# https://github.com/microsoft/Oryx/commit/74e4830b3636e5cfbce5b3e3358bd5bb66a87f45 is breaking the `oryx` tool
# Pinning to a previous working commit until the upstream issue is fixed.
git reset
--hard
2b19efca9729673fc259e6a817be3cc0bb73b9d5
$GIT_ORYX
/build/buildSln.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment