ci: update
This commit is contained in:
parent
6c0ac78b6e
commit
055de153b1
11
.config/dotfiles/debian.sources
Normal file
11
.config/dotfiles/debian.sources
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
Types: deb
|
||||||
|
URIs: http://nexus.krd.sh/repository/proxy_apt_debian
|
||||||
|
Suites: bookworm bookworm-updates bookworm-proposed-updates bookworm-backports
|
||||||
|
Components: main
|
||||||
|
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
|
||||||
|
|
||||||
|
Types: deb
|
||||||
|
URIs: http://nexus.krd.sh/repository/proxy_apt_debian-security
|
||||||
|
Suites: bookworm-security
|
||||||
|
Components: main
|
||||||
|
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
|
@ -1,6 +1,12 @@
|
|||||||
|
## kind of fixup (remove in near future)
|
||||||
|
## ref: https://github.com/woodpecker-ci/plugin-git/releases
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: quay.krd.sh/docker_io/woodpeckerci/plugin-git:2.5.2
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check
|
- name: check
|
||||||
image: debian:bookworm-slim
|
image: quay.krd.sh/debian:bookworm-slim
|
||||||
environment:
|
environment:
|
||||||
DEBCONF_NONINTERACTIVE_SEEN: "true"
|
DEBCONF_NONINTERACTIVE_SEEN: "true"
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
@ -9,6 +15,10 @@ steps:
|
|||||||
MALLOC_ARENA_MAX: "4"
|
MALLOC_ARENA_MAX: "4"
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
|
: # configure apt
|
||||||
|
find /etc/apt/sources.list.d/ -mindepth 1 -delete
|
||||||
|
: > /etc/apt/sources.list
|
||||||
|
cp .config/dotfiles/debian.sources /etc/apt/sources.list.d/
|
||||||
: # install required packages
|
: # install required packages
|
||||||
apt-get -y update
|
apt-get -y update
|
||||||
apt-get -y install file findutils git shellcheck zsh
|
apt-get -y install file findutils git shellcheck zsh
|
||||||
@ -35,4 +45,4 @@ steps:
|
|||||||
|
|
||||||
## personal tweaks :)
|
## personal tweaks :)
|
||||||
labels:
|
labels:
|
||||||
network: dmz
|
network: airgap
|
||||||
|
Loading…
Reference in New Issue
Block a user