Skip to content
This repository was archived by the owner on Sep 21, 2020. It is now read-only.
This repository was archived by the owner on Sep 21, 2020. It is now read-only.

Define and implement "Flex" context provider #36

Description

@AkihiroSuda

maybe like

apiVersion: cbi.containerbuilding.github.io/v1alpha1
kind: FlexContextProvider
metadata:
  name: foo
  labels:
    mediaType: application/tar+gzip
spec:
  template:
    spec:
      containers:
      - name: foo
         commands: ["cat", "a.tgz"]

---

apiVersion: cbi.containerbuilding.github.io/v1alpha1
kind: BuildJob
spec:
  context:
    kind: flex
    flex:
      providerRef:
        name: foo
      options:
        bar: baz 
   

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions