Skip to content

Commit

Permalink
Update to latest machine image
Browse files Browse the repository at this point in the history
  • Loading branch information
yorinasub17 committed Jul 7, 2022
1 parent 2e15b03 commit 7778b9a
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defaults: &defaults
working_directory: /home/circleci/.go_workspace/src/github.com/gruntwork-io/gruntwork-installer
machine:
enabled: true
image: ubuntu-2004:202111-02
image: ubuntu-2204:2022.04.1
version: 2
jobs:
test:
Expand Down
21 changes: 11 additions & 10 deletions test/amazonlinux/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
installer:
image: gruntwork/gruntwork-installer-amazonlinux
volumes:
# Mount the scripts in the root directory under /src
- ../../:/src
# Mount the test code in this directory under /test
- ../:/test
environment:
# Forward the GITHUB_OAUTH_TOKEN as an environment variable from the user's environment
- GITHUB_OAUTH_TOKEN
services:
installer:
image: gruntwork/gruntwork-installer-amazonlinux
volumes:
# Mount the scripts in the root directory under /src
- ../../:/src
# Mount the test code in this directory under /test
- ../:/test
environment:
# Forward the GITHUB_OAUTH_TOKEN as an environment variable from the user's environment
- GITHUB_OAUTH_TOKEN
21 changes: 11 additions & 10 deletions test/centos/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
installer:
image: gruntwork/gruntwork-installer-centos
volumes:
# Mount the scripts in the root directory under /src
- ../../:/src
# Mount the test code in this directory under /test
- ../:/test
environment:
# Forward the GITHUB_OAUTH_TOKEN as an environment variable from the user's environment
- GITHUB_OAUTH_TOKEN
services:
installer:
image: gruntwork/gruntwork-installer-centos
volumes:
# Mount the scripts in the root directory under /src
- ../../:/src
# Mount the test code in this directory under /test
- ../:/test
environment:
# Forward the GITHUB_OAUTH_TOKEN as an environment variable from the user's environment
- GITHUB_OAUTH_TOKEN
21 changes: 11 additions & 10 deletions test/no_sudo/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
installer:
image: gruntwork/gruntwork-installer-no-sudo-ubuntu
volumes:
# Mount the scripts in the root directory under /src
- ../../:/src
# Mount the test code in this directory under /test
- ../:/test
environment:
# Forward the GITHUB_OAUTH_TOKEN as an environment variable from the user's environment
- GITHUB_OAUTH_TOKEN
services:
installer:
image: gruntwork/gruntwork-installer-no-sudo-ubuntu
volumes:
# Mount the scripts in the root directory under /src
- ../../:/src
# Mount the test code in this directory under /test
- ../:/test
environment:
# Forward the GITHUB_OAUTH_TOKEN as an environment variable from the user's environment
- GITHUB_OAUTH_TOKEN
21 changes: 11 additions & 10 deletions test/ubuntu/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
installer:
image: gruntwork/gruntwork-installer-ubuntu
volumes:
# Mount the scripts in the root directory under /src
- ../../:/src
# Mount the test code in this directory under /test
- ../:/test
environment:
# Forward the GITHUB_OAUTH_TOKEN as an environment variable from the user's environment
- GITHUB_OAUTH_TOKEN
services:
installer:
image: gruntwork/gruntwork-installer-ubuntu
volumes:
# Mount the scripts in the root directory under /src
- ../../:/src
# Mount the test code in this directory under /test
- ../:/test
environment:
# Forward the GITHUB_OAUTH_TOKEN as an environment variable from the user's environment
- GITHUB_OAUTH_TOKEN
21 changes: 11 additions & 10 deletions test/ubuntu18/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
installer:
image: gruntwork/gruntwork-installer-ubuntu18
volumes:
# Mount the scripts in the root directory under /src
- ../../:/src
# Mount the test code in this directory under /test
- ../:/test
environment:
# Forward the GITHUB_OAUTH_TOKEN as an environment variable from the user's environment
- GITHUB_OAUTH_TOKEN
services:
installer:
image: gruntwork/gruntwork-installer-ubuntu18
volumes:
# Mount the scripts in the root directory under /src
- ../../:/src
# Mount the test code in this directory under /test
- ../:/test
environment:
# Forward the GITHUB_OAUTH_TOKEN as an environment variable from the user's environment
- GITHUB_OAUTH_TOKEN

0 comments on commit 7778b9a

Please sign in to comment.