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
bff31788
Unverified
Commit
bff31788
authored
Nov 16, 2022
by
Samruddhi Khandale
Committed by
GitHub
Nov 16, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oryx: Unpin git clone from a single commit (#296)
parent
1e35500b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
devcontainer-feature.json
src/oryx/devcontainer-feature.json
+1
-1
install.sh
src/oryx/install.sh
+1
-6
No files found.
src/oryx/devcontainer-feature.json
View file @
bff31788
{
"id"
:
"oryx"
,
"version"
:
"1.0.1
0
"
,
"version"
:
"1.0.1
1
"
,
"name"
:
"Oryx"
,
"description"
:
"Installs the oryx CLI"
,
"documentationURL"
:
"https://github.com/devcontainers/features/tree/main/src/oryx"
,
...
...
src/oryx/install.sh
View file @
bff31788
...
...
@@ -146,12 +146,7 @@ GIT_ORYX=/opt/tmp/oryx-repo
mkdir
-p
${
BUILD_SCRIPT_GENERATOR
}
mkdir
-p
${
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 clone
--depth
=
1 https://github.com/microsoft/Oryx
$GIT_ORYX
$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