Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
use the pinned image.
Browse files Browse the repository at this point in the history
  • Loading branch information
orsenthil committed Jun 3, 2020
1 parent 70ee7e0 commit a14ce2a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dispatchfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ gitResource("kba-git-resource", url = "$(context.git.url)", revision = "$(contex
dindTask("dispatch-integration-test",
inputs = ["kba-git-resource"],
steps = [
v1.Container(
name="fetch-master",
workingDir="/workspace/kba-git-resource",
args=["git", "fetch", "origin", "master"]),
v1.Container(
name = "dispatch-integration-test",
image = "mesosphere/kubeaddons-ci:dispatch@sha256:80a6f3c8775133b4ad2fab3d44ab4fbb4b541dbc03fcdb296b13f67611427d8c",
image = "mesosphere/kubeaddons-ci:dispatch@sha256:80a6f3c8775133b4ad2fab3d44ab4fbb4b541dbc03fcdb296b13f67611427d8c",
command = ["/entrypoint.sh","make","dispatch-test"],
workingDir = "/workspace/kba-git-resource",
env = [k8s.corev1.EnvVar(name = "DISPATCH_CI", value = "true"),
Expand Down

0 comments on commit a14ce2a

Please sign in to comment.