1
0
Fork 0
Commit Graph

8 Commits (main)

Author SHA1 Message Date
naicoi 9c26589d06
Refactor Dockerfile to use denoland/deno image
ci/woodpecker/push/woodpecker Pipeline was successful Details
This commit replaces the ubuntu base image with denoland/deno and installs deployctl.ts using `deno install` command.
2023-05-18 15:11:58 +07:00
naicoi 7f212e6882
Add curl to Dockerfile
ci/woodpecker/push/woodpecker Pipeline failed Details
This commit adds a new command to the Dockerfile that installs curl. This is necessary for some of the subsequent commands in the file to work properly.
2023-05-18 15:10:39 +07:00
naicoi b5fa3ac614
Refactor build pipeline and update Dockerfile base image
ci/woodpecker/push/woodpecker Pipeline failed Details
- Update build pipeline to use plugins/docker instead of woodpeckerci/plugin-docker-buildx
- Change registry, repo, and username settings in the build pipeline
- Update base image in Dockerfile from Alpine to Ubuntu
- Remove unnecessary Alpine package installation command
2023-05-18 15:06:27 +07:00
naicoi 749f5b9ff1
Update docker image in .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed Details
The docker image for alpine has been updated to the latest version. The new version does not have a specific tag and will use the default one. The repo and platforms settings remain unchanged.
2023-05-18 14:54:49 +07:00
naicoi 3a8dbc05fb
Update docker image and platforms in .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed Details
The commit updates the docker image to version 20 and removes the v8 suffix from the arm64 platform. The new platforms are linux/amd64 and linux/arm64.
2023-05-18 14:52:11 +07:00
naicoi f18da1a2bf
Refactor Woodpecker pipeline settings
ci/woodpecker/push/woodpecker Pipeline is pending Details
Removed unnecessary tags and build_args from the Woodpecker pipeline settings in .woodpecker.yml.
2023-05-18 14:47:16 +07:00
naicoi 2a6920eb96
Add Woodpecker CI pipeline for Docker build and deployment
This commit adds a new `.woodpecker.yml` file with settings for building and deploying Docker images using the `woodpeckerci/plugin-docker-buildx` image. The `Dockerfile` has also been updated to install `curl`, Deno, and deployctl.
2023-05-18 14:46:28 +07:00
deploy 692fb5b2d1 Initial commit 2023-05-18 02:42:49 -05:00