We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8f91c commit 8215fe5Copy full SHA for 8215fe5
scripts/package-tests/Dockerfile.test.deb
@@ -2,8 +2,8 @@
2
# `-d --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro` flags
3
FROM debian:13@sha256:8f6a88feef3ed01a300dafb87f208977f39dccda1fd120e878129463f7fa3b8f
4
5
-ENV container docker
6
-ENV DEBIAN_FRONTEND noninteractive
+ENV container=docker \
+ DEBIAN_FRONTEND=noninteractive
7
8
# Enable systemd.
9
RUN apt-get update ; \
scripts/package-tests/Dockerfile.test.rpm
@@ -2,7 +2,7 @@
FROM rockylinux/rockylinux:10.1@sha256:f4da504c18e7aced902f4f728cde787cd9d9b817bc639fe171026d18364dca6c
+ENV container=docker
RUN dnf install -y initscripts
0 commit comments