feat: update docker sources #20
4
Makefile
4
Makefile
@ -4,7 +4,7 @@ LIBRARY_PATH := library
|
|||||||
SYMLINK_PREFIX := library_
|
SYMLINK_PREFIX := library_
|
||||||
|
|
||||||
# Docker registry variables
|
# Docker registry variables
|
||||||
REGISTRY := git.query.consul
|
REGISTRY := git.unkin.net
|
||||||
OWNER := unkin
|
OWNER := unkin
|
||||||
DATE_TAG := $(shell date +%Y%m%d)
|
DATE_TAG := $(shell date +%Y%m%d)
|
||||||
SUFFIX=$(shell basename $$(mktemp -u) | cut -d . -f 2)
|
SUFFIX=$(shell basename $$(mktemp -u) | cut -d . -f 2)
|
||||||
@ -86,7 +86,7 @@ $(DIRS):
|
|||||||
export OS_IMAGE=$$(echo $@ | cut -d'/' -f3) && \
|
export OS_IMAGE=$$(echo $@ | cut -d'/' -f3) && \
|
||||||
export OS_VERSION_MAJOR=$$(echo $$OS_VERSION_FULL | cut -d'.' -f1) && \
|
export OS_VERSION_MAJOR=$$(echo $$OS_VERSION_FULL | cut -d'.' -f1) && \
|
||||||
export DOCKER_SOURCE=$$OS_NAME:$$OS_VERSION_FULL && \
|
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 INCUS_SOURCE="images:$$OS_NAME/$$OS_VERSION_MAJOR" && \
|
||||||
export SUFFIX=$(SUFFIX) && \
|
export SUFFIX=$(SUFFIX) && \
|
||||||
export GIT_COMMIT=$(GIT_COMMIT) && \
|
export GIT_COMMIT=$(GIT_COMMIT) && \
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# almalinux/8.10/actionsdind
|
# almalinux/8.10/actionsdind
|
||||||
deploy_files_from_common = true
|
deploy_files_from_common = true
|
||||||
include_incus_client_certs = 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 = [
|
packages = [
|
||||||
"bash",
|
"bash",
|
||||||
"consul",
|
"consul",
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# almalinux/8.10/jupyterlab
|
# 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
|
deploy_files_from_common = true
|
||||||
scripts_pre_file_copy = [
|
scripts_pre_file_copy = [
|
||||||
"dnf install -y sudo",
|
"dnf install -y sudo",
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# almalinux/8.10/rpmbuilder
|
# almalinux/8.10/rpmbuilder
|
||||||
docker_source = "git.query.consul/unkin/almalinux8-base:latest"
|
docker_source = "git.unkin.net/unkin/almalinux8-base:latest"
|
||||||
packages = [
|
packages = [
|
||||||
"asciidoc",
|
"asciidoc",
|
||||||
"autoconf",
|
"autoconf",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# almalinux/9.5/actionsdind
|
# almalinux/9.5/actionsdind
|
||||||
deploy_files_from_common = true
|
deploy_files_from_common = true
|
||||||
include_incus_client_certs = 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 = [
|
packages = [
|
||||||
"bash",
|
"bash",
|
||||||
"consul",
|
"consul",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# almalinux/9.5/jupyterlab
|
# almalinux/9.5/jupyterlab
|
||||||
deploy_files_from_common = true
|
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 = [
|
scripts_pre_file_copy = [
|
||||||
"dnf install -y sudo",
|
"dnf install -y sudo",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# almalinux/9.5/rpmbuilder
|
# almalinux/9.5/rpmbuilder
|
||||||
docker_source = "git.query.consul/unkin/almalinux9-base:latest"
|
docker_source = "git.unkin.net/unkin/almalinux9-base:latest"
|
||||||
packages = [
|
packages = [
|
||||||
"asciidoc",
|
"asciidoc",
|
||||||
"autoconf",
|
"autoconf",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user