Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] Docker CI image for JDK 11
  • From: "sawamura.hiroki@xxxxxxxxxxx" <sawamura.hiroki@xxxxxxxxxxx>
  • Date: Tue, 3 Mar 2020 05:31:15 +0000
  • Accept-language: ja-JP, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=fujitsu.com; dmarc=pass action=none header.from=fujitsu.com; dkim=pass header.d=fujitsu.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=x9qhAcmh4Fuj908+SFsXcwhqWvcz+3DOwQBAyVu0Zfc=; b=nVc5EXFQZ8BVWFVZT+IFDxDyy7enYPIQ5QYu7QRzkcwHefnloxtCwQGWtFa1t6P1ob2yEY0DSzpYiOpfRqYdjq85htDJSv6602e7gns7SqlFtBBDno+Wt7qnxhYvxKwQ816WPIF51trLtCf3Rheoii1FqTWRlGfnHs67DdRv+cH/jkvYpof1UyzO804jnJkM9y9Rhd+EXSX65FhVtz2cF7KhikLfcctxGDSL590HDjJt/IaXXdFFhqIBnLUwYvibMO0swiQ0qL//DMdffFuSX6ivS4sOxurRLB5zHzguJ3iv2K4C3feLlIfb37bxxW/RGHh+7oazhnySDi9BNJNStA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=S+0A7u3tvTpDpev+6tfzf3iU51iEXOOX0im+RkNd4UMZmkZGsuMkadAzFJ3Rh2G1Zyiw1f/5T3fq70xP0WbvsAsh7CgnCIic2/1f2a6j20wr/e0Rd16I5XhsWMO1EGi6VoPlni2+Mo8f8vkRkKdqFW1houmVVzW9neEq6TIL9HXGiMMKaoiKc/bIj0Uc7Pp72vzhV9PS/sCJPF28z3p8RhpIHCE8X6grU0EDxpAA/XvKor1JLzg4G8zJ2gbhhPn8rdmcV1qGhARNh9MIarjspNDRCxMvJo6LRwo32/bkmAEgnbOQN1Fb9pp4c8xwj7XsyUQBbGrmh4BX7cguswHhIA==
  • Delivered-to: glassfish-dev@xxxxxxxxxxx
  • Ironport-sdr: GXiEV7b0xpA57qLpQhT4z+406AgknmwFTQ1kXIlfueQj8NKAIRJpLw6Q28MpjOb2BE+82hbLpo sdn0fICAUhfUOMEdnHuzXBBueGa38WYKUkC2WOACfjlGZUbNqG2l4q/l3JSES2+OvT2XDov4xa zC46L+oGttBa2lmCnrTEMl1pkAaqdvvEmm0wFjGJ5VSQuvG+9vfItmarYxrTT+RMkJ/NExHg6y JYsJPFBqaHjqedW8t6d09S0YMcCcZ38xyIarasGcdmRL8HXBbwbT+GtrutaQBgbFS3A6L3vi1P xj4=
  • List-archive: <https://www.eclipse.org/mailman/private/glassfish-dev>
  • List-help: <mailto:glassfish-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdXmNCkuHw+xmyPIQ/mLEkVdvYoTwQAMODCAABkE9UACk/LkkA==
  • Thread-topic: [glassfish-dev] Docker CI image for JDK 11

Hi Arjan,

Could I ask you to create the docker image for CI containing both JDK 8 and JDK 11 in a container(*) when you have time?

The default JDK is 11, and only when building GlassFish, enable JDK 8 by rewriting JAVA_HOME (and PATH if necessary) in Jenkinsfile.

*) If we define each container divided into images of each JVM in one Pod, then k8s will always require resources to keep both containers up and running, and k8s will not be able to do enough parallel processing.

Regards,
Hiroki

-----Original Message-----
From: glassfish-dev-bounces@xxxxxxxxxxx <glassfish-dev-bounces@xxxxxxxxxxx> On Behalf Of sawamura.hiroki@xxxxxxxxxxx
Sent: Wednesday, February 19, 2020 11:23 AM
To: glassfish developer discussions <glassfish-dev@xxxxxxxxxxx>
Subject: Re: [glassfish-dev] Docker CI image for JDK 11

Hi Arjan,

Thank you for your reply. I'll consult with you again.

Thanks!
Hiroki

From: glassfish-dev-bounces@xxxxxxxxxxx <glassfish-dev-bounces@xxxxxxxxxxx> On Behalf Of arjan tijms
Sent: Tuesday, February 18, 2020 11:10 PM
To: glassfish developer discussions <glassfish-dev@xxxxxxxxxxx>
Subject: Re: [glassfish-dev] Docker CI image for JDK 11

Hi Hiroki,

We were currently busy getting the new docker image for GlassFish to work at all, as it broke with the move to the new Eclipse Jenkins CI. That work has somewhat stalled, but I'll try to resume it today.

People to ask would be among others Romain, Bill and myself, as we have access to the docker repo used by GlassFish CI.

Kind regards,
Arjan Tijms




On Tue, Feb 18, 2020 at 9:20 AM mailto:sawamura.hiroki@xxxxxxxxxxx <mailto:sawamura.hiroki@xxxxxxxxxxx> wrote:
Hi,

I'm currently trying to modify QuickLook tests and devtests to work on JDK 11, but to run them on Eclipse's Jenkins CI, we need a docker image with JDK 11 installed such as ee4jglassfish/ci:jdk-11.

Who should I consult or ask about it?

Thanks,
Hiroki
_______________________________________________
glassfish-dev mailing list
mailto:glassfish-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev
_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev

Back to the top