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

[master] remove obsolete "selinux, apparmor, seccomp" build-tags from DOCKER_BUILDTAGS #693

Merged
merged 3 commits into from
May 13, 2022

Commits on May 13, 2022

  1. Remove obsolete "selinux" build-tag from DOCKER_BUILDTAGS

    Since moby/moby@1c0af18,
    moby no longer uses an selinux build-tag, so we can remove these.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed May 13, 2022
    Configuration menu
    Copy the full SHA
    403e5cc View commit details
    Browse the repository at this point in the history
  2. Remove obsolete "apparmor" build-tag from DOCKER_BUILDTAGS

    The apparmor build-tag is no longer used;
    
        git grep '^// +build.*apparmor'
        # (no result)
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed May 13, 2022
    Configuration menu
    Copy the full SHA
    78c9adb View commit details
    Browse the repository at this point in the history
  3. Remove obsolete "seccomp" build-tag from DOCKER_BUILDTAGS

    Starting with moby/moby@c9e19a2,
    the seccomp build-tag is no longer used, so can be removed.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed May 13, 2022
    Configuration menu
    Copy the full SHA
    a18349f View commit details
    Browse the repository at this point in the history