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

chore: use native arch for dapper ; upgrade Go to 1.22 #244

Closed

Conversation

dolmen
Copy link

@dolmen dolmen commented Apr 23, 2024

Upgrade Dockerfile.dapper:

  • use the native arch Docker image (ex: amd64 on Apple Silicon) to run the dapper contained build: faster build (make build CROSS=1) on Apple Silicon
  • upgrade Go to 1.22 as it contains the latest security fixes (targets macOS 10.15+, Windows 10+)

(both changes affect the same line in Dockerfile.dapper)

Upgrade Dockerfile.dapper:
- use the native arch Docker image (ex: amd64 on Apple Silicon) to run
  the dapper contained build: faster builds on Apple Silicon
- upgrade Go to 1.22 as it contains the latest security fixes
  (targets macOS 10.15+, Windows 10+)

(both changes affect the same line in Dockerfile.dapper)
@dolmen
Copy link
Author

dolmen commented Apr 24, 2024

Just noticed that Go 1.22 is now allowed in other Rancher projects (see rancher/renovate-config#255 ). Not sure if that is relevant though.

@jiaqiluo
Copy link
Member

jiaqiluo commented Sep 4, 2024

Thank you for raising the PR!
Closing this PR as the change has been done by other PRs.

@jiaqiluo jiaqiluo closed this Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants