Skip to content
Snippets Groups Projects
Commit 2a5ec719 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Partial elimination of direct dockerhub references

parent f383da4e
No related branches found
No related tags found
1 merge request!865Update HAF reference to use ubuntu24 verison
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
ARG POSTGREST_VERSION=v12.0.2 ARG POSTGREST_VERSION=v12.0.2
FROM postgrest/postgrest:${POSTGREST_VERSION} AS pure_postgrest FROM registry.gitlab.syncad.com/hive/common-ci-configuration/postgrest:${POSTGREST_VERSION} AS pure_postgrest
FROM --platform=$BUILDPLATFORM python:3.8-slim as runtime FROM --platform=$BUILDPLATFORM registry.gitlab.syncad.com/hive/common-ci-configuration/python:3.8-slim as runtime
ARG TARGETPLATFORM ARG TARGETPLATFORM
ARG BUILDPLATFORM ARG BUILDPLATFORM
......
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