This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------------------------------------------------------- | |
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################################################### | |
# 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" "[email protected]" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", |