Skip to content

Commit

Permalink
Change sftp container image.
Browse files Browse the repository at this point in the history
  • Loading branch information
utkuozdemir committed Feb 19, 2019
1 parent 698accd commit fb756a0
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,20 +209,11 @@ func main() {
Containers: []corev1.Container{
{
Name: "app",
Image: "docker.io/panubo/sshd",
Env: []corev1.EnvVar{
{
Name: "SSH_USERS",
Value: "",
},
},
Args: []string{
"foo:pass:1001",
},
Image: "rastasheep/ubuntu-sshd:18.04",
VolumeMounts: []corev1.VolumeMount{
{
Name: "source-vol",
MountPath: "/home/foo/source",
MountPath: "/root/source",
ReadOnly: true,
},
},
Expand Down

0 comments on commit fb756a0

Please sign in to comment.