Skip to content

Commit

Permalink
Try #next
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett committed Nov 14, 2024
1 parent 4a3ec6b commit 853ece1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion armhf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM localhost/raspios:latest
FROM meshtastic/raspios:latest
MAINTAINER Jonathan Bennett
SHELL ["/bin/bash", "-c"]
RUN <<EOF
Expand Down
6 changes: 3 additions & 3 deletions armhf/raspios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type="${3}"
date="${4}"
ARCH="${5}"
: "${outdir:=$(pwd)}"
: "${REPOSITORY:=localhost}"
: "${REPOSITORY:=meshtastic}"
echo " image url:${imageurl}"
echo " debian release:${debian_release}"
echo " type: ${type}"
Expand Down Expand Up @@ -108,7 +108,7 @@ build_docker_image_with_docker_hub () {
do
docker tag "${REPOSITORY}"/raspios:"${date}"-"${debian_release}"-"${ARCH}"-"${type}" "${REPOSITORY}"/raspios:"$tag"
done
#docker push -a "${REPOSITORY}"/raspios
docker push -a "${REPOSITORY}"/raspios
set +x
fi
}
Expand Down Expand Up @@ -163,6 +163,6 @@ main () {
echo "build being logged to raspios-${date}-${debian_release}-${ARCH}-${type}-build.log"
build_docker_image_with_docker_hub 2>&1 | tee -a raspios-"${date}"-"${debian_release}"-"${ARCH}"-"${type}"-build.log
make_docker_image_script 2>&1 | tee -a raspios-"${date}"-"${debian_release}"-"${ARCH}"-"${type}"-build.log
#[[ -z "$JUST_BUILD" ]] && enter_docker_image
[[ -z "$JUST_BUILD" ]] && enter_docker_image
}
main

0 comments on commit 853ece1

Please sign in to comment.