fix(docker): update repository label #5
Reference in New Issue
Block a user
Delete Branch "fix-docker-label"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Decision: Reject
Change Score: 0/10
The provided Dockerfile appears to change the
org.opencontainers.image.sourcelabel from GitLab to a personal repository URL. While changing the source URL might be a minor adjustment, it seems unprofessional to update it to a personal repository domain instead of the official one.In a real-world scenario, it is essential to maintain the original source reference intact to ensure that the users can access the original repository if any issues arise.
To fix this, revert the change back to the original value, which is
https://gitlab.com/luketainton/insultgen.Here's the corrected version: