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
<p>Resolves name-tag pair reference (<code>nginx:1.17</code>) into digest reference (<code>index.docker.io/library/nginx@sha256:2539d4344...</code>)</p>
92
92
<p>Input:</p>
93
-
{{<highlightyaml "" >}}
93
+
{{<highlightyaml "" >}}
94
94
apiVersion: apps/v1
95
95
kind: Deployment
96
96
metadata:
@@ -114,7 +114,7 @@ <h3>Examples</h3>
114
114
-containerPort:80
115
115
{{< / highlight >}}
116
116
<p>Output:</p>
117
-
{{<highlightyaml "" >}}
117
+
{{<highlightyaml "" >}}
118
118
apiVersion: apps/v1
119
119
kind: Deployment
120
120
metadata:
@@ -146,7 +146,7 @@ <h3>Examples</h3>
146
146
{{< / highlight >}}
147
147
<p>Builds app from local directory (configured via Config's <code>sources</code>), pushes image as <code>docker.io/hk/simple-app</code> (configured via Config's <code>destinations</code>), and finally resolves it to a digest reference <code>index.docker.io/hk/simple-app@sha256:e932e46fd...</code>.</p>
148
148
<p>Input:</p>
149
-
{{<highlightyaml "" >}}
149
+
{{<highlightyaml "" >}}
150
150
apiVersion: apps/v1
151
151
kind: Deployment
152
152
metadata:
@@ -179,7 +179,7 @@ <h3>Examples</h3>
179
179
newImage:docker.io/hk/simple-app # <-- where to push app1 image
0 commit comments