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

USER instruction in Dockerfile uses UID and GID numbers #514

Merged
merged 9 commits into from
Mar 26, 2021

Conversation

mRrvz
Copy link
Contributor

@mRrvz mRrvz commented Mar 21, 2021

It is possible to run an image generated with the cartridge pack docker command in an unprivileged Kubernetes container. It became possible, because tarantool user now always has UID = 1200 and GID = 1200. Closes #481

CHANGELOG.md Show resolved Hide resolved
cli/pack/docker.go Show resolved Hide resolved
cli/project/dockerfiles.go Show resolved Hide resolved
cli/project/dockerfiles.go Outdated Show resolved Hide resolved
cli/project/dockerfiles.go Outdated Show resolved Hide resolved
cli/project/dockerfiles_test.go Outdated Show resolved Hide resolved
cli/project/dockerfiles_test.go Outdated Show resolved Hide resolved
cli/project/dockerfiles.go Outdated Show resolved Hide resolved
cli/project/dockerfiles.go Outdated Show resolved Hide resolved
@mRrvz mRrvz merged commit ec6201c into master Mar 26, 2021
@mRrvz mRrvz deleted the change-user-dockerfile branch March 26, 2021 13:16
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.

[4pt] Сhange the way you use USER instruction in Dockerfile
3 participants