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

Update deprecated circleci images to latest #71

Merged
merged 3 commits into from
Jul 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
defaults: &defaults
working_directory: /home/circleci/.go_workspace/src/github.com/gruntwork-io/gruntwork-installer
machine: true
machine:
enabled: true
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