Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
haf_block_explorer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
haf_block_explorer
Commits
efeffe46
Commit
efeffe46
authored
3 weeks ago
by
Michal Zander
Browse files
Options
Downloads
Patches
Plain Diff
Use common-ci-configuration images instead of references to dockerhub
parent
6eb7d475
No related branches found
No related tags found
1 merge request
!298
Unify API returns to sql composite types
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
Dockerfile.rewriter
+1
-1
1 addition, 1 deletion
Dockerfile.rewriter
docker/ci/Dockerfile
+2
-2
2 additions, 2 deletions
docker/ci/Dockerfile
with
4 additions
and
4 deletions
Dockerfile
+
1
−
1
View file @
efeffe46
# 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
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.rewriter
+
1
−
1
View file @
efeffe46
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
...
...
This diff is collapsed.
Click to expand it.
docker/ci/Dockerfile
+
2
−
2
View file @
efeffe46
# 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment