feat: update docker sources (#20)
All checks were successful
Deploy / build (push) Successful in 10m28s
All checks were successful
Deploy / build (push) Successful in 10m28s
- update docker sources from git.query.consul to git.unkin.net Reviewed-on: #20
This commit is contained in:
parent
1c3584790d
commit
47ddd5b0b2
4
Makefile
4
Makefile
@ -4,7 +4,7 @@ LIBRARY_PATH := library
|
||||
SYMLINK_PREFIX := library_
|
||||
|
||||
# Docker registry variables
|
||||
REGISTRY := git.query.consul
|
||||
REGISTRY := git.unkin.net
|
||||
OWNER := unkin
|
||||
DATE_TAG := $(shell date +%Y%m%d)
|
||||
SUFFIX=$(shell basename $$(mktemp -u) | cut -d . -f 2)
|
||||
@ -86,7 +86,7 @@ $(DIRS):
|
||||
export OS_IMAGE=$$(echo $@ | cut -d'/' -f3) && \
|
||||
export OS_VERSION_MAJOR=$$(echo $$OS_VERSION_FULL | cut -d'.' -f1) && \
|
||||
export DOCKER_SOURCE=$$OS_NAME:$$OS_VERSION_FULL && \
|
||||
export DOCKER_SERVER='git.query.consul' && \
|
||||
export DOCKER_SERVER='git.unkin.net' && \
|
||||
export INCUS_SOURCE="images:$$OS_NAME/$$OS_VERSION_MAJOR" && \
|
||||
export SUFFIX=$(SUFFIX) && \
|
||||
export GIT_COMMIT=$(GIT_COMMIT) && \
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# almalinux/8.10/actionsdind
|
||||
deploy_files_from_common = true
|
||||
include_incus_client_certs = true
|
||||
docker_source = "git.query.consul/unkin/almalinux8-base:latest"
|
||||
docker_source = "git.unkin.net/unkin/almalinux8-base:latest"
|
||||
packages = [
|
||||
"bash",
|
||||
"consul",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# almalinux/8.10/jupyterlab
|
||||
docker_source = "git.query.consul/unkin/almalinux8-base:latest"
|
||||
docker_source = "git.unkin.net/unkin/almalinux8-base:latest"
|
||||
deploy_files_from_common = true
|
||||
scripts_pre_file_copy = [
|
||||
"dnf install -y sudo",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# almalinux/8.10/rpmbuilder
|
||||
docker_source = "git.query.consul/unkin/almalinux8-base:latest"
|
||||
docker_source = "git.unkin.net/unkin/almalinux8-base:latest"
|
||||
packages = [
|
||||
"asciidoc",
|
||||
"autoconf",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# almalinux/9.5/actionsdind
|
||||
deploy_files_from_common = true
|
||||
include_incus_client_certs = true
|
||||
docker_source = "git.query.consul/unkin/almalinux9-base:latest"
|
||||
docker_source = "git.unkin.net/unkin/almalinux9-base:latest"
|
||||
packages = [
|
||||
"bash",
|
||||
"consul",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# almalinux/9.5/jupyterlab
|
||||
deploy_files_from_common = true
|
||||
docker_source = "git.query.consul/unkin/almalinux9-base:latest"
|
||||
docker_source = "git.unkin.net/unkin/almalinux9-base:latest"
|
||||
scripts_pre_file_copy = [
|
||||
"dnf install -y sudo",
|
||||
]
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# almalinux/9.5/rpmbuilder
|
||||
docker_source = "git.query.consul/unkin/almalinux9-base:latest"
|
||||
docker_source = "git.unkin.net/unkin/almalinux9-base:latest"
|
||||
packages = [
|
||||
"asciidoc",
|
||||
"autoconf",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user