Skip to content

Instantly share code, notes, and snippets.

View Dockerfile
FROM codenvy/ubuntu_python:latest
RUN virtualenv $HOME/env && echo "export PATH=$HOME/env/bin:$PATH" >> $HOME/.bashrc
View gist:de6e9bd44e7eead0ff59
#!/bin/sh
extractProxySettings() {
local proxyUrl=$1
local proxyType=$2
local PROXY_WITH_USER_AUTH_REGEXP="https?://([^:]*):?(.*)@([^:]*):?(.*)"
local PROXY_WITH_USER_AUTH_REGEXP_FOR_SED="https\?://\([^:]*\):\?\(.*\)@\([^:]*\):\?\(.*\)"
local PROXY_WITHOUT_USER_AUTH_REGEXP="https?://([^:]*):?(.*)"
View gist:b187230f44426ef29d42
<?xml version="1.0" encoding="UTF-8"?>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<versionRange>1.8</versionRange>
<goals>
<goal>run</goal>
View gist:60e3ae255ed30afbc771
FROM florentbenoit/codenvy-dashboard
View gist:15bdeebc5bb8beb13cf1
FROM florentbenoit/dashboard-factory