mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
test docker build
This commit is contained in:
parent
8c0dca644a
commit
cfc5b5b88b
2 changed files with 4 additions and 5 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -93,8 +93,8 @@ jobs:
|
|||
registry: docker.io
|
||||
directory: ${{env.DIRECTORY}}
|
||||
dockerfile: ${{env.DOCKERFILE}}
|
||||
#multiPlatform: true
|
||||
#platform: linux/amd64
|
||||
multiPlatform: true
|
||||
platform: linux/amd64
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
|
|
|
@ -12,12 +12,11 @@ ENV websoft9_artifact="https://w9artifact.blob.core.windows.net/release/websoft9
|
|||
ENV library_repo="https://github.com/Websoft9/docker-library"
|
||||
ENV source_github_pages="https://websoft9.github.io/websoft9"
|
||||
|
||||
SHELL ["/bin/bash", "-c"]
|
||||
|
||||
RUN apt update && apt install -y --no-install-recommends curl git jq cron iproute2 supervisor rsync wget unzip zip && \
|
||||
git clone --depth=1 $library_repo && \
|
||||
mv docker-library w9library && \
|
||||
|
||||
rm -rf w9library/.github && \
|
||||
|
||||
|
||||
# supervisor
|
||||
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||
|
|
Loading…
Reference in a new issue