Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for dnf_docker (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. Vagrantfile

          config.vm.box = 'elastic/fedora-28-x86_64'
          dnf_common config, box
          dnf_docker config
        end
      end
      'fedora-29'.tap do |box|
        config.vm.define box, define_opts do |config|
          config.vm.box = 'elastic/fedora-29-x86_64'
          dnf_common config, box
          dnf_docker config
        end
      end
      'opensuse-42'.tap do |box|
        config.vm.define box, define_opts do |config|
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Feb 17 17:41:23 GMT 2021
    - 14.9K bytes
    - Click Count (0)
  2. ci/official/envs/no_docker

    Austin Anderson <******@****.***> 1704849822 -0800
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Jan 10 19:39:41 GMT 2024
    - 727 bytes
    - Click Count (0)
  3. ci/official/README.md

    #      Ex. public_cache_push -- Use TF's public cache (read and write, Googlers only)
    #      Ex. rbe        -- Use RBE for faster builds (Googlers only; see below)
    #      Ex. no_docker  -- Disable docker on enabled platforms
    #    See full examples below for more details on these. Some other modifiers are:
    #      Ex. versions_upload -- for TF official release versions
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Feb 01 03:21:19 GMT 2024
    - 8K bytes
    - Click Count (0)
Back to Top