Skip to content

Conversation

@Guiliano99
Copy link
Contributor

@Guiliano99 Guiliano99 commented Jun 13, 2025

Some users registered with uppercase characters in their account names, which is not compatible with Docker container building and running. This change enforces lowercase account names to prevent such issues.

Description

  • Normalize account names to lowercase.

Motivation and Context

  • Fix Docker build/running issues caused by inconsistent casing in account names.

How Has This Been Tested?

  • Verified via GitHub Actions pipeline.

- For users, which use a name which has uppercase name.
- To use the lower case name, for the docker container.
@Guiliano99 Guiliano99 marked this pull request as ready for review June 13, 2025 08:55
@Guiliano99 Guiliano99 requested a review from ralienpp as a code owner June 13, 2025 08:55
# Conflicts:
#	.github/workflows/check_quality.yml
#	REUSE.toml
#	client_tests/README.md
#	client_tests/cmp_client.py
#	client_tests/cmp_tests_jinja.robot
#	requirements.txt
- Verifies if the rf-test are run able or something went wrong.
Copy link
Collaborator

@ralienpp ralienpp left a comment

Choose a reason for hiding this comment

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

This changes too many things in too many places, even though the declared intention is to change the repository owner's name to lower-case because GHCR requires it.

The relevant changes were hand-picked and included, see 26e72ee.

If all the other changes are relevant, they should be independent pull requests that target one specific objective.

@ralienpp ralienpp closed this Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants