Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for content_sv (0.06 sec)

  1. manifests/charts/UPDATING-CHARTS.md

    <!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
    # Table of Contents
    
    - [Updating charts and values.yaml](#updating-charts-and-valuesyaml)
        - [Acceptable Pull Requests](#acceptable-pull-requests)
        - [Making changes](#making-changes)
        - [Value deprecation](#value-deprecation)
    
    <!-- markdown-toc end -->
    
    # Updating charts and values.yaml
    
    ## Acceptable Pull Requests
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Aug 15 16:31:46 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  2. cni/pkg/install/binaries_test.go

    		t.Run(c.name, func(t *testing.T) {
    			srcDir := t.TempDir()
    			for filename, contents := range c.srcFiles {
    				file.WriteOrFail(t, filepath.Join(srcDir, filename), []byte(contents))
    			}
    
    			targetDir := t.TempDir()
    			for filename, contents := range c.existingFiles {
    				file.WriteOrFail(t, filepath.Join(targetDir, filename), []byte(contents))
    			}
    
    			binariesCopied, err := copyBinaries(srcDir, []string{targetDir})
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Jul 20 18:34:43 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  3. docker/Dockerfile.distroless

    FROM cgr.dev/chainguard/static@sha256:d07036a3beff43183f49bce5b2a0bd945f2ffe6e76f734ebd040059a40d371bc AS distroless_source
    
    # prepare a base dev to modify file contents
    FROM ubuntu:noble AS ubuntu_source
    
    # Modify contents of container
    COPY --from=distroless_source /etc/ /home/etc
    COPY --from=distroless_source /home/nonroot /home/nonroot
    RUN echo istio-proxy:x:1337: >> /home/etc/group
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Oct 23 15:22:31 UTC 2024
    - 829 bytes
    - Viewed (0)
Back to top