Skip to content

Instantly share code, notes, and snippets.

View ksandermann's full-sized avatar
🤹‍♂️
juggling some yamls

Kevin Sandermann ksandermann

🤹‍♂️
juggling some yamls
View GitHub Profile
@ksandermann
ksandermann / Dockerfile
Last active June 24, 2019 14:10
kubespray-issue-ksandermann-output
FROM ubuntu:16.04
LABEL maintainer="[email protected]"
#proxy settings
ARG http_proxy=http://193.29.130.150:8080
ARG https_proxy=http://193.29.130.150:8080
ENV http_proxy ${http_proxy:-v0}
ENV https_proxy ${https_proxy:-v0}
#set http(s) proxy for apt