Commit 0520eee
authored
Update Pipeline to create and push docker image (#61)
# Why is this change being made?
So we can automatically generate docker images and push them to a container registry.
# What changed?
- Updated the pipeline to have:
- A task to get the build start time for the tag of the docker image.
- A buildAndPush task which creates and pushes an image to docker hub. We're currently using my private docker hub while we figure out where we want these images to be pushed.
- Updated the documentation to fix some errors and added some information on how to use these new docker images.
- Changed DockerFile copy path from Debug to Release since the pipeline builds release.
Not in this PR:
- Added a service connection so the Azure pipeline can communicate with the dockerhub from this pipeline config.
# How was this validated?
Created a duplicate pipeline for my fork of this repo. I then validated by creating a commit that the image ended up on the docker hub and followed the instructions that I added to validate that the container could be run.1 parent f2c6cc1 commit 0520eee
3 files changed
+44
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
5 | 23 | | |
6 | 24 | | |
7 | 25 | | |
| |||
48 | 66 | | |
49 | 67 | | |
50 | 68 | | |
51 | | - | |
| 69 | + | |
52 | 70 | | |
53 | 71 | | |
54 | 72 | | |
55 | 73 | | |
56 | | - | |
| 74 | + | |
0 commit comments