We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ oras version Version: 0.11.1 Go version: go1.16.2 Git commit: 5bfe0ab04a0f6fcdc5de4294cc79fb5b2e23a9a5 Git tree state: clean
$ docker run -it --rm -v $(pwd):/workspace ghcr.io/deislabs/oras:v0.11.1 version Version: 0.11.1 Go version: go1.15.7 Git commit: 5bfe0ab04a0f6fcdc5de4294cc79fb5b2e23a9a5 Git tree state: clean
How should we keep these best in sync other than using latest tag? Should we have a GO_VERSION file that is used both for CI and Dockerfile?
latest
GO_VERSION
The text was updated successfully, but these errors were encountered:
A few possibilities:
Makefile
--build-arg
ARG
Dockerfile
Sorry, something went wrong.
Glad we don't have a latest. This makes pre-release pipelines easier since the tag would be the full version. For e.g. v0.2.0-alpha.1
v0.2.0-alpha.1
Once we resolves #377, we will have the same go version for the same oras version.
Successfully merging a pull request may close this issue.
How should we keep these best in sync other than using
latest
tag? Should we have aGO_VERSION
file that is used both for CI and Dockerfile?The text was updated successfully, but these errors were encountered: