Skip to content

chore(deps): update sonatype/nexus3 docker tag to v3.81.0#4110

Merged
wanghe-fit2cloud merged 2 commits intodevfrom
renovate/sonatype-nexus3-3.x
Jun 11, 2025
Merged

chore(deps): update sonatype/nexus3 docker tag to v3.81.0#4110
wanghe-fit2cloud merged 2 commits intodevfrom
renovate/sonatype-nexus3-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jun 11, 2025

This PR contains the following updates:

Package Update Change
sonatype/nexus3 minor 3.80.0 -> 3.81.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@f2c-ci-robot
Copy link
Copy Markdown

f2c-ci-robot bot commented Jun 11, 2025

Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@f2c-ci-robot
Copy link
Copy Markdown

f2c-ci-robot bot commented Jun 11, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

image: sonatype/nexus3:3.81.0
restart: always
container_name: ${CONTAINER_NAME}
environment:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The provided code difference seems to be intended for updating the Nexus Docker image version from 3.80.0 to 3.81.0. There are no apparent irregularities, but here is a brief review:

  1. Image Update: The change in the image field correctly updates from the older version (sonatype/nexus3:3.80.0) to the newer version (sonatype/nexus3:3.81.0). This maintains compatibility with any new features or improvements available in the latest release.

  2. Restart Policy: The restart: always statement ensures that the Nexus container will automatically restart if it crashes, which is crucial for maintaining service availability.

  3. Environment Variables: There are not many changes listed under environment, so these lines can likely remain unchanged unless there were specific configurations added or modified between versions, particularly those related to custom settings like database credentials or additional plugins.

  4. Container Name: The ${CONTAINER_NAME} placeholder remains unchanged, suggesting you might have already defined this environment variable elsewhere in your script or deployment configuration file.

Overall, the difference appears to be straightforward and focused on an essential update of the software component. If you're unsure about other aspects such as network configurations or external dependencies, more context would be helpful for further analysis.

@renovate renovate bot force-pushed the renovate/sonatype-nexus3-3.x branch from 811c5e6 to 938a999 Compare June 11, 2025 14:58
image: sonatype/nexus3:3.81.0
restart: always
container_name: ${CONTAINER_NAME}
environment:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is an error in your Docker Compose file:

  • Line 4: The sonatype/nexus3:3.80.0 image has been replaced with the updated version sonatype/nexus3:3.81.0.

Additionally, you may consider adding logging to your Nexus container for better monitoring and troubleshooting:

services:
  nexus:
    image: sonatype/nexus3:3.81.0
    restart: always
    container_name: ${CONTAINER_NAME}
    environment:
      - X_NEXUS_LOG_LEVEL=DEBUG
    volumes:
      - /path/to/logs:/opt/sonatype-nexuslogs

This allows you to access log files on your host machine if needed while still keeping them within the Docker volume managed by Docker Compose.

Note that this example assumes there is already a volume defined at /volumes, which should be adjusted according to your setup.

@wanghe-fit2cloud wanghe-fit2cloud merged commit 6b5c0a0 into dev Jun 11, 2025
1 check was pending
@wanghe-fit2cloud wanghe-fit2cloud deleted the renovate/sonatype-nexus3-3.x branch June 11, 2025 15:09
pull bot pushed a commit to dreamoeu/appstore that referenced this pull request Dec 25, 2025
…-casdoor-2.x

chore(deps): update casbin/casdoor docker tag to v2.205.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant