Skip to content

Commit

Permalink
Merge pull request #250 from rhusar/repo-rename
Browse files Browse the repository at this point in the history
Incorrect 'org.opencontainers.image.url' OpenContainers metadata label + finish renaming repository
  • Loading branch information
jmesnil authored Feb 18, 2025
2 parents 8cdb27c + 3f72d5d commit 25c932e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

## Issues & Requests for enhancement

This project uses GitHub to manage issues and RFEs. All issues can be found /~https://github.com/jboss-dockerfiles/wildfly/issues[here].
This project uses GitHub to manage issues and RFEs. All issues can be found /~https://github.com/wildfly/wildfly-container/issues[here].

To create a new issue, comment on an existing issue, or assign an issue to yourself, you'll need to first a GitHub account.

## Good First Issues

Check out our issues with the `good-first-issue` label. These are a triaged set of issues that are great for getting started on our project. These can be found /~https://github.com/jboss-dockerfiles/wildfly/issues?q=is%3Aissue+is%3Aopen+label%3Agood-first-issue[here].
Check out our issues with the `good-first-issue` label. These are a triaged set of issues that are great for getting started on our project. These can be found /~https://github.com/wildfly/wildfly-container/issues?q=is%3Aissue+is%3Aopen+label%3Agood-first-issue[here].

Lastly, this project is an open source project. Please act responsibly, be nice, polite and enjoy!
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG jdk=21
ARG dist=ubi9-minimal
FROM eclipse-temurin:${jdk}-${dist}

LABEL org.opencontainers.image.source=/~https://github.com/jboss-dockerfiles/wildfly org.opencontainers.image.title=wildfly org.opencontainers.imag.url=/~https://github.com/jboss-dockerfiles/wildfly org.opencontainers.image.vendor=WildFly
LABEL org.opencontainers.image.source=/~https://github.com/wildfly/wildfly-container org.opencontainers.image.title=wildfly org.opencontainers.image.url=/~https://github.com/wildfly/wildfly-container org.opencontainers.image.vendor=WildFly

# Starting on jdk 17 eclipse-temurin is based on ubi9-minimal version 9.3
# that doesn't includes shadow-utils package that provides groupadd & useradd commands
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ WildFly is installed in the `/opt/jboss/wildfly` directory.

## Source

The source is [available on GitHub](/~https://github.com/jboss-dockerfiles/wildfly).
The source is [available on GitHub](/~https://github.com/wildfly/wildfly-container).

## Issues

Please report any issues or file RFEs on [GitHub](/~https://github.com/jboss-dockerfiles/wildfly/issues).
Please report any issues or file RFEs on [GitHub](/~https://github.com/wildfly/wildfly-container/issues).
4 changes: 2 additions & 2 deletions docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ WildFly is installed in the `/opt/jboss/wildfly` directory. The environment vari

== Source

The source is /~https://github.com/jboss-dockerfiles/wildfly[available on GitHub].
The source is /~https://github.com/wildfly/wildfly-container[available on GitHub].

== Issues

Please report any issues or file RFEs on /~https://github.com/jboss-dockerfiles/wildfly/issues[GitHub].
Please report any issues or file RFEs on /~https://github.com/wildfly/wildfly-container/issues[GitHub].

0 comments on commit 25c932e

Please sign in to comment.