Merge branch 'main' of github.com:nationalarchives/docker into featur… #174
Annotations
1 error
Build
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -eux; export DEBIAN_FRONTEND=noninteractive; apt-get update; apt-get -y upgrade; apt-get install -y --no-install-recommends libcurl4=7.88.1-10+deb12u7 curl=7.88.1-10+deb12u7 build-essential=12.9 libmagic-dev=1:5.44-3; apt-get install -y --no-install-recommends nginx=1.22.1-9 nginx-common=1.22.1-9; ufw allow 'Nginx HTTPS'; mkdir /etc/nginx/ssl; openssl req -x509 -noenc -newkey rsa:2048 -keyout /etc/nginx/ssl/key.pem -out /etc/nginx/ssl/req.pem -days 90 -subj \"/C=GB/ST=London/L=Kew/O=The National Archives/OU=Digital/CN=localhost\"; apt-get clean; apt-get autoremove -y --purge; \trm -rfv /var/lib/apt/lists/*; useradd --system --create-home app; mkdir -p /app; chown app:app -R /app; chmod 700 /app" did not complete successfully: exit code: 100
|
Loading