forked from hswaw/hscloud
hswaw/site: bump base image, deploy
Change-Id: Iebe3cbcdb7b10fc125b34d5121e708a538c5d85c Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1252 Reviewed-by: q3k <q3k@hackerspace.pl>
This commit is contained in:
parent
19c8b60a42
commit
f642e86724
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ local kube = import "../../kube/kube.libsonnet";
|
|||
|
||||
{
|
||||
cfg:: {
|
||||
image: "registry.k0.hswaw.net/q3k/hswaw-site:1630780895-62e50da881f666719aa8b5c632f2a5b33695a058",
|
||||
image: "registry.k0.hswaw.net/q3k/hswaw-site:1643708475-9c680f637a009d9902031d4b1e15c9f8d9f9f1df",
|
||||
webFQDN: error "webFQDN must be set",
|
||||
},
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ go_binary(
|
|||
|
||||
container_image(
|
||||
name = "latest",
|
||||
base = "@prodimage-bionic//image",
|
||||
base = "@prodimage-focal//image",
|
||||
files = [":site"],
|
||||
directory = "/hswaw/site/",
|
||||
entrypoint = ["/hswaw/site/site"],
|
||||
|
@ -42,5 +42,5 @@ container_push(
|
|||
format = "Docker",
|
||||
registry = "registry.k0.hswaw.net",
|
||||
repository = "q3k/hswaw-site",
|
||||
tag = "1630780895-{STABLE_GIT_COMMIT}",
|
||||
tag = "1643708475-{STABLE_GIT_COMMIT}",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue