Skip to content

Commit

Permalink
Use debian for test container
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Jun 25, 2023
1 parent bd92157 commit 5d5b723
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_helpers/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ lib::setup::smb_server() {
--publish ${SMB_PORT}:445 \
--volume $( pwd )/build_helpers:/app:z \
--workdir /app \
fedora:36 \
debian:12 \
/bin/bash \
/app/samba-setup.sh \
${SMB_SHARE} \
Expand Down
3 changes: 2 additions & 1 deletion build_helpers/samba-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ SMB_SHARE="$1"
SMB_USER="$2"
SMB_PASSWORD="$3"

dnf install -y \
apt update
apt install -y \
samba

cat > /etc/samba/smb.conf << EOL
Expand Down

0 comments on commit 5d5b723

Please sign in to comment.