-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dockerfile cleanup & fix deployment #59
Conversation
ebd8ab5
to
dee27ae
Compare
👍 Looks good, thanks. I will give it a test from this fork tomorrow, also fyi: @JunSun17 - for name changes and if he can see any other impact. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 looks good, tested with these changes, with following image: tatsat/docker-changes
, thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 THanks for this, just added one small comment as a note as to what we learned few mins back :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 looks good, I will give a quick local test and merge it in few hours. Thank you for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
COPY --from=builder /app/aks-periscope . | ||
CMD ["./aks-periscope"] | ||
|
||
COPY --from=builder /build/aks-periscope / |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
COPY go.sum . | ||
RUN go mod download | ||
|
||
COPY . . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 quick question: Just checking for this copy the source and destination is same?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Ok, make sense this is directly associated with the new kustomisation
approach and we need to involve az-cli
and vscode
before we do major release.
If not, we always have option of .
. 📓
Thanks @arnaud-tincelin for contribution.
ENTRYPOINT