File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,13 @@ test-container:
34
34
curl -sH " Authorization: Bearer $$ {TOKEN}" localhost:9898/token/validate | grep test
35
35
36
36
push-container :
37
+ docker tag $(DOCKER_IMAGE_NAME ) :$(VERSION ) $(DOCKER_IMAGE_NAME ) :latest
37
38
docker push $(DOCKER_IMAGE_NAME ) :$(VERSION )
39
+ docker push $(DOCKER_IMAGE_NAME ) :latest
38
40
docker tag $(DOCKER_IMAGE_NAME ) :$(VERSION ) quay.io/$(DOCKER_IMAGE_NAME ) :$(VERSION )
41
+ docker tag $(DOCKER_IMAGE_NAME ) :$(VERSION ) quay.io/$(DOCKER_IMAGE_NAME ) :latest
39
42
docker push quay.io/$(DOCKER_IMAGE_NAME ) :$(VERSION )
43
+ docker push quay.io/$(DOCKER_IMAGE_NAME ) :latest
40
44
41
45
version-set :
42
46
@next=" $( TAG) " && \
Original file line number Diff line number Diff line change @@ -83,3 +83,9 @@ Kustomize:
83
83
``` bash
84
84
kubectl apply -k github.com/stefanprodan/podinfo//kustomize
85
85
```
86
+
87
+ Docker:
88
+
89
+ ``` bash
90
+ docker run -dp 9898:9898 stefanprodan/podinfo
91
+ ```
You can’t perform that action at this time.
0 commit comments