FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
feast/.devcontainer/devcontainer.json at revert50 · feast-dev/feast · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
feast-dev
/
feast
Public
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
7.2k
Code
Issues
218
Pull requests
191
Discussions
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
feast
/
.devcontainer
/
devcontainer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (28 loc) · 1.19 KB
Breadcrumbs
feast
/
.devcontainer
/
devcontainer.json
Copy path
File metadata and controls
33 lines (28 loc) · 1.19 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
//
For format details, see https://aka.ms/devcontainer.json. For config options, see the
//
README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
{
"name"
:
"
feast-devcontainer
"
,
"build"
: {
//
Sets the run context to one level up instead of the .devcontainer folder.
"context"
:
"
..
"
,
//
Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
"dockerfile"
:
"
Dockerfile
"
},
//
Features to add to the dev container. More info: https://containers.dev/features.
"features"
: {
"ghcr.io/devcontainers/features/docker-in-docker:2"
: {
"version"
:
"
latest
"
},
"ghcr.io/devcontainers-contrib/features/maven-sdkman:2"
: {
"jdkVersion"
:
"
11.0.24-amzn
"
}
}
//
Use 'forwardPorts' to make a list of ports inside the container available locally.
//
"forwardPorts": [],
//
Uncomment the next line to run commands after the container is created.
//
"postCreateCommand": "make install-python-dependencies-dev"
//
Configure tool-specific properties.
//
"customizations": {},
//
Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root.
//
"remoteUser": "root"
}
Back
|
FazBrowse Home
|
New Git URL