Skip to content

Commit af002ce

Browse files
committed
Use the tag latest in the Makefile
1 parent 46829f2 commit af002ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
clean ::
2-
docker image rm alpine-glibc:3.15
2+
docker image rm alpine-glibc
33

44
lint ::
55
docker run --rm -i \
66
-v "${PWD}"/.hadolint.yaml:/.config/hadolint.yaml \
77
hadolint/hadolint < Dockerfile
88

99
build ::
10-
docker build -t alpine-glibc:3.15 .
10+
docker build -t alpine-glibc .
1111

1212
run ::
13-
docker run --rm -t -i alpine-glibc:3.15
13+
docker run --rm -t -i alpine-glibc
1414

1515
tag ::
16-
docker tag alpine-glibc:3.15 prantlf/alpine-glibc:3.15
16+
docker tag alpine-glibc prantlf/alpine-glibc
1717

1818
login ::
1919
docker login --username=prantlf
2020

2121
push ::
22-
docker push prantlf/alpine-glibc:3.15
22+
docker push prantlf/alpine-glibc

0 commit comments

Comments
 (0)