Skip to content

Commit

Permalink
build(docker): add --provenance=false flag
Browse files Browse the repository at this point in the history
Reference docker/buildx#1509

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
  • Loading branch information
tcitworld committed Nov 22, 2023
1 parent f8d8a66 commit 3eaef79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ build-docker-tag:
docker buildx build
--push
--platform linux/${ARCH}
--provenance=false
--build-arg="${ERL_FLAGS}"
-t framasoft/mobilizon:test-${ARCH}
-f docker/production/Dockerfile .
Expand All @@ -281,6 +282,7 @@ build-and-push-docker-tag:
- >
docker buildx build
--platform linux/amd64
--provenance=false
-t framasoft/mobilizon:$CI_COMMIT_TAG-amd64
-f docker/production/Dockerfile .
Expand Down Expand Up @@ -312,7 +314,7 @@ docker-latest:
# when: on_success
script:
- docker manifest create framasoft/mobilizon:test2 framasoft/mobilizon:test
- docker manigest push framasoft/mobilizon:test2
- docker manifest push framasoft/mobilizon:test2

# Packaging app for amd64
package-app:
Expand Down

0 comments on commit 3eaef79

Please sign in to comment.