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

Fixes #484: Do not use non-numeric UID in Dockerfile #485

Closed

Conversation

jiridanek
Copy link
Member

It appears that not setting USER at all will take care of this.

Original issue rh-messaging/shipshape#75

It appears that not setting USER at all will take care of this.
@jiridanek
Copy link
Member Author

See the image built this new way in quay, tagged as :latest and :2022-10-28

(Previous image is tagged :2022-09-27 and I can quickly retag it to latest if the new latest is in any way broken.)

https://quay.io/repository/messaging/cli-java?tab=history

image

@jiridanek jiridanek self-assigned this Oct 28, 2022
@jiridanek jiridanek linked an issue Oct 28, 2022 that may be closed by this pull request
@jiridanek
Copy link
Member Author

See #484 (comment) for the correct fix, and skupperproject/skupper#937 (comment) for discussion why it is correct fix (because it works on any k8s, not just openshift).

USER 1001

@jiridanek jiridanek closed this Mar 6, 2023
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.

Do not use non-numeric UID in Dockerfile
1 participant