Skip to content

Commit

Permalink
Merge pull request #12313 from danidoni/switch-container-urls-back-to…
Browse files Browse the repository at this point in the history
…-osu

Switch container urls back to OSU
  • Loading branch information
hennevogel authored Mar 16, 2022
2 parents 27694ea + 017abaa commit 2b5955e
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 2b5955e

Please sign in to comment.