According to here https://stackoverflow.com/a/40416306/6804200
i updated my local ubuntu jre date (os date was already true). But when i run application, date is still as old one.
I looked Application server in Docker - war deployment with IntelliJ
https://runnable.com/docker/java/dockerize-your-java-application
here but they dont do as i wanted.
I want to change jre of container which runs the app
because this
params.put("createdDate", persisted.getCreatedAt().
now(ZoneId.of(Constants.TURKEY_ZONE)).
format(DateTimeFormatter.ofPattern(Constants.DATE_TIME_FORMAT)));
brings wrong date. It is one hour before.
I need to do
java -jar tzupdater.jar -l file:///home/vegan/Downloads/tzdata2016g.tar.gz
as i do in my local.
OS is ubuntu. Welcome to Ubuntu 16.04.1 LTS (GNU/Linux 4.4.0-34-generic x86_64)
there are these images
jhipster/jhipster-alerter
jhipster/jhipster-console
jhipster/jhipster-registry
mongo rabibtmq,
vimagick/pure-ftpd
and our company image about 1.8 gb.
there are around 10 12 microservices
when project is app. i want to change something inside code, not starting changing start options of docker