Skip to content

Commit

Permalink
Merge pull request #113 from crazy-max/update
Browse files Browse the repository at this point in the history
Samba 4.19.6
  • Loading branch information
crazy-max authored Jun 26, 2024
2 parents 48e0aaf + e126587 commit 0bf0993
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# syntax=docker/dockerfile:1

ARG ALPINE_VERSION=3.19
ARG ALPINE_VERSION=3.20
ARG S6_VERSION=2.2.0.3

ARG SAMBA_VERSION=4.18.9
ARG SAMBA_VERSION=4.19.6
ARG WSDD2_VERSION=e37443ac4c757dbf14167ec3f754ebe88244ad4b

FROM --platform=${BUILDPLATFORM} crazymax/alpine-s6:${ALPINE_VERSION}-${S6_VERSION} AS wsdd2-src
RUN apk --update --no-cache add git
WORKDIR /src
RUN git init . && git remote add origin "https://github.com/Netgear/wsdd2.git"
ARG WSDD2_VERSION
RUN git fetch origin "${WSDD2_VERSION}" && git checkout -q FETCH_HEAD
ADD "https://github.com/Netgear/wsdd2.git#${WSDD2_VERSION}" .

# TODO: do cross-compilation in this stage to build wsdd2
FROM crazymax/alpine-s6:${ALPINE_VERSION}-${S6_VERSION} AS wsdd2
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Image: crazymax/samba:latest
- linux/arm64
- linux/386
- linux/ppc64le
- linux/riscv64
- linux/s390x
```

Expand Down
1 change: 1 addition & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ target "image-all" {
"linux/arm64",
"linux/386",
"linux/ppc64le",
"linux/riscv64",
"linux/s390x"
]
}

0 comments on commit 0bf0993

Please sign in to comment.