Skip to content

Commit 27a6a86

Browse files
authored
switch github organization to lfncnti (#28)
Switch dockerhub organization to lfncnti and bump cluster-tools image version to v1.0.6. Refs: lfn-cnti/testsuite#2063 Signed-off-by: Martin Matyas <martin.matyas@tietoevry.com>
1 parent 0b8f04b commit 27a6a86

File tree

2 files changed

+2
-66
lines changed

2 files changed

+2
-66
lines changed

src/templates/manifest-host-pid.yml.ecr

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
dnsPolicy: ClusterFirstWithHostNet
1717
containers:
1818
- name: cluster-tools
19-
image: conformance/cluster-tools:v1.0.5
19+
image: lfncnti/cluster-tools:v1.0.6
2020
imagePullPolicy: Always
2121
command: ["/bin/sh"]
2222
args: ["-c", "sleep infinity"]
@@ -45,35 +45,3 @@ spec:
4545
- name: systemd
4646
hostPath:
4747
path: /run/systemd
48-
# ---
49-
# apiVersion: apps/v1
50-
# kind: DaemonSet
51-
# metadata:
52-
# name: cluster-tools-k8s
53-
# spec:
54-
# selector:
55-
# matchLabels:
56-
# name: cluster-tools-k8s
57-
# template:
58-
# metadata:
59-
# labels:
60-
# name: cluster-tools-k8s
61-
# spec:
62-
# containers:
63-
# - name: cluster-tools-k8s
64-
# image: conformance/cluster-tools:v1.0.0
65-
# imagePullPolicy: Always
66-
# command: ["/bin/sh"]
67-
# args: ["-c", "sleep infinity"]
68-
# volumeMounts:
69-
# - mountPath: /run/containerd/containerd.sock
70-
# name: containerd-volume
71-
# - mountPath: /run/dockershim.sock
72-
# name: dockerd-volume
73-
# volumes:
74-
# - name: containerd-volume
75-
# hostPath:
76-
# path: /var/run/containerd/containerd.sock
77-
# - name: dockerd-volume
78-
# hostPath:
79-
# path: /run/dockershim.sock

src/templates/manifest.yml.ecr

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
dnsPolicy: ClusterFirstWithHostNet
1616
containers:
1717
- name: cluster-tools
18-
image: conformance/cluster-tools:v1.0.5
18+
image: lfncnti/cluster-tools:v1.0.6
1919
imagePullPolicy: Always
2020
command: ["/bin/sh"]
2121
args: ["-c", "sleep infinity"]
@@ -38,35 +38,3 @@ spec:
3838
- name: dockerd-volume
3939
hostPath:
4040
path: /run/dockershim.sock
41-
# ---
42-
# apiVersion: apps/v1
43-
# kind: DaemonSet
44-
# metadata:
45-
# name: cluster-tools-k8s
46-
# spec:
47-
# selector:
48-
# matchLabels:
49-
# name: cluster-tools-k8s
50-
# template:
51-
# metadata:
52-
# labels:
53-
# name: cluster-tools-k8s
54-
# spec:
55-
# containers:
56-
# - name: cluster-tools-k8s
57-
# image: conformance/cluster-tools:v1.0.0
58-
# imagePullPolicy: Always
59-
# command: ["/bin/sh"]
60-
# args: ["-c", "sleep infinity"]
61-
# volumeMounts:
62-
# - mountPath: /run/containerd/containerd.sock
63-
# name: containerd-volume
64-
# - mountPath: /run/dockershim.sock
65-
# name: dockerd-volume
66-
# volumes:
67-
# - name: containerd-volume
68-
# hostPath:
69-
# path: /var/run/containerd/containerd.sock
70-
# - name: dockerd-volume
71-
# hostPath:
72-
# path: /run/dockershim.sock

0 commit comments

Comments
 (0)