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

Spelling #487

Merged
merged 4 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .test/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ imageTests[openjdk]+='
'

globalExcludeTests+=(
# nanoservcer/windowsservercore: updating local store with additional certificates is not implemented
# nanoserver/windowsservercore: updating local store with additional certificates is not implemented
[openjdk:nanoserver_java-ca-certificates-update]=1
[openjdk:windowsservercore_java-ca-certificates-update]=1
)
2 changes: 1 addition & 1 deletion 11/jdk/centos/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 11/jdk/ubi/ubi9-minimal/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 11/jre/centos/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 11/jre/ubi/ubi9-minimal/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 17/jdk/centos/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 17/jdk/ubi/ubi9-minimal/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 17/jre/centos/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 17/jre/ubi/ubi9-minimal/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 20/jdk/alpine/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 20/jdk/ubi/ubi9-minimal/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 20/jdk/ubuntu/jammy/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 20/jre/alpine/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 20/jre/ubi/ubi9-minimal/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 20/jre/ubuntu/jammy/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 21/jdk/ubi/ubi9-minimal/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 21/jre/ubi/ubi9-minimal/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 8/jdk/centos/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 8/jdk/ubi/ubi9-minimal/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 8/jre/centos/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion 8/jre/ubi/ubi9-minimal/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Contact the Eclipse Foundation Webdev team via [email protected].

Please let us know via our [issue tracker](https://github.com/adoptium/temurin-build/issues) if you find a problem, even if you don't have a fix for it. The ideal issue report should be descriptive, and where possible include the steps we can take to reproduce the problem for ourselves.

If you have a proposed fix for an issue, or an enhancement you would like to make to the code please describe it in an issue, then send us the code as a [Github pull request](https://help.github.com/articles/about-pull-requests) as described below.
If you have a proposed fix for an issue, or an enhancement you would like to make to the code please describe it in an issue, then send us the code as a [GitHub pull request](https://help.github.com/articles/about-pull-requests) as described below.

## Pull requests

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ A [Updater GitHub Action](.github/workflows/updater.yml) runs every 30 mins whic

#### generate_dockerfiles.py

[`./generate_dockerfiles.py`](./generate_dockerfiles.py) is a python script which uses the jinja templates defined in [docker_templates](./docker_templates/) to generate the docker updates. It uses the Adoptium API to fetch the lastest artefacts for each release.
[`./generate_dockerfiles.py`](./generate_dockerfiles.py) is a python script which uses the jinja templates defined in [docker_templates](./docker_templates/) to generate the docker updates. It uses the Adoptium API to fetch the latest artefacts for each release.

### Manual Release

Expand Down
2 changes: 1 addition & 1 deletion docker_templates/scripts/entrypoint.ubi9-minimal.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sheband needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details
# Shebang needs to be `bash`, see https://github.com/adoptium/containers/issues/415 for details

set -e

Expand Down