Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 306 for selinux (1.21 sec)

  1. CHANGELOG/CHANGELOG-1.12.md

    [kubernetes-client-linux-386.tar.gz](https://dl.k8s.io/v1.12.10/kubernetes-client-linux-386.tar.gz) | `4086b9bcdc6547bc6bea7401b7485fb4dc6b58f52d3df4bafe634514b1da21d7fa5dfd4df2ff45031940133e2f19f60c14b413c7c034d9e802fce32288a9ecbe`
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/configurations/SmokeTests.kt

        testJava: JvmCategory,
        id: String,
        task: String = "smokeTest",
        splitNumber: Int = 1,
    ) : OsAwareBaseGradleBuildType(os = Os.LINUX, stage = stage, init = {
            id("${model.projectId}_SmokeTest_$id")
            name = "Smoke Tests with 3rd Party Plugins ($task) - ${testJava.version.toCapitalized()} Linux"
            description = "Smoke tests against third party plugins to see if they still work with the current Gradle version"
    
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Feb 12 09:12:03 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  3. .teamcity/src/main/kotlin/common/Os.kt

        val perfTestJavaVersion: JvmVersion = JvmVersion.JAVA_17,
        val defaultArch: Arch = Arch.AMD64,
    ) {
        LINUX(
            "Linux",
            androidHome = "/opt/android/sdk",
            jprofilerHome = "/opt/jprofiler/jprofiler11.1.4",
        ),
        ALPINE(
            "Linux",
            androidHome = "/not/supported",
            jprofilerHome = "/not/supported",
        ),
        WINDOWS(
            "Windows",
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Mon Aug 25 20:21:47 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  4. ci/official/containers/ml_build_arm64/setup.python.sh

    else
      /setup.packages.sh pythons.txt
    fi
    
    # Re-link pyconfig.h from aarch64-linux-gnu into the devtoolset directory
    # for any Python version present
    pushd /usr/include/aarch64-linux-gnu
    for f in $(ls | grep python); do
      # set up symlink for devtoolset-10
      rm -f /dt10/usr/include/aarch64-linux-gnu/$f
      ln -s /usr/include/aarch64-linux-gnu/$f /dt10/usr/include/aarch64-linux-gnu/$f
    done
    popd
    
    # Python 3.10 include headers fix:
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Aug 01 19:14:43 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  5. docs/tls/README.md

    # How to secure access to MinIO server with TLS [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io)
    
    This guide explains how to configure MinIO Server with TLS certificates on Linux and Windows platforms.
    
    1. [Install MinIO Server](#install-minio-server)
    2. [Use an Existing Key and Certificate with MinIO](#use-an-existing-key-and-certificate-with-minio)
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 8.6K bytes
    - Viewed (0)
  6. .teamcity/src/main/kotlin/util/UpdateWrapper.kt

        name = "UpdateWrapper"
        id("UpdateWrapper")
    
        val vcsBranch = VersionedSettingsBranch.fromDslContext()
    
        vcs.useAbsoluteVcs(vcsBranch.vcsRootId())
    
        requirements {
            requiresOs(Os.LINUX)
        }
    
        params {
            text(
                "wrapperVersion",
                "should-be-overridden",
                display = ParameterDisplay.PROMPT,
                allowEmpty = false,
                description =
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu Jul 24 03:08:48 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  7. .teamcity/src/main/kotlin/configurations/Gradleception.kt

     */
    class Gradleception(
        model: CIBuildModel,
        stage: Stage,
        buildJvm: Jvm,
        jvmDescription: String,
        bundleGroovyMajor: Int? = null,
    ) : OsAwareBaseGradleBuildType(os = Os.LINUX, stage = stage, init = {
            val idParts = mutableListOf<String>()
            val labels = mutableListOf<String>()
            val descriptionParts = mutableListOf<String>()
            if (bundleGroovyMajor != null) {
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu May 01 14:55:05 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  8. .teamcity/src/main/kotlin/configurations/StageTriggers.kt

    import projects.StageProject
    
    val stageWithOsTriggers: Map<StageName, List<Os>> =
        mapOf(
            StageName.PULL_REQUEST_FEEDBACK to listOf(Os.LINUX, Os.WINDOWS),
            StageName.READY_FOR_NIGHTLY to listOf(Os.LINUX, Os.WINDOWS, Os.MACOS),
            StageName.READY_FOR_RELEASE to listOf(Os.LINUX, Os.WINDOWS, Os.MACOS),
        )
    
    class StageTriggers(
        model: CIBuildModel,
        stage: Stage,
        prevStage: Stage?,
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Jun 11 10:33:45 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  9. .teamcity/src/main/kotlin/promotion/BasePromotionBuildType.kt

                this.cleanCheckout = cleanCheckout
                showDependenciesChanges = true
            }
    
            requirements {
                requiresOs(Os.LINUX)
                requiresNotEc2Agent()
            }
    
            paramsForBuildToolBuild(BuildToolBuildJvm, Os.LINUX)
    
            params {
                password("env.DEVELOCITY_ACCESS_KEY", "%ge.gradle.org.access.key%;%develocity.grdev.net.access.key%")
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu Mar 20 06:13:56 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  10. .teamcity/src/main/kotlin/configurations/TestPerformanceTest.kt

    import model.CIBuildModel
    import model.Stage
    
    class TestPerformanceTest(
        model: CIBuildModel,
        stage: Stage,
    ) : OsAwareBaseGradleBuildType(os = Os.LINUX, stage, init = {
            val os = Os.LINUX
            val buildTypeThis = this
            val testProject = "smallJavaMultiProject"
    
            fun BuildSteps.gradleStep(tasks: List<String>) {
                gradleWrapper {
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Mon Aug 25 20:21:47 UTC 2025
    - 3.3K bytes
    - Viewed (0)
Back to top