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

fix: dockerfile: Bump to Go 1.20.7 image #11221

Merged
merged 1 commit into from
Aug 29, 2023
Merged

fix: dockerfile: Bump to Go 1.20.7 image #11221

merged 1 commit into from
Aug 29, 2023

Conversation

magik6k
Copy link
Contributor

@magik6k magik6k commented Aug 29, 2023

Related Issues

Should fix failing master build

Proposed Changes

Additional Info

Checklist

Before you mark the PR ready for review, please make sure that:

  • Commits have a clear commit message.
  • PR title is in the form of of <PR type>: <area>: <change being made>
    • example: fix: mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, build, chore, ci, docs, perf, refactor, revert, style, test
    • area, e.g. api, chain, state, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps
  • New features have usage guidelines and / or documentation updates in
  • Tests exist for new functionality or change in behavior
  • CI is green

@magik6k magik6k requested a review from a team as a code owner August 29, 2023 16:59
@magik6k
Copy link
Contributor Author

magik6k commented Aug 29, 2023

Verified that it builds successfully

$ docker build --file=./Dockerfile --tag=docker.io/filecoin/lotus-all-in-one:master-butterflynet --target lotus-all-in-one --build-arg GOFLAGS=-tags=butterflynet .
 => [internal] load .dockerignore                                                                                 0.0s
 => => transferring context: 946B                                                                                 0.0s
 => [internal] load build definition from Dockerfile                                                              0.0s
 => => transferring dockerfile: 4.83kB                                                                            0.0s
 => [internal] load metadata for docker.io/library/ubuntu:20.04                                                   0.4s
 => [internal] load metadata for docker.io/library/golang:1.20.7-bullseye                                         0.4s
....
 => => exporting layers                                                                                           2.1s
 => => writing image sha256:d840a861c73594d0806827ad3f66d27afc0d3b0bbe5f6a71910916c5ef771a47                      0.0s
 => => naming to docker.io/filecoin/lotus-all-in-one:master-butterflynet                                          0.0s

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.

3 participants