Skip to content

Commit

Permalink
Switch container urls back to OSU
Browse files Browse the repository at this point in the history
We don't need to point to the ruby31 branch anymore now that the
changes are merged into master.
  • Loading branch information
danidoni committed Mar 16, 2022
1 parent 38b302a commit 017abaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/conditional_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ images:
- &backend registry.opensuse.org/obs/server/unstable/containers/containers/openbuildservice/backend:latest

- &frontend_minitest
image: registry.opensuse.org/obs/server/unstable/containers/ruby31/containers/openbuildservice/frontend-minitest:latest
image: registry.opensuse.org/obs/server/unstable/containers/containers/openbuildservice/frontend-minitest:latest
<<: *common_frontend_config
environment:
EAGER_LOAD: 1

- &frontend_base
image: registry.opensuse.org/obs/server/unstable/containers/ruby31/containers/openbuildservice/frontend-base:latest
image: registry.opensuse.org/obs/server/unstable/containers/containers/openbuildservice/frontend-base:latest
<<: *common_frontend_config

- &frontend_features
image: registry.opensuse.org/obs/server/unstable/containers/ruby31/containers/openbuildservice/frontend-features:latest
image: registry.opensuse.org/obs/server/unstable/containers/containers/openbuildservice/frontend-features:latest
aliases:
- &restore_bundler_cache
restore_cache:
Expand Down
2 changes: 1 addition & 1 deletion src/api/docker-files/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# contained rails app generating files in the git checkout with
# some strange user...

FROM registry.opensuse.org/obs/server/unstable/containers/ruby31/containers/openbuildservice/frontend-features:latest
FROM registry.opensuse.org/obs/server/unstable/containers/containers/openbuildservice/frontend-features:latest
ARG CONTAINER_USERID

# for lint task
Expand Down

0 comments on commit 017abaa

Please sign in to comment.