From a89ebbf558a7af9029aed19e45a4b805b39f2714 Mon Sep 17 00:00:00 2001 From: bel Date: Sat, 28 Oct 2023 09:22:11 -0600 Subject: [PATCH] give up --- .gitea/workflows/cicd.yaml | 10 ++-------- Dockerfile | 7 +------ 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index bf20986..12488e5 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -5,18 +5,12 @@ on: - main jobs: - pull: - name: pull - runs-on: dind - steps: - - name: pull - run: | - docker pull registry-app.inhome.blapointe.com:5001/docker:latest - shell: sh cicd: name: cicd runs-on: dind steps: + - name: checkout + uses: actions/checkout@v3 - name: cicd run: | pwd diff --git a/Dockerfile b/Dockerfile index a9afb70..0e586c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,3 @@ FROM docker:24.0.7-dind-alpine3.18 -RUN apk update && apk --no-cache add bash curl git - -COPY ./entrypoint.sh /bin/entrypoint.sh -RUN chmod +x /bin/entrypoint.sh -ENTRYPOINT ["/bin/entrypoint.sh"] -CMD [] +RUN apk update && apk --no-cache add bash curl git nodejs npm