Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to support installing the devkit on linux/s390x build images #3619

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,12 @@ have at the moment:

The RHEL7 image creation for s390x has to be run on a RHEL host using a
container implementation supplied by Red Hat, and we are using RHEL8 for
this as it has a stable implemention. The image creation requires the
this as it has a stable implemention. The image creation requires the
following:

1. The host needs to have an active RHEL subscription
sxa marked this conversation as resolved.
Show resolved Hide resolved
2. The RHEL7 devkit (which cannot be made public) to be available in a tar file under /usr/local on the host as per the name in the Dockerfile
2. The RHEL7 devkit (which cannot be made public) is to be available in a tar file under `/usr/local` on the host as per the name in the Dockerfile.

</details>

When a change lands into master, the relevant dockerfiles are built using
Expand All @@ -108,7 +109,8 @@ the ansible playbooks and - with the exception of the RHEL7 image for s390x -
pushing them up to Docker Hub where they can be consumed by our jenkins
build agents when the `DOCKER_IMAGE` value is defined on the jenkins build
pipelines as configured in the [pipeline_config
files](https://github.com/AdoptOpenJDK/ci-jenkins-pipelines/tree/master/pipelines/jobs/configurations).
files](https://github.com/adoptium/ci-jenkins-pipelines/tree/master/pipelines/jobs/configurations).


### Adding a new dockerBuild dockerhub repository

Expand Down