File tree 28 files changed +135
-27
lines changed
28 files changed +135
-27
lines changed Original file line number Diff line number Diff line change 71
71
fi
72
72
packer validate packer.json
73
73
packer build packer.json
74
+ docker push registry.cern.ch/alisw/${{ github.event.inputs.image-name }}
Original file line number Diff line number Diff line change 33
33
"repository" : " {{user `project`}}/arm64-builder" ,
34
34
"tag" : " latest"
35
35
},
36
- " docker-push"
36
+ {
37
+ "type" : " shell-local" ,
38
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
39
+ }
37
40
]
38
41
]
39
42
}
Original file line number Diff line number Diff line change 29
29
"repository" : " {{user `DOCKER_HUB_REPO`}}/centos7" ,
30
30
"tag" : " latest"
31
31
},
32
- " docker-push"
32
+ {
33
+ "type" : " shell-local" ,
34
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
35
+ }
36
+
33
37
]
34
38
]
35
39
}
Original file line number Diff line number Diff line change 32
32
"repository" : " {{user `REPO`}}" ,
33
33
"tag" : " {{user `TAG`}}"
34
34
},
35
- " docker-push"
35
+ {
36
+ "type" : " shell-local" ,
37
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
38
+ }
39
+
36
40
]
37
41
]
38
42
}
Original file line number Diff line number Diff line change 34
34
"repository" : " {{user `DOCKER_HUB_REPO`}}/curator" ,
35
35
"tag" : " latest"
36
36
},
37
- " docker-push"
37
+ {
38
+ "type" : " shell-local" ,
39
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
40
+ }
41
+
38
42
]
39
43
]
40
44
}
Original file line number Diff line number Diff line change 40
40
"repository" : " {{user `DOCKER_HUB_REPO`}}/docker-builder" ,
41
41
"tag" : " latest"
42
42
},
43
- " docker-push"
43
+ {
44
+ "type" : " shell-local" ,
45
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
46
+ }
47
+
44
48
]
45
49
]
46
50
}
Original file line number Diff line number Diff line change 26
26
"repository" : " {{user `DOCKER_HUB_REPO`}}/elasticsearch" ,
27
27
"tag" : " {{user `elasticsearch_version`}}"
28
28
},
29
- " docker-push"
29
+ {
30
+ "type" : " shell-local" ,
31
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
32
+ }
33
+
30
34
]
31
35
]
32
36
}
Original file line number Diff line number Diff line change 33
33
"repository" : " {{user `REPO`}}" ,
34
34
"tag" : " {{user `jenkins_version`}}"
35
35
},
36
- " docker-push"
36
+ {
37
+ "type" : " shell-local" ,
38
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
39
+ }
40
+
37
41
]
38
42
]
39
43
}
Original file line number Diff line number Diff line change 39
39
"repository" : " {{user `DOCKER_HUB_REPO`}}/marathon" ,
40
40
"tag" : " {{user `marathon_version`}}"
41
41
},
42
- " docker-push"
42
+ {
43
+ "type" : " shell-local" ,
44
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
45
+ }
46
+
43
47
]
44
48
]
45
49
}
Original file line number Diff line number Diff line change 34
34
"repository" : " {{user `project`}}/power8-builder" ,
35
35
"tag" : " latest"
36
36
},
37
- " docker-push"
37
+ {
38
+ "type" : " shell-local" ,
39
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
40
+ }
41
+
38
42
]
39
43
]
40
44
}
Original file line number Diff line number Diff line change 28
28
"repository" : " {{user `REPO`}}" ,
29
29
"tag" : " {{user `TAG`}}"
30
30
},
31
- " docker-push"
31
+ {
32
+ "type" : " shell-local" ,
33
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
34
+ }
35
+
32
36
]
33
37
]
34
38
}
Original file line number Diff line number Diff line change 39
39
"repository" : " {{user `DOCKER_HUB_REPO`}}/riemann" ,
40
40
"tag" : " latest"
41
41
},
42
- " docker-push"
42
+ {
43
+ "type" : " shell-local" ,
44
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
45
+ }
46
+
43
47
]
44
48
]
45
49
}
Original file line number Diff line number Diff line change 32
32
"repository" : " {{user `REPO`}}" ,
33
33
"tag" : " {{user `TAG`}}"
34
34
},
35
- " docker-push"
35
+ {
36
+ "type" : " shell-local" ,
37
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
38
+ }
39
+
36
40
]
37
41
]
38
42
}
Original file line number Diff line number Diff line change 34
34
"repository" : " {{user `REPO`}}" ,
35
35
"tag" : " {{user `TAG`}}"
36
36
},
37
- " docker-push"
37
+ {
38
+ "type" : " shell-local" ,
39
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
40
+ }
41
+
38
42
]
39
43
]
40
44
}
Original file line number Diff line number Diff line change 23
23
"repository" : " {{user `DOCKER_HUB_REPO`}}/slc7-daq-builder" ,
24
24
"tag" : " latest"
25
25
},
26
- " docker-push"
26
+ {
27
+ "type" : " shell-local" ,
28
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
29
+ }
30
+
27
31
]
28
32
]
29
33
}
Original file line number Diff line number Diff line change 28
28
"repository" : " {{user `DOCKER_HUB_REPO`}}/slc7-devtoolset" ,
29
29
"tag" : " latest"
30
30
},
31
- " docker-push"
31
+ {
32
+ "type" : " shell-local" ,
33
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
34
+ }
35
+
32
36
]
33
37
]
34
38
}
Original file line number Diff line number Diff line change 32
32
"repository" : " {{user `REPO`}}" ,
33
33
"tag" : " {{user `TAG`}}"
34
34
},
35
- " docker-push"
35
+ {
36
+ "type" : " shell-local" ,
37
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
38
+ }
39
+
36
40
]
37
41
]
38
42
}
Original file line number Diff line number Diff line change 57
57
"repository": "{{user `REPO`}}",
58
58
"tag": "{{user `TAG`}}"
59
59
},
60
- "docker-push"
60
+ {
61
+ "type": "shell-local",
62
+ "inline": ["echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'"]
63
+ }
64
+
61
65
]
62
66
]
63
67
}
Original file line number Diff line number Diff line change 33
33
"repository" : " {{user `REPO`}}" ,
34
34
"tag" : " {{user `TAG`}}"
35
35
},
36
- " docker-push"
36
+ {
37
+ "type" : " shell-local" ,
38
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
39
+ }
40
+
37
41
]
38
42
]
39
43
}
Original file line number Diff line number Diff line change 33
33
"repository" : " {{user `REPO`}}" ,
34
34
"tag" : " {{user `TAG`}}"
35
35
},
36
- " docker-push"
36
+ {
37
+ "type" : " shell-local" ,
38
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
39
+ }
37
40
]
38
41
]
39
42
}
43
+
Original file line number Diff line number Diff line change 52
52
"repository" : " {{user `REPO`}}" ,
53
53
"tag" : " {{user `TAG`}}"
54
54
},
55
- " docker-push"
55
+ {
56
+ "type" : " shell-local" ,
57
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
58
+ }
59
+
56
60
]
57
61
]
58
62
}
Original file line number Diff line number Diff line change 24
24
"repository" : " {{user `REPO`}}" ,
25
25
"tag" : " {{user `TAG`}}"
26
26
},
27
- " docker-push"
27
+ {
28
+ "type" : " shell-local" ,
29
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
30
+ }
31
+
28
32
]
29
33
]
30
34
}
Original file line number Diff line number Diff line change 24
24
"repository" : " {{user `REPO`}}" ,
25
25
"tag" : " {{user `TAG`}}"
26
26
},
27
- " docker-push"
27
+ {
28
+ "type" : " shell-local" ,
29
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
30
+ }
31
+
28
32
]
29
33
]
30
34
}
Original file line number Diff line number Diff line change 24
24
"repository" : " {{user `REPO`}}" ,
25
25
"tag" : " {{user `TAG`}}"
26
26
},
27
- " docker-push"
27
+ {
28
+ "type" : " shell-local" ,
29
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
30
+ }
31
+
28
32
]
29
33
]
30
34
}
Original file line number Diff line number Diff line change 24
24
"repository" : " {{user `REPO`}}" ,
25
25
"tag" : " {{user `TAG`}}"
26
26
},
27
- " docker-push"
27
+ {
28
+ "type" : " shell-local" ,
29
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
30
+ }
31
+
28
32
]
29
33
]
30
34
}
Original file line number Diff line number Diff line change 27
27
"repository" : " {{user `DOCKER_HUB_REPO`}}/vault-gatekeeper" ,
28
28
"tag" : " {{user `vault_gatekeeper_version`}}"
29
29
},
30
- " docker-push"
30
+ {
31
+ "type" : " shell-local" ,
32
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
33
+ }
34
+
31
35
]
32
36
]
33
37
}
Original file line number Diff line number Diff line change 36
36
"repository" : " {{user `DOCKER_HUB_REPO`}}/vault" ,
37
37
"tag" : " {{user `vault_version`}}"
38
38
},
39
- " docker-push"
39
+ {
40
+ "type" : " shell-local" ,
41
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
42
+ }
43
+
40
44
]
41
45
]
42
46
}
Original file line number Diff line number Diff line change 25
25
"repository" : " {{user `DOCKER_HUB_REPO`}}/workqueue-scheduler" ,
26
26
"tag" : " latest"
27
27
},
28
- " docker-push"
28
+ {
29
+ "type" : " shell-local" ,
30
+ "inline" : [" echo 'The image was built successfully. To push the image to the registry, you can run: docker push {{user `REPO`}}:{{user `TAG`}}'" ]
31
+ }
32
+
29
33
]
30
34
]
31
35
}
You can’t perform that action at this time.
0 commit comments