Skip to content

Instantly share code, notes, and snippets.

View martijnburger's full-sized avatar

Martijn Burger martijnburger

View GitHub Profile
-------------------------------------------------------------------------------
NGINX Ingress controller
Release: 0.21.0
Build: git-b65b85cd9
Repository: https://github.com/aledbf/ingress-nginx
-------------------------------------------------------------------------------
I1203 21:50:09.687419 8 flags.go:176] Watching for Ingress class: nginx
nginx version: nginx/1.15.6
W1203 21:50:09.691525 8 client_config.go:548] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
###########################################################################
# Dockerfile that provides the image for JBoss jBPM Workbench 7.0.0.CR2
###########################################################################
####### BASE ############
FROM jboss/wildfly:10.1.0.Final
####### MAINTAINER ############
MAINTAINER "Martijn Burger" "martijnburger@paston.nl"
import pandas as pd
import numbers
import re
country_dict = {"Republic of Korea": "South Korea",
"United States of America": "United States",
"United Kingdom of Great Britain and Northern Ireland": "United Kingdom",
"China, Hong Kong Special Administrative Region": "Hong Kong",
"Korea, Rep.": "South Korea",
"Iran, Islamic Rep.": "Iran",