Skip to content

Commit

Permalink
chore: use heroku docker images (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo committed Apr 14, 2020
1 parent bdc48e8 commit 363c062
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
node10-test:
<<: *test
docker:
- image: chadian/nsis:10-2
- image: heroku/nsis:10-2
resource_class: large
release:
<<: *defaults
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
./scripts/release/change_management
dev_center_docs:
docker: &devdocs_docker
- image: chadian/devcenter
- image: heroku/devcenter
environment:
LANG: en_US.UTF-8
LANGUAGE: en_US.UTF-8
Expand Down
12 changes: 12 additions & 0 deletions Dockerfile.devcenter
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM circleci/ruby:2.4-node

# Get less (devcenter needs it)
USER root
RUN sudo apt-get update && apt-get install -y curl less
USER circleci

# Install devcenter
RUN gem install devcenter --no-document

# Remove old gems
RUN gem cleanup

0 comments on commit 363c062

Please sign in to comment.