diff --git a/repository-containers/github.com/aymericdamien/TensorFlow-Examples/Dockerfile b/repository-containers/github.com/aymericdamien/TensorFlow-Examples/.devcontainer/Dockerfile similarity index 100% rename from repository-containers/github.com/aymericdamien/TensorFlow-Examples/Dockerfile rename to repository-containers/github.com/aymericdamien/TensorFlow-Examples/.devcontainer/Dockerfile diff --git a/repository-containers/github.com/aymericdamien/TensorFlow-Examples/.devcontainer.json b/repository-containers/github.com/aymericdamien/TensorFlow-Examples/.devcontainer/devcontainer.json similarity index 100% rename from repository-containers/github.com/aymericdamien/TensorFlow-Examples/.devcontainer.json rename to repository-containers/github.com/aymericdamien/TensorFlow-Examples/.devcontainer/devcontainer.json diff --git a/repository-containers/github.com/barryclark/jekyll-now/.devcontainer/Dockerfile b/repository-containers/github.com/barryclark/jekyll-now/.devcontainer/Dockerfile new file mode 100644 index 0000000000..53abbe34d1 --- /dev/null +++ b/repository-containers/github.com/barryclark/jekyll-now/.devcontainer/Dockerfile @@ -0,0 +1,17 @@ +#----------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See LICENSE in the project root for license information. +#----------------------------------------------------------------------------------------- + +FROM ruby:2 + +# Install git, process tools +RUN apt-get update && apt-get -y install git procps + +# Clean up +RUN apt-get autoremove -y \ + && apt-get clean -y \ + && rm -rf /var/lib/apt/lists/* + +# Install jekyll +RUN gem install github-pages diff --git a/repository-containers/github.com/barryclark/jekyll-now/.devcontainer/devcontainer.json b/repository-containers/github.com/barryclark/jekyll-now/.devcontainer/devcontainer.json new file mode 100644 index 0000000000..e52930b5e9 --- /dev/null +++ b/repository-containers/github.com/barryclark/jekyll-now/.devcontainer/devcontainer.json @@ -0,0 +1,10 @@ +{ + "name": "Jekyll Now", + "dockerFile": "Dockerfile", + "appPort": [ + 4000 + ], + "extensions": [ + "mrmlnc.vscode-scss" + ] +} \ No newline at end of file diff --git a/repository-containers/github.com/django/django/Dockerfile b/repository-containers/github.com/django/django/.devcontainer/Dockerfile similarity index 100% rename from repository-containers/github.com/django/django/Dockerfile rename to repository-containers/github.com/django/django/.devcontainer/Dockerfile diff --git a/repository-containers/github.com/django/django/.devcontainer.json b/repository-containers/github.com/django/django/.devcontainer/devcontainer.json similarity index 100% rename from repository-containers/github.com/django/django/.devcontainer.json rename to repository-containers/github.com/django/django/.devcontainer/devcontainer.json diff --git a/repository-containers/github.com/spmallick/learnopencv/Dockerfile b/repository-containers/github.com/spmallick/learnopencv/.devcontainer/Dockerfile similarity index 100% rename from repository-containers/github.com/spmallick/learnopencv/Dockerfile rename to repository-containers/github.com/spmallick/learnopencv/.devcontainer/Dockerfile diff --git a/repository-containers/github.com/spmallick/learnopencv/.devcontainer.json b/repository-containers/github.com/spmallick/learnopencv/.devcontainer/devcontainer.json similarity index 100% rename from repository-containers/github.com/spmallick/learnopencv/.devcontainer.json rename to repository-containers/github.com/spmallick/learnopencv/.devcontainer/devcontainer.json