Commit Graph

  • e98da8d79b do not set kotlin.jvmToolchain.languageVersion master David Hiendl 2025-08-29 12:26:50 +0200
  • a7e10f3bb8 set language version without read David Hiendl 2025-08-29 12:24:05 +0200
  • d100547101 dont use ext when accessing variables David Hiendl 2025-08-29 12:21:39 +0200
  • 4a209cdac2 convert BuildscriptKotlinDefaults to no actually use any buildscript features due to access to ext vars being problematic David Hiendl 2025-08-29 12:18:38 +0200
  • 256a7f9f7e use ext.var to access variables David Hiendl 2025-08-29 12:12:29 +0200
  • 9f47a13d17 disabled default changes to build without explicitly calling a function due to compatibility problems David Hiendl 2025-08-29 12:10:37 +0200
  • 93e44c752f update kotlin from 2.1.20 to 2.1.21 David Hiendl 2025-06-03 16:47:22 +0200
  • d25a695ea0 BuildscriptKotlinDefaults: ensure configureDefaultsIdeaKotlinJava is applied to target project, workarounds for some edge cases with setting jvm versions David Hiendl 2025-05-22 14:42:42 +0200
  • 1f48d41a3d add default buildscript template for kotlin projects to simplify project setup David Hiendl 2025-05-20 12:10:26 +0200
  • 5dbe1ed718 correct description for setting up gitea maven repository in gradle David Hiendl 2025-05-20 10:42:19 +0200
  • 1dd75c0de5 avoid deprecated space assignment syntax David Hiendl 2025-02-26 14:29:47 +0100
  • f3dbaefdb0 gradle: add example configuration for gitea maven publishing David Hiendl 2023-05-16 14:58:14 +0200
  • fdda1c2975 „drone/ContainerImageDocker.yml“ ändern micha 2022-12-23 13:51:29 +0000
  • b453904a4d gitea/DroneHelm: support commands anchor, support publishing chart yaml version, support lint+publish in a single step, unified helm repo auth David Hiendl 2022-12-06 16:17:42 +0100
  • 9f151bb1cf Merge branch 'master' of gitea.dhswt.de:dhswt/build-scripts David Hiendl 2022-12-06 16:06:09 +0100
  • 81dd41546d drone/ContainerImageDocker: replaced fixed wait time with ready-check loop David Hiendl 2022-12-06 16:04:24 +0100
  • 444f906cbe „drone/HelmChart.yml“ ändern micha 2022-10-29 11:09:00 +0000
  • f8c0a0c447 „drone/ContainerImageDocker.yml“ ändern micha 2022-10-27 20:48:47 +0000
  • 53208cab17 gradle/GitlabMavenRepo.gradle: fix gitlab private token NPE David Hiendl 2022-10-27 15:45:05 +0200
  • e084771423 gradle/GitlabMavenRepo.gradle: support private token in env GITLAB_PRIVATE_TOKEN David Hiendl 2022-10-27 15:41:06 +0200
  • afc8f0be4f gradle/giteaMavenRepo.gradle correct token function argument, also check env var GITEA_BUILD_TOKEN David Hiendl 2022-10-27 11:20:55 +0200
  • 852c14235d added gradle/giteaMavenRepo.gradle for authenticating and adding gitea as repository for dependencies and publishing David Hiendl 2022-10-27 11:11:42 +0200
  • 6725a04d31 drone/ContainerImageKaniko: update registry for custom kaniko image to new organization David Hiendl 2022-10-25 13:06:17 +0200
  • 731d26ca9f drone/ContainerImageKaniko: use gitea hosted custom container with bash and jq David Hiendl 2022-10-25 05:13:38 +0200
  • b698c6e184 drone/ContainerImageKaniko: rename layer flatten flag to SQUASH_LAYERS to match docker variant of build David Hiendl 2022-10-25 05:08:22 +0200
  • d7e6341a0f drone/ContainerImageDocker: added docker:dind version of container build script David Hiendl 2022-10-25 05:07:40 +0200
  • e0b27d2aab drone/ContainerImageKaniko: fixed support for registry auth, added DEBUG_STEP variable David Hiendl 2022-10-24 21:32:58 +0200
  • 82b898a53c drone/ContainerImageKaniko: support building multiple registries David Hiendl 2022-10-24 19:16:52 +0200
  • 7ee78ada2f drone/ContainerImageKaniko: support building multiple registries David Hiendl 2022-10-24 19:01:15 +0200
  • 42b475f29b drone/ContainerImageKaniko: support building multiple registries David Hiendl 2022-10-24 18:57:12 +0200
  • 8686dacc0f drone/ContainerImageKaniko: support building multiple registries David Hiendl 2022-10-24 18:55:40 +0200
  • 45a2543b0c drone/ContainerImageKaniko: support building multiple registries David Hiendl 2022-10-24 18:48:59 +0200
  • 6352e279b8 drone/ContainerImageKaniko: support building multiple registries David Hiendl 2022-10-24 18:38:42 +0200
  • 7209c224a4 drone/ContainerImageKaniko: support building multiple registries David Hiendl 2022-10-24 18:36:52 +0200
  • 08f7978f74 drone/ContainerImageKaniko: support building multiple registries David Hiendl 2022-10-24 18:15:54 +0200
  • 53e5454edf drone/GiteaComposerPackage: fix path issues when composer package dir != project dir, merge commands and add anchor to allow reuse David Hiendl 2022-10-23 21:54:46 +0200
  • 6a8481b66c drone/ContainerImageKaniko: merged commands into single multiline string and added sub-anchor to allow running commands before/after David Hiendl 2022-10-22 11:28:04 +0200
  • aa9d649286 drone/GiteaComposerPackage: disable branch/commit versions until gitea accepts dev-<branch> versions David Hiendl 2022-10-21 04:12:19 +0200
  • 6898816568 drone/GiteaComposerPackage: fixed composer branches having -dev suffix instead of prefix David Hiendl 2022-10-21 04:09:25 +0200
  • 988e1aa1c2 drone/GiteaComposerPackage: fixed bash syntax David Hiendl 2022-10-21 03:45:31 +0200
  • a5ada945ce drone/GiteaComposerPackage: hardcode zip exclude .git dirs David Hiendl 2022-10-21 03:42:00 +0200
  • ebf0002750 drone/GiteaComposerPackage: fix zip argument order David Hiendl 2022-10-21 03:36:56 +0200
  • 89180087d6 drone/GiteaComposerPackage: added option to exclude .git dir (enabled by default) from composer package David Hiendl 2022-10-21 03:21:06 +0200
  • 55a08013f4 drone/GiteaComposerPackage: ensure zip path does not include the path to the composer repository David Hiendl 2022-10-21 03:10:06 +0200
  • fe2ea92a41 drone/GiteaComposerPackage: ensure zip path does not include the path to the composer repository David Hiendl 2022-10-21 03:06:45 +0200
  • bd1ae70518 drone/ContainerImageKaniko: fix sh variable default not working correctly David Hiendl 2022-10-21 02:06:51 +0200
  • 1749b84be3 drone/ContainerImageKaniko: added missing TAG_PREFIX to semver tagging David Hiendl 2022-10-21 01:59:19 +0200
  • 5769dfc4aa drone/ContainerImageKaniko: added semver tagging David Hiendl 2022-10-21 01:53:59 +0200
  • 1f02cc85db drone/HelmChart: fix duplicate hyphen in commit prefix David Hiendl 2022-10-21 00:43:06 +0200
  • 7028d08307 added drone/HelmChart templates David Hiendl 2022-10-21 00:41:32 +0200
  • 349ec20e4b added drone/GiteaComposerPackage template David Hiendl 2022-10-21 00:07:29 +0200
  • 2bba189a8f renamed drone kaniko build file, correct build branch/tag image variables, added global TAG_PREFIX/TAG_SUFFIX David Hiendl 2022-10-20 23:04:19 +0200
  • 5c351564c2 fix drone kaniko build David Hiendl 2022-10-20 22:26:35 +0200
  • fcaca588f3 remove debug statements from drone kaniko build David Hiendl 2022-10-20 22:23:14 +0200
  • b970fd6bf5 fix drone kaniko build David Hiendl 2022-10-20 22:20:07 +0200
  • 7832a881a9 added wip drone kaniko build template David Hiendl 2022-10-20 20:10:48 +0200
  • c6adcc6806 added wip drone kaniko build template David Hiendl 2022-10-20 20:09:13 +0200
  • 9355d48cc8 kaniko image build: fix commit tags having double -- characters David Hiendl 2022-10-18 17:40:08 +0200
  • c0b9bf6291 added normalized variant of image tag replacing only slashes with hyphens David Hiendl 2022-10-10 12:47:35 +0200
  • 598a5c364d added additional kaniko args variable, build args dynamically David Hiendl 2022-10-10 12:19:42 +0200
  • d37a74c465 Gitlab/BuildWithKaniko: fixed variable names David Hiendl 2022-10-10 12:12:48 +0200
  • a9717e8231 added generic go build David Hiendl 2022-10-05 18:10:34 +0200
  • 25f8287734 added helm templates David Hiendl 2022-10-05 14:40:27 +0200
  • b745a4fb29 added README for gitlab container images with kaniko David Hiendl 2022-09-26 17:18:20 +0200
  • aca57591f5 fixed variables containg booleans, added flag to disable gitlab registry auth David Hiendl 2022-09-26 16:53:10 +0200
  • e097a87f28 added gitlab BuildImageWithKaniko template David Hiendl 2022-09-26 16:33:01 +0200
  • 1e09feed88 added project README David Hiendl 2022-09-26 16:32:42 +0200
  • 08a139f0a4 added gradle build instructions David Hiendl 2022-09-26 16:32:29 +0200
  • 27dbe07bd2 Initial commit David Hiendl 2022-09-26 16:00:41 +0200