File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- 0.1.5
1
+ 0.1.6
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ func initDockerfile(ctx *cli.Context) {
229
229
tzname , _ := tzlocal .RuntimeTZ ()
230
230
231
231
// TODO(jeikeilim): Add custom base image support
232
- dockerBaseImage := "ubuntu:bionic "
232
+ dockerBaseImage := "ubuntu:22.04 "
233
233
dockerContents := fmt .Sprintf ("FROM %s\n \n " , dockerBaseImage )
234
234
235
235
dockerContents += fmt .Sprintf ("LABEL maintainer=\" %s <%s>\" \n \n " ,
@@ -411,9 +411,9 @@ func main() {
411
411
Usage : "Running docker image" ,
412
412
Flags : []cli.Flag {
413
413
& cli.StringFlag {
414
- Name : "docker- args" ,
415
- Aliases : []string {"da " },
416
- Usage : "Extra arguments for docker run. ex) ducker run --docker- args \" -v $PWD:/home/user/ducker\" " ,
414
+ Name : "args" ,
415
+ Aliases : []string {"a " },
416
+ Usage : "Extra arguments for docker run. ex) ducker run --args \" -v $PWD:/home/user/ducker\" " ,
417
417
Value : "" ,
418
418
DefaultText : "" ,
419
419
},
@@ -449,7 +449,7 @@ func main() {
449
449
Flags : []cli.Flag {
450
450
& cli.StringFlag {
451
451
Name : "shell" ,
452
- Aliases : []string {"e " },
452
+ Aliases : []string {"s " },
453
453
Usage : "Shell type to run (bash, zsh)" ,
454
454
Value : "zsh" ,
455
455
DefaultText : "zsh" ,
You can’t perform that action at this time.
0 commit comments