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

Dockerfile: some refactoring, and switch to "buster" variant #2234

Merged
merged 5 commits into from
Mar 30, 2020

Commits on Mar 30, 2020

  1. Dockerfile: use build-args to allow overriding versions

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    201152a View commit details
    Browse the repository at this point in the history
  2. Dockerfile: set DEBIAN_FRONTEND=noninteractive

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    c4821c2 View commit details
    Browse the repository at this point in the history
  3. Dockerfile: sort dependencies, and cleanup apt cache

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    a596387 View commit details
    Browse the repository at this point in the history
  4. Dockerfile: prevent busting build-cache for busybox rootfs

    Move adding the source code to the end, so that the busybox rootfs
    doesn't have to be fetched again on each code change.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    48bf88c View commit details
    Browse the repository at this point in the history
  5. Dockerfile: switch to "buster" variant (current stable)

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    dca34a0 View commit details
    Browse the repository at this point in the history