Skip to content
Snippets Groups Projects
Commit efeffe46 authored by Michal Zander's avatar Michal Zander
Browse files

Use common-ci-configuration images instead of references to dockerhub

parent 6eb7d475
No related branches found
No related tags found
1 merge request!298Unify API returns to sql composite types
# syntax=docker/dockerfile:1.5 # syntax=registry.gitlab.syncad.com/hive/common-ci-configuration/dockerfile:1.5
ARG PSQL_CLIENT_VERSION=14-1 ARG PSQL_CLIENT_VERSION=14-1
FROM registry.gitlab.syncad.com/hive/common-ci-configuration/psql:$PSQL_CLIENT_VERSION AS psql FROM registry.gitlab.syncad.com/hive/common-ci-configuration/psql:$PSQL_CLIENT_VERSION AS psql
......
FROM openresty/openresty:alpine AS without_tag FROM registry.gitlab.syncad.com/hive/common-ci-configuration/nginx:ecd325dd43aee24562f59195ef51a20fa15514d4 AS without_tag
COPY docker/haf_block_explorer_nginx.conf.template /usr/local/openresty/nginx/conf/nginx.conf.template COPY docker/haf_block_explorer_nginx.conf.template /usr/local/openresty/nginx/conf/nginx.conf.template
COPY rewrite_rules.conf /usr/local/openresty/nginx/conf/rewrite_rules.conf COPY rewrite_rules.conf /usr/local/openresty/nginx/conf/rewrite_rules.conf
......
# syntax=docker/dockerfile:1.5 # syntax=registry.gitlab.syncad.com/hive/common-ci-configuration/dockerfile:1.5
# THe lastest CI runner image from balance_tracker repository # THe lastest CI runner image from balance_tracker repository
FROM registry.gitlab.syncad.com/hive/balance_tracker/ci-runner:docker-24.0.1-7 FROM registry.gitlab.syncad.com/hive/balance_tracker/ci-runner:docker-24.0.1-10
USER root USER root
RUN <<-EOF RUN <<-EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment