Skip to content
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

go: docker: change entrypoint name #75

Open
kamilsk opened this issue Oct 13, 2023 · 0 comments
Open

go: docker: change entrypoint name #75

kamilsk opened this issue Oct 13, 2023 · 0 comments
Assignees
Labels
effort: easy An issue is easy to implement. impact: medium An issue has medium impact. scope: code An issue related to source code. type: improvement A new improvement proposal.

Comments

@kamilsk
Copy link
Member

kamilsk commented Oct 13, 2023

Motivation: make it more consistent with toolchain.

E.g.,

module go.octolab.org/module

go 1.20

toolchain go1.20.10

golang has that tag https://hub.docker.com/_/golang/tags

So, I can use the same directive toolchain go1.20.10 -> make go1.20.10, and automate the call: make toolchain (it reads toolchain and use appropriate image).

Problem: there is no 1.20.0 image tag.

@kamilsk kamilsk added type: improvement A new improvement proposal. scope: code An issue related to source code. impact: medium An issue has medium impact. effort: easy An issue is easy to implement. labels Oct 13, 2023
@kamilsk kamilsk added this to the Go module, v1.0 milestone Oct 13, 2023
@kamilsk kamilsk self-assigned this Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: easy An issue is easy to implement. impact: medium An issue has medium impact. scope: code An issue related to source code. type: improvement A new improvement proposal.
Projects
Status: Backlog
Development

No branches or pull requests

1 participant