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

Use distroless image for operator image #533

Merged
merged 6 commits into from
Mar 14, 2023

Commits on Feb 24, 2023

  1. Use distroless image for operator image

    To avoid security issues switch to usage of distroless image.
    Also bumped go version to 1.19
    
    Fixes: pravega#508
    Signed-off-by: Ann Taraday <akamyshnikova@mirantis.com>
    AKamyshnikova committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    9706b5f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Add user setting in Dockerfile

    Signed-off-by: Ann Taraday <akamyshnikova@mirantis.com>
    AKamyshnikova committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    cabf888 View commit details
    Browse the repository at this point in the history
  2. Revert setting USER in Dockerfile

    Signed-off-by: Ann Taraday <akamyshnikova@mirantis.com>
    AKamyshnikova committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    d7e43b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Use cr.io/distroless/static-debian11

    Signed-off-by: Ann Taraday <akamyshnikova@mirantis.com>
    AKamyshnikova committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    4a455cb View commit details
    Browse the repository at this point in the history
  2. Introduce DISTROLESS_DOCKER_REGISTRY arg

    Signed-off-by: Ann Taraday <akamyshnikova@mirantis.com>
    AKamyshnikova committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    864ecb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Drop DISTROLESS_DOCKER_REGISTRY from Makefile

    Signed-off-by: Ann Taraday <akamyshnikova@mirantis.com>
    AKamyshnikova committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    3590248 View commit details
    Browse the repository at this point in the history