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

ci: Fix the Dockerfile and build from CI #141

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

Commits on Aug 27, 2024

  1. ci: Fix the Dockerfile and build from CI

    Fix the Dockerfile and add the Docker build to the CI.
    The docker build error was:
    ```
    1.359 E: Failed to fetch http://security.debian.org/debian-security/dists/stretch/updates/main/binary-amd64/Packages  404  Not Found
    1.359 E: Failed to fetch http://deb.debian.org/debian/dists/stretch/main/binary-amd64/Packages  404  Not Found
    1.359 E: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/main/binary-amd64/Packages  404  Not Found
    1.359 E: Some index files failed to download. They have been ignored, or old ones used instead.
    ```
    
    Also use a minimal image for the final build stage.
    New image size is 240MB vs 4.4G for the old one.
    
    In a follow up PR we could add multi-arch build support and automatic
    image upload to Docker registries.
    AndreMiras committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3d064b4 View commit details
    Browse the repository at this point in the history