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

chore: Remove references to old Docker Hub hosted image #1236

Merged
merged 1 commit into from
Jan 5, 2024
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
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ phases:
commands:
- echo Logging in to Docker Hub...
- docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- REPOSITORY_URI=concordconsortium/rigse-railslts
- REPOSITORY_URI=ghcr.io/concord-consortium/rigse
- COMMIT_HASH=$(echo $CODEBUILD_RESOLVED_SOURCE_VERSION | cut -c 1-7)
- IMAGE_TAG=${COMMIT_HASH:=latest}
# The BRANCH_NAME is set in the build step of the CodePipeline from the
Expand Down
2 changes: 1 addition & 1 deletion docker/basic-prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
image: docker.io/solr
app:
# image: rigse:dev
image: ghcr.io/concord-consortium/rigse:github-actions
image: ghcr.io/concord-consortium/rigse
# build:
# context: ./rails/
# env_file: ./.env
Expand Down
2 changes: 1 addition & 1 deletion docker/portal-image/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: '2.1'
services:
app:
# To use a different tag, create an .env file with PORTAL_IMAGE_TAG defined
image: concordconsortium/rigse-railslts:${PORTAL_IMAGE_TAG:-master}
image: ghcr.io/concord-consortium/rigse:${PORTAL_IMAGE_TAG:-master}
environment:
DB_HOST: mysql
DB_USER: root
Expand Down