Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Jan 17, 2024
1 parent 7588d66 commit 89ab141
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ docker buildx build --pull --push --progress plain --platform linux/arm64 -t pub
docker buildx build --pull --push --progress plain --platform linux/arm64,linux/amd64 -t public.ecr.aws/stefansundin/bottlerocket-bootstrap-associate-eip:debug -f Dockerfile.debug .

# You probably want to change the tag name if you are not me:
docker buildx build --push --progress plain --platform linux/arm64,linux/amd64 -t public.ecr.aws/stefansundin/bottlerocket-bootstrap-associate-eip:v0.2.1 .
docker buildx build --push --progress plain --platform linux/arm64,linux/amd64 -t public.ecr.aws/stefansundin/bottlerocket-bootstrap-associate-eip:v0.2.2 .

# If the new version is stable then update latest:
docker buildx imagetools create -t public.ecr.aws/stefansundin/bottlerocket-bootstrap-associate-eip:latest public.ecr.aws/stefansundin/bottlerocket-bootstrap-associate-eip:v0.2.1
docker buildx imagetools create -t public.ecr.aws/stefansundin/bottlerocket-bootstrap-associate-eip:latest public.ecr.aws/stefansundin/bottlerocket-bootstrap-associate-eip:v0.2.2
```

If the build crashes then it is most likely because Docker ran out of memory. Increase the amount of RAM allocated to Docker and quit other programs during the build. You can also try passing `--build-arg CARGO_BUILD_JOBS=1` to docker. To build one architecture at a time, [use `--config` when creating the builder instance](https://gist.github.com/stefansundin/fa1c1dd7a60ebe2f8a2aa6d32631b119).
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bottlerocket-bootstrap-associate-eip"
version = "0.2.1"
version = "0.2.2"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 89ab141

Please sign in to comment.