summaryrefslogtreecommitdiff
path: root/workstation/build_workstation
blob: 0f03e22b478cefbabd696a4fe1566272fb897496 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#!/bin/sh

set -ue

(
	cd arch-container-builder/
	./builder.py \
		     --package ansible \
		     --package kubectl \
		     --package emacs-nox \
		     --package puppet \
		     --package sshpass \
		     --package git \
		     --package rust \
		     --package ipython \
		     --package python-pip \
		     --package python-pipx \
		     --package python-poetry \
		     --package python-jmespath \
		     --package python-kubernetes \
		     --package python-botocore \
		     --package python-boto3 \
		     --package certbot \
		     --package bitwarden-cli \
		     --package xclip \
		     --package screen \
		     --package man-db \
		     --aur-package mu \
		     --aur-package talosctl \
		     --trusted-key-id FE042E3D4085A811 \
		     workstation
	# for talos, public key "Andrey Smirnov <andrey.smirnov@siderolabs.com>" FE042E3D4085A811
)