2019-09-06 21:01:53 UTC - Matt Rutkowski: @Michele Sciabarra have you ever seen 
the java8actionloop fail to build wit ```Step 7/14 : COPY --from=builder 
/go/bin/main /bin/proxy

invalid from flag value builder: pull access denied for builder, repository 
does not exist or may require 'docker login'```
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567803713051900
----
2019-09-06 21:02:15 UTC - Matt Rutkowski: it implies it cannot find the 
golang:1.12 image as a valid builder?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567803735052300
----
2019-09-06 21:02:22 UTC - Matt Rutkowski: 
<https://travis-ci.org/apache/openwhisk-runtime-java/builds/581817727?utm_source=github_status&amp;utm_medium=notification>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567803742052500
----
2019-09-06 21:09:37 UTC - Michele Sciabarra: Hm
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567804177052700
----
2019-09-06 21:09:41 UTC - Michele Sciabarra: Let me check
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567804181052900
----
2019-09-06 21:10:44 UTC - Michele Sciabarra: Likely it is the usual problem of 
the latest tag that should be replaced with nightly
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567804244053900
----
2019-09-06 21:11:16 UTC - Michele Sciabarra: But it is better ai build the 
proxy from sources like the other images I prepare a PR
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567804276054900
----
2019-09-06 21:17:23 UTC - Michele Sciabarra: Actually the problem is different
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567804643055200
----
2019-09-06 21:17:34 UTC - Michele Sciabarra: it is that the version of docker 
is not updated
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567804654055500
----
2019-09-06 21:18:45 UTC - Matt Rutkowski: it no longer likes the variant of the 
--from option?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567804725055900
----
2019-09-06 21:19:52 UTC - Michele Sciabarra: yes you need a docker 17.x to have 
it and by default you do not have it
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567804792056600
----
2019-09-06 21:20:08 UTC - Matt Rutkowski: ok
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567804808057000
----
2019-09-06 21:20:47 UTC - Michele Sciabarra: I guess someone updated the 
setup.sh without my changes
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567804847057100
----
2019-09-06 21:20:47 UTC - Michele Sciabarra: I need to remember how
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567804847057200
----
2019-09-06 21:21:31 UTC - Michele Sciabarra: in the “ruby” I have this:
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567804891057700
----
2019-09-06 21:21:36 UTC - Michele Sciabarra: ```
sudo add-apt-repository "deb [arch=amd64] 
<https://download.docker.com/linux/ubuntu> $(lsb_release -cs) stable"
sudo apt-get update -y
sudo apt-get remove docker docker-engine
sudo apt-get -y install docker-ce=17.06.2~ce-0~ubuntu
```
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567804896058000
----
2019-09-06 21:21:38 UTC - Matt Rutkowski: it build fine a couple of weeks ago…
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567804898058200
----
2019-09-06 21:22:00 UTC - Michele Sciabarra: probably for updating the kit the 
setup.sh was replaced
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567804920058800
----
2019-09-06 21:22:16 UTC - Matt Rutkowski: ok
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567804936059600
----
2019-09-06 21:22:33 UTC - Michele Sciabarra: innn tools/travis/setup.sh you 
need that code to install the more recent docker to support “builder images”
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567804953060000
----
2019-09-06 21:23:07 UTC - Michele Sciabarra: do you want I do it and send a PR?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567804987060400
----
2019-09-06 21:24:15 UTC - Matt Rutkowski: that would be lovely!
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805055060900
----
2019-09-06 21:24:24 UTC - Michele Sciabarra: already doing it
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805064061300
----
2019-09-06 21:24:28 UTC - Matt Rutkowski: thanks Michele!
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805068061600
----
2019-09-06 21:24:30 UTC - Michele Sciabarra: I see it changed indeed
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805070061800
----
2019-09-06 21:26:18 UTC - Michele Sciabarra: 
<https://github.com/apache/openwhisk-runtime-java/pull/99>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805178062000
----
2019-09-06 21:26:25 UTC - Michele Sciabarra: ok let see if it builds
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805185062400
----
2019-09-06 21:27:17 UTC - Matt Rutkowski: ok… looked at “blame” on setup.sh but 
did not see anyone remove anything recently
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805237062800
----
2019-09-06 21:29:53 UTC - Michele Sciabarra: in any case I just checked and it 
does not update docker that is a required step for using the “builder” images 
feature
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805393063600
----
2019-09-06 21:29:54 UTC - Michele Sciabarra: by default travis leaves a very 
old docker
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805394063700
----
2019-09-06 21:29:57 UTC - Matt Rutkowski: hoping this works (as I would not 
have thought to blame the docker api), but not clear how this ever worked
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805397063900
----
2019-09-06 21:30:10 UTC - Matt Rutkowski: and it clearly built 17 days ago
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805410064200
----
2019-09-06 21:30:44 UTC - Michele Sciabarra: no idea I remember at some point I 
updated the setup.sh
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805444064600
----
2019-09-06 21:34:34 UTC - Matt Rutkowski: it’s not in the history and this 
built 17 days ago… 
<https://travis-ci.org/apache/openwhisk-runtime-java/builds/574574377?utm_source=github_status&amp;utm_medium=notification>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805674065000
----
2019-09-06 21:34:54 UTC - Matt Rutkowski: ```Step 8/15 : COPY --from=builder 
/go/bin/main /bin/proxy

 ---&gt; fcaddb5b7ea1

Step 9/15 : ADD 
<https://search.maven.org/remotecontent?filepath=com/google/code/gson/gson/2.8.5/gson-2.8.5.jar>
 /usr/java/lib/gson-2.8.5.jar```
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805694065300
----
2019-09-06 21:35:35 UTC - Matt Rutkowski: i will be happy for a fix, but the 
mystery will eat at my brain
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805735065700
----
2019-09-06 21:36:11 UTC - Michele Sciabarra: it is possible the change happened 
in another file or in the .travis or in the  setup.sh of openwhisk
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805771066300
----
2019-09-06 21:36:31 UTC - Matt Rutkowski: ahh
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805791066800
----
2019-09-06 21:37:08 UTC - Matt Rutkowski: it would have to be in another repo. 
something that persists in the image
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805828067300
----
2019-09-06 21:38:04 UTC - Matt Rutkowski: i may have to try restarting the old 
travis and see what happens :wink:
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805884068300
----
2019-09-06 21:38:07 UTC - Michele Sciabarra: hm looks like the images now uses 
docker-ce
astonished : Matt Rutkowski
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805887068400
----
2019-09-06 21:38:29 UTC - Michele Sciabarra: and I am even downgrading it…
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805909069100
----
2019-09-06 21:38:44 UTC - Matt Rutkowski: the only thing my PR attempts to 
introduce is the latest CPU for jdk8 from adopt open and it should not be doing 
anything in relation to docker
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805924069400
----
2019-09-06 21:38:56 UTC - Matt Rutkowski: travis images?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567805936069600
----
2019-09-06 21:40:02 UTC - Michele Sciabarra: the base image travis uses for 
build now uses a more recent docker
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806002070100
----
2019-09-06 21:40:02 UTC - Michele Sciabarra: even more recent than the one I 
was trying to install
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806002070200
----
2019-09-06 21:40:13 UTC - Michele Sciabarra: so… why the build was failing?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806013070500
----
2019-09-06 21:40:19 UTC - Matt Rutkowski: no idea
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806019070700
----
2019-09-06 21:40:46 UTC - Michele Sciabarra: let me review the initial error
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806046071000
----
2019-09-06 21:41:55 UTC - Matt Rutkowski: i am rebuilding after putting back 
the original jdk image right now
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806115071500
----
2019-09-06 21:42:07 UTC - Matt Rutkowski: 
<https://travis-ci.org/apache/openwhisk-runtime-java/builds/581859259?utm_source=github_status&amp;utm_medium=notification>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806127071700
----
2019-09-06 21:43:29 UTC - Michele Sciabarra: ah!
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806209072100
----
2019-09-06 21:43:35 UTC - Michele Sciabarra: let me check the docker file
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806215072500
----
2019-09-06 21:43:55 UTC - Matt Rutkowski: In any event, We should find time to 
talk about the Java runtime… i have a guy here who realllllly wants to use the 
java8actionloop for a customer
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806235072900
----
2019-09-06 21:44:21 UTC - Michele Sciabarra: well in my tests it worked
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806261073300
----
2019-09-06 21:44:25 UTC - Michele Sciabarra: and it was very fast
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806265073500
----
2019-09-06 21:44:43 UTC - Michele Sciabarra: of course so far I am the only one
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806283074000
----
2019-09-06 21:44:51 UTC - Michele Sciabarra: I am aware of
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806291074300
----
2019-09-06 21:45:46 UTC - Matt Rutkowski: his goal is to make sure he can 
introduce Spring framework libs. into system classpath  before starting the JVM
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806346075200
----
2019-09-06 21:46:34 UTC - Matt Rutkowski: i plan to help him next week, but am 
working more towards creating a generic way to build “profiles” that can be 
extended to apply company-specific profiles as well
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806394076500
----
2019-09-06 21:46:43 UTC - Michele Sciabarra: I do not see it as an issue, you 
can even add them to the jre/ext
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806403076700
----
2019-09-06 21:47:10 UTC - Matt Rutkowski: i do not see the issue either, but he 
has insisted for weeks it is there
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806430077100
----
2019-09-06 21:47:45 UTC - Michele Sciabarra: well I can build an image with 
them or…
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806465077900
----
2019-09-06 21:48:14 UTC - Matt Rutkowski: that is what i plan to do as an 
optionally built “profile”
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806494079000
----
2019-09-06 21:48:18 UTC - Michele Sciabarra: the simplest way ihmo is to create 
a derived image adding spring adn then use --docker
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806498079200
----
2019-09-06 21:48:36 UTC - Michele Sciabarra: found the error I think
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806516079500
----
2019-09-06 21:48:48 UTC - Matt Rutkowski: comment?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806528079700
----
2019-09-06 21:49:53 UTC - Matt Rutkowski: mine orig pr is building… comment in 
Dockerfile… my accidental save likely
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806593080500
----
2019-09-06 21:49:55 UTC - Michele Sciabarra: the dockefile looks odd
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806595080600
----
2019-09-06 21:50:04 UTC - Michele Sciabarra: missing a FROM
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806604080800
----
2019-09-06 21:50:15 UTC - Matt Rutkowski: yes… mea culpa
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806615081100
----
2019-09-06 21:50:33 UTC - Matt Rutkowski: sorry Michele
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806633081600
----
2019-09-06 21:50:43 UTC - Michele Sciabarra: np
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806643081800
----
2019-09-06 21:51:29 UTC - Michele Sciabarra: ok I need to test locally
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806689082400
----
2019-09-06 21:51:36 UTC - Michele Sciabarra: let me grab the PR in my machine
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806696082800
----
2019-09-06 21:51:44 UTC - Matt Rutkowski: i got it
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806704083400
----
2019-09-06 21:51:50 UTC - Matt Rutkowski: it was a misplaced comment character
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806710083700
----
2019-09-06 21:55:15 UTC - Matt Rutkowski: Thanks for getting me on the right 
track before I have to leave my house
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806915084700
----
2019-09-06 21:55:38 UTC - Michele Sciabarra: ok
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806938085000
----
2019-09-06 21:55:42 UTC - Michele Sciabarra: I think I got the problem
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806942085200
----
2019-09-06 21:55:45 UTC - Michele Sciabarra: it is the version
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567806945085400
----
2019-09-06 21:57:46 UTC - Michele Sciabarra: checking
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807066086000
----
2019-09-06 21:57:59 UTC - Matt Rutkowski: i think I am good, it was that 
comment character…
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807079086500
----
2019-09-06 21:58:29 UTC - Matt Rutkowski: if travis builds, and am 99.9% sure 
it will… I will add back the new jdk version and be able to make my dinner plans
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807109087200
----
2019-09-06 21:59:05 UTC - Michele Sciabarra: the version of the base image must 
match the variables
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807145087900
----
2019-09-06 21:59:06 UTC - Matt Rutkowski: very grateful Michele to have your 
eyes to help me see better
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807146088000
----
2019-09-06 21:59:29 UTC - Matt Rutkowski: yeah, but they have not for quite 
some time… the build version has been at 3 for forever…
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807169088500
----
2019-09-06 22:00:11 UTC - Michele Sciabarra: FROM 
adoptopenjdk/openjdk8:x86_64-ubuntu-jdk8u222-b10
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807211088600
----
2019-09-06 22:00:11 UTC - Michele Sciabarra: in actionloop I do not use 9
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807211088900
----
2019-09-06 22:00:12 UTC - Michele Sciabarra: j8
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807212089000
----
2019-09-06 22:00:12 UTC - Michele Sciabarra: j9
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807212089300
----
2019-09-06 22:00:18 UTC - Michele Sciabarra: because I have issues with the 
classpath
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807218089600
----
2019-09-06 22:01:29 UTC - Michele Sciabarra: my ignorance, likely
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807289089800
----
2019-09-06 22:01:29 UTC - Michele Sciabarra: use this dockerfile
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807289089900
----
2019-09-06 22:01:34 UTC - Michele Sciabarra: 
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807294090000
----
2019-09-06 22:02:11 UTC - Matt Rutkowski: yeah i know, that was what i was 
trying to change… i did not see any specific hotspot dependencies and after my 
comment mistake builds I think will put back the openj9 image
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807331091000
----
2019-09-06 22:02:23 UTC - Matt Rutkowski: confidence is high…
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807343091400
----
2019-09-06 22:02:47 UTC - Michele Sciabarra: it can work but I simply  do not 
know how
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807367092100
----
2019-09-06 22:02:59 UTC - Matt Rutkowski: are you saying you require hotspot?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807379092400
----
2019-09-06 22:03:13 UTC - Matt Rutkowski: because we cannot use it in apache
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807393092800
----
2019-09-06 22:03:31 UTC - Michele Sciabarra: no I use openjdk8
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807411093100
----
2019-09-06 22:03:53 UTC - Matt Rutkowski: but by default that uses hotspot 
unless you specific the openj9 annotated image
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807433094100
----
2019-09-06 22:03:53 UTC - Michele Sciabarra: not the j9 variant the plain one
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807433094200
----
2019-09-06 22:04:03 UTC - Matt Rutkowski: the plain one uses hotspot
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807443094500
----
2019-09-06 22:04:17 UTC - Matt Rutkowski: i verified that earlier today
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807457094700
----
2019-09-06 22:04:35 UTC - Michele Sciabarra: what is the problem? spark uses it 
afaik
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807475095100
----
2019-09-06 22:05:12 UTC - Matt Rutkowski: this was a PMC discussion from a 
while back
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807512095500
----
2019-09-06 22:05:36 UTC - Michele Sciabarra: anyway you can use it
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807536096000
----
2019-09-06 22:05:36 UTC - Michele Sciabarra: I had probolems only with the 
cache preloading
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807536096100
----
2019-09-06 22:05:37 UTC - Matt Rutkowski: can discuss if you like via voice
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807537096200
----
2019-09-06 22:05:49 UTC - Matt Rutkowski: some other time
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807549096400
----
2019-09-06 22:06:07 UTC - Michele Sciabarra: but since I do not use it it could 
work with j9
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807567096500
----
2019-09-06 22:06:20 UTC - Michele Sciabarra: use j9
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807580096700
----
2019-09-06 22:06:33 UTC - Michele Sciabarra: I think I disabled class cache so 
should work
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807593097300
----
2019-09-06 22:06:42 UTC - Matt Rutkowski: the cache pre-loading does work in 
j9, verified it locally
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807602097600
----
2019-09-06 22:06:59 UTC - Michele Sciabarra: yes but I do not use it in my 
startup scripts
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807619098200
----
2019-09-06 22:07:02 UTC - Matt Rutkowski: now I am trying to prime it with 
other libs. such as ones declared in “profiles”
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807622098500
----
2019-09-06 22:07:04 UTC - Michele Sciabarra: so it is not an issue
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807624098600
----
2019-09-06 22:07:42 UTC - Matt Rutkowski: we should setup a call next week
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807662099500
----
2019-09-06 22:07:49 UTC - Matt Rutkowski: and share goals/info
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807669099800
----
2019-09-06 22:07:51 UTC - Michele Sciabarra: let me try to enable it
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807671099900
----
2019-09-06 22:08:00 UTC - Michele Sciabarra: I mean j9
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807680100200
----
2019-09-06 22:11:19 UTC - Michele Sciabarra: I am trying with
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807879100600
----
2019-09-06 22:11:39 UTC - Michele Sciabarra: FROM 
adoptopenjdk/openjdk8:8u222-b10-jdk-openj9-0.15.1
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807899100900
----
2019-09-06 22:12:20 UTC - Matt Rutkowski: that is what I will put back (without 
the added comment line) after travis builds (it is stuck waiting still)
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567807940101600
----
2019-09-06 22:13:50 UTC - Michele Sciabarra: indeed I cannot download it
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567808030101900
----
2019-09-06 22:14:21 UTC - Michele Sciabarra: 
<https://hub.docker.com/_/adoptopenjdk?tab=tags>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567808061102100
----
2019-09-06 22:14:36 UTC - Michele Sciabarra: looks like there are multiple 
images so you need to add the architecture
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567808076102600
----
2019-09-06 22:17:21 UTC - Michele Sciabarra: No idea how to pull that image
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567808241103000
----
2019-09-06 22:18:16 UTC - Michele Sciabarra: there is NOT the combination 
linux/arrm64!!!!
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567808296103600
----
2019-09-06 22:18:39 UTC - Matt Rutkowski: it is being pulled fine for the 
normal java8 runtime.. was only having issues on the actionloop image … and in 
trying to solve it introduced a comment i should not have
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567808319104100
----
2019-09-06 22:19:49 UTC - Matt Rutkowski: Travis… i have to leave in 11 mins… 
it better queue up and confirm my belief we are fixed
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567808389104700
----
2019-09-06 22:23:14 UTC - Michele Sciabarra: ok
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567808594104800
----
2019-09-06 22:23:36 UTC - Michele Sciabarra: I hope that works if j9 is 
compatible with normal java cli
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567808616105300
----
2019-09-06 22:26:09 UTC - Matt Rutkowski: it should … now :wink:
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567808769105600
----
2019-09-06 22:26:24 UTC - Matt Rutkowski: and she started… 
<https://travis-ci.org/apache/openwhisk-runtime-java/jobs/581871881>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567808784105800
----

Reply via email to