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

fix(Dockerfile): move to ubi-micro [OSD-8579] #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 24, 2022

  1. fix(Dockerfile): move to ubi-micro [OSD-8579]

    the previous solution was ok, but the current one is more compatible
    with the security team
    
    - bump golang to latest (1.17)
    - fix secuirty vuln found with 'trivy image scan'
    - use ubi-micro to allow code-scanning using 'clair'
    - did a 'go mod vendor && go mod tidy'
    - gofmt a file using 'gofmt -w <filename>'
    
    related to observatorium#14
    georgettica committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    f3e4f55 View commit details
    Browse the repository at this point in the history