mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
Compare commits
7 commits
4b6377be20
...
73734f4390
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
73734f4390 | ||
|
|
0e66fbad47 | ||
|
|
3320c5d82f | ||
|
|
8a58c5a273 | ||
|
|
21232c8ce1 | ||
|
|
7bc4d78388 | ||
|
|
477decd80a |
|
|
@ -46,8 +46,10 @@ RUN \
|
|||
ARG FROM
|
||||
FROM ${FROM} AS main
|
||||
|
||||
ARG NGINX_KEYRING_SHA256_SUM=7d3d5a7adf37e17d6882e2f6f55324b9a8f978ef3c99c50fe801af67c9847c91
|
||||
# hadolint ignore=DL3020
|
||||
ADD --chown=0:0 --chmod=444 --checksum=sha256:${NGINX_KEYRING_SHA256_SUM} https://unit.nginx.org/keys/nginx-keyring.gpg /usr/share/keyrings/nginx-keyring.gpg
|
||||
COPY docker/unit.list /etc/apt/sources.list.d/unit.list
|
||||
ADD --chmod=444 --chown=0:0 https://unit.nginx.org/keys/nginx-keyring.gpg /usr/share/keyrings/nginx-keyring.gpg
|
||||
RUN export DEBIAN_FRONTEND=noninteractive \
|
||||
&& apt-get update -qq \
|
||||
&& apt-get upgrade \
|
||||
|
|
|
|||
2
build.sh
2
build.sh
|
|
@ -62,7 +62,7 @@ DOCKERFILE The name of Dockerfile to use.
|
|||
DOCKER_FROM The base image to use.
|
||||
${_GREEN}Default:${_CLEAR} 'ubuntu:24.04'
|
||||
|
||||
BUILDX_PLATFORMS
|
||||
BUILDX_PLATFORM
|
||||
Specifies the platform(s) to build the image for.
|
||||
${_CYAN}Example:${_CLEAR} 'linux/amd64,linux/arm64'
|
||||
${_GREEN}Default:${_CLEAR} 'linux/amd64'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
django-auth-ldap==5.2.0
|
||||
dulwich==0.23.1
|
||||
dulwich==0.23.2
|
||||
python3-saml==1.16.0
|
||||
--no-binary lxml
|
||||
--no-binary xmlsec
|
||||
|
|
|
|||
Loading…
Reference in a new issue