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

Update Dockerfile for FOSSLight Source Scanner and Upgrade Python Version #131

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 10, 2024

  1. Fix Dockerfile for deploy docker image

    - Resolve error with typecode-libmagic installation
    - Upgrade Python version from 3.8 to 3.10 for compatibility with newer packages
    - Update base image to python:3.10-slim-buster
    - Modify package installation process to handle platform-specific dependencies
    
    This commit addresses issues with the Dockerfile for FOSSLight Source Scanner,
    allowing successful image deployment to Docker Hub. The Python version upgrade
    ensures compatibility with packages that require Python 3.9 or 3.10.
    
    Signed-off-by: soonhong99 <67502252+soonhong99@users.noreply.github.com>
    soonhong99 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ba4b8c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. chore: fix || true because origin error is complete

    Signed-off-by: soonhong99 <nanayah99@naver.com>
    soonhong99 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    5a29e47 View commit details
    Browse the repository at this point in the history
  2. test: python version 3.10 to 3.8

    Signed-off-by: soonhong99 <nanayah99@naver.com>
    soonhong99 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    612c560 View commit details
    Browse the repository at this point in the history