jamesfalkner / istio-lab-summit-2018

Lab content for "Hands On with Istio on OpenShift" presented at Red Hat Summit 2018
4 stars 9 forks source link

Rebuild container images for lab #11

Closed jamesfalkner closed 6 years ago

jamesfalkner commented 6 years ago

https://github.com/jamesfalkner/istio-lab-summit-2018/commit/01a10d69b61c3161a8c835c07a45b50a72c6d888 is a Java source code change and requires a rebuild of the container images using the lab.

thoraxe commented 6 years ago

[root@openshift-aad3 ~]# docker images
REPOSITORY                                   TAG                 IMAGE ID            CREATED             SIZE
istio-lab/recommendation                     v2d                 9b9dded83308        22 minutes ago      443 MB
istio-lab/recommendation                     v2                  6fea434a67d3        22 minutes ago      443 MB
istio-lab/recommendation                     v1                  a8db92753ac8        22 minutes ago      443 MB
istio-lab/preference                         v1                  d49f520b87dd        22 minutes ago      459 MB
istio-lab/customer                           v1                  2a3e115aa493        22 minutes ago      459 MB

I rebuilt the images against commit 2247bcf86e7b14fab95f5b26b78b0ea822e1c224 -- this is newer than 01a10d6

Is that a problem?

jamesfalkner commented 6 years ago

shouldn't be a problem!