Enable zstd:chunked again
All checks were successful
ShellCheck / shellcheck (push) Successful in 21s
All checks were successful
ShellCheck / shellcheck (push) Successful in 21s
This commit is contained in:
parent
966f7ff598
commit
e27cb1d163
4 changed files with 5 additions and 2 deletions
|
@ -3,6 +3,7 @@ logging {
|
||||||
}
|
}
|
||||||
prometheus.exporter.unix "local" {
|
prometheus.exporter.unix "local" {
|
||||||
rootfs_path = "/run/host"
|
rootfs_path = "/run/host"
|
||||||
|
udev_data_path = "/run/host/run/udev/data"
|
||||||
enable_collectors = ["systemd"]
|
enable_collectors = ["systemd"]
|
||||||
}
|
}
|
||||||
prometheus.scrape "scraper" {
|
prometheus.scrape "scraper" {
|
||||||
|
|
|
@ -23,7 +23,7 @@ http {
|
||||||
error_log /dev/null;
|
error_log /dev/null;
|
||||||
ssl_stapling on;
|
ssl_stapling on;
|
||||||
ssl_stapling_verify on;
|
ssl_stapling_verify on;
|
||||||
client_max_body_size 1G;
|
client_max_body_size 2G;
|
||||||
proxy_read_timeout 600;
|
proxy_read_timeout 600;
|
||||||
proxy_send_timeout 600;
|
proxy_send_timeout 600;
|
||||||
resolver host.containers.internal;
|
resolver host.containers.internal;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
FROM quay.io/fedora/fedora-toolbox:40
|
FROM quay.io/fedora/fedora-toolbox:40
|
||||||
RUN dnf up -y
|
RUN dnf up -y
|
||||||
RUN dnf install -y bash-color-prompt clang gcc hyperfine java-devel libvirt llvm mtools nodejs-npm openssl-devel parted poetry postgresql-server python3-ipykernel python3-pip qemu-system-x86-core rustup systemd-container vim-enhanced
|
RUN dnf install -y bash-color-prompt clang gcc hyperfine java-devel libvirt llvm mtools nodejs-npm openssl-devel parted poetry postgresql-server python3-ipykernel python3-pip qemu-system-x86-core rustup systemd-container vim-enhanced
|
||||||
RUN dnf install -y https://github.com/coder/code-server/releases/download/v4.92.2/code-server-4.92.2-amd64.rpm
|
RUN dnf install -y https://github.com/coder/code-server/releases/download/v4.93.1-rc.1/code-server-4.93.1-rc.1-amd64.rpm
|
||||||
RUN mkdir /etc/systemd/system/user@.service.d
|
RUN mkdir /etc/systemd/system/user@.service.d
|
||||||
RUN mkdir /var/lib/systemd/linger
|
RUN mkdir /var/lib/systemd/linger
|
||||||
RUN touch /var/lib/systemd/linger/coder
|
RUN touch /var/lib/systemd/linger/coder
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
[containers]
|
[containers]
|
||||||
tz="local"
|
tz="local"
|
||||||
|
[engine]
|
||||||
|
compression_format="zstd:chunked"
|
||||||
|
|
Loading…
Add table
Reference in a new issue