Skip to content

Instantly share code, notes, and snippets.

View andreujuanc's full-sized avatar
👨‍💻
Coding

Juan C. Andreu andreujuanc

👨‍💻
Coding
View GitHub Profile
@andreujuanc
andreujuanc / Dockerfile
Created October 12, 2021 17:20
Repro files
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.155.1/containers/dotnet/.devcontainer/base.Dockerfile
# [Choice] .NET version: 5.0, 3.1, 2.1
ARG VARIANT="3.1"
FROM mcr.microsoft.com/vscode/devcontainers/dotnetcore:0-${VARIANT}
RUN sudo apt-key adv --refresh-keys --keyserver keyserver.ubuntu.com
# [Option] Install Node.js
ARG INSTALL_NODE="true"
ARG NODE_VERSION="lts/*"
{
"$schema": "http://schema.management.azure.com/schemas/2014-04-01-preview/deploymentTemplate.json",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {
"type": "string",
"defaultValue": "[resourceGroup().location]",
"metadata": {
"description": "Location of the resources (e.g. westus, eastus, westeurope)."
}
@andreujuanc
andreujuanc / MeshDemoTemplate1.json
Last active April 15, 2019 12:40
MeshDemoTemplate1
{
"$schema": "http://schema.management.azure.com/schemas/2014-04-01-preview/deploymentTemplate.json",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {
"type": "string",
"defaultValue": "[resourceGroup().location]",
"metadata": {
"description": "Location of the resources (e.g. westus, eastus, westeurope)."
}