mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-25 15:48:59 -07:00
Removing unused image and fixing the buildx command.
This commit is contained in:
parent
ab8ff0a2d8
commit
72db0636dc
1 changed files with 1 additions and 2 deletions
|
@ -26,7 +26,6 @@ steps:
|
||||||
alert_type: "info"
|
alert_type: "info"
|
||||||
|
|
||||||
- name: Validate code base and dependencies
|
- name: Validate code base and dependencies
|
||||||
# image: golang:1.16-alpine3.13
|
|
||||||
image: dragonheim/golang:1.16.4
|
image: dragonheim/golang:1.16.4
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
|
@ -58,7 +57,7 @@ steps:
|
||||||
# - @TODO I really don't know how to do unit tests. Will need to figure this out eventually.
|
# - @TODO I really don't know how to do unit tests. Will need to figure this out eventually.
|
||||||
|
|
||||||
### Build test container.
|
### Build test container.
|
||||||
# - docker buildx build --platform linux/arm/v7,linux/amd64,linux/arm64 --progress plain -t ${DRONE_REPO}:${DRONE_COMMIT} .
|
# - docker buildx build --platform linux/arm/v7,linux/amd64,linux/arm64 --progress plain -t ${DRONE_REPO}:${DRONE_COMMIT} -f docker/Dockerfile .
|
||||||
- docker buildx build --platform linux/amd64 --progress plain -t ${DRONE_REPO}:${DRONE_COMMIT} -f docker/Dockerfile .
|
- docker buildx build --platform linux/amd64 --progress plain -t ${DRONE_REPO}:${DRONE_COMMIT} -f docker/Dockerfile .
|
||||||
|
|
||||||
### Run a security check and warn us about lower level vulnerabilities
|
### Run a security check and warn us about lower level vulnerabilities
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue