Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use new CircleCI image
  • Loading branch information
kigster committed Jul 11, 2022
commit 0aa0047c51f9364e4b52dd7fa971fc57efcf9ff5
2 changes: 1 addition & 1 deletion .circleci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RUN apt-get update && apt-get upgrade

RUN apt-get install -y openjdk-11-jdk python2.7 python3 golang-go

RUN curl -L -o /usr/bin/bazel https://github.com/bazelbuild/bazelisk/releases/download/v1.3.0/bazelisk-linux-amd64 \
RUN curl -L -o /usr/bin/bazel https://github.com/bazelbuild/bazelisk/releases/download/v1.12.0/bazelisk-linux-amd64 \
&& sudo chmod +x /usr/bin/bazel

RUN cd /usr/bin && ln -s python3 python
Expand Down
14 changes: 14 additions & 0 deletions .circleci/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## `build.sh`

Anytime you change the Ruby version you must push a new image to Docker Hub.

Email kigster@gmail.com to be added to bazelruby org on hub.docker.com.

### To Upgrade

Change the ruby version in the `Dockerfile` and run:

```bash
cd .circleci
./build.sh
```
2 changes: 1 addition & 1 deletion .circleci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo

set -x

docker build . -t bazelruby/ruby-$RUBY_VERSION
docker build --platform linux/x86_64 . -t bazelruby/ruby-$RUBY_VERSION

docker push bazelruby/ruby-$RUBY_VERSION

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [Unreleased](https://github.com/bazelruby/rules_ruby/tree/HEAD)

[Full Changelog](https://github.com/bazelruby/rules_ruby/compare/v0.6.0...HEAD)

**Merged pull requests:**

- Bump nokogiri from 1.13.3 to 1.13.4 in /examples/simple\_rails\_api [\#130](https://github.com/bazelruby/rules_ruby/pull/130) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump puma from 4.3.11 to 4.3.12 in /examples/simple\_rails\_api [\#126](https://github.com/bazelruby/rules_ruby/pull/126) ([dependabot[bot]](https://github.com/apps/dependabot))
- Add SDK versions: 2.6.9,2.7.5,3.0.3,3.1.0,3.1.0 [\#123](https://github.com/bazelruby/rules_ruby/pull/123) ([matsubara0507](https://github.com/matsubara0507))
- Bump nokogiri from 1.12.5 to 1.13.3 in /examples/simple\_rails\_api [\#122](https://github.com/bazelruby/rules_ruby/pull/122) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump puma from 4.3.9 to 4.3.11 in /examples/simple\_rails\_api [\#121](https://github.com/bazelruby/rules_ruby/pull/121) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v0.6.0](https://github.com/bazelruby/rules_ruby/tree/v0.6.0) (2021-11-09)

[Full Changelog](https://github.com/bazelruby/rules_ruby/compare/v0.5.2...v0.6.0)
Expand Down
Binary file modified README.pdf
Binary file not shown.