- ambari-install.sh
- oracle-java-8-install.sh
- sbt-install.sh
e.g. agent.sources.s1.interceptors.ci.isISO8601Format = true | |
... | |
public void configure(Context context) { | |
boolean isISO8601Format = context.getBoolean("isISO8601Format", true); | |
} |
FROM registry.ebaykorea.com/ubuntu:trusty-buildpack | |
... | |
# ref: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones | |
ENV TZ=Asia/Seoul | |
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone |