You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix compiliation on Go 1.18 for macOS (upgrade `golang.org/x/sys`)
* Set `go.mod` version as 1.18
* Update TOC now that `DockerComposeService` exists
* Tiltfile tweaks
Copy file name to clipboardExpand all lines: docs/container-images/image-map-v1alpha1.md
+4-26Lines changed: 4 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ api_metadata:
7
7
content_type: "api_reference"
8
8
description: "ImageMap expresses the mapping from an image reference to a real, pushed image in an image registry that a container runtime can access."
9
9
title: "ImageMap v1alpha1"
10
-
weight: 5
10
+
weight: 4
11
11
---
12
12
13
13
`apiVersion: tilt.dev/v1alpha1`
@@ -41,10 +41,10 @@ ImageMap doesn't follow the usual Kubernetes-style API semantics (where the Stat
If specified, then tags on both the selector and the matched reference are used for matching. The selector will only match the reference if the tags match exactly.
@@ -65,6 +65,19 @@ LiveUpdateSpec defines the desired state of LiveUpdate
65
65
66
66
Every live update must be associated with some object for finding containers. In the future, we expect there to be other types of container discovery objects (like Docker Compose container discovery).*
0 commit comments