Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Kube OVN
Commits
aef6595f
Unverified
Commit
aef6595f
authored
3 years ago
by
lut777
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Revert "Temporarily comment out the compile and upload of the centos8 compile…"
parent
b5fbaa53
master
acl
acl-doc
add_unknown_to_lsp
chore/show-gw-error
chore/size
ci/base-update
ci/trivy
ci/update-kind
cni
debug
doc/optimization
doc/vip
env-check
fdb
fix-base
fix-dnat
fix-resubmit-limit
fix/avx512
fix/metrics-name
fix/src-priority
fix/subnet-without-protocol
fix_make_kind_reload
gc-vm-lsp
ip
join
ls-dnat-mod-dl-dst
mahz-master
nat-gw
networkpolicy
np_master
ns-subnet
ovn-controller
ovn-db-recover
ovs-nonstop
ovs-win64-ci
perf/libovsdb
poc
port-group
push-img
qos
qos-e2e
reflactor_note
release-1.10
remove_no_need_parms_svcAsName
restore
revert-1309-fixcni
subnet
svc
sync-ovn-db
test/fix-flaky
testing
update-ovs
upgrade-ovs
vm-static-ip
v1.10.7
v1.10.6
v1.10.5
v1.10.4
v1.10.3
v1.10.2
v1.10.1
v1.10.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/build-x86-image.yaml
+14
-14
.github/workflows/build-x86-image.yaml
Makefile
+2
-2
Makefile
with
16 additions
and
16 deletions
+16
-16
.github/workflows/build-x86-image.yaml
+
14
-
14
View file @
aef6595f
...
...
@@ -81,11 +81,11 @@ jobs:
name
:
centos7-compile
path
:
centos7-compile.tar
#
- name: Upload centos8-compile image to artifact
#
uses: actions/upload-artifact@v2
#
with:
#
name: centos8-compile
#
path: centos8-compile.tar
-
name
:
Upload centos8-compile image to artifact
uses
:
actions/upload-artifact@v2
with
:
name
:
centos8-compile
path
:
centos8-compile.tar
single-e2e
:
needs
:
build
...
...
@@ -1156,17 +1156,17 @@ jobs:
with
:
name
:
centos7-compile
#
- name: Download centos8-compile image
#
uses: actions/Download-artifact@v2
#
with:
#
name: centos8-compile
-
name
:
Download centos8-compile image
uses
:
actions/Download-artifact@v2
with
:
name
:
centos8-compile
-
name
:
Load Image
run
:
|
docker load --input kube-ovn.tar
docker load --input vpc-nat-gateway.tar
docker load --input centos7-compile.tar
#
docker load --input centos8-compile.tar
docker load --input centos8-compile.tar
-
name
:
Security Scan
run
:
|
...
...
@@ -1194,8 +1194,8 @@ jobs:
docker tag kubeovn/vpc-nat-gateway:$TAG kubeovn/vpc-nat-gateway:$TAG-x86
docker tag kubeovn/centos7-compile:$TAG kubeovn/centos7-compile-dev:$TAG-x86
docker tag kubeovn/centos7-compile:$TAG kubeovn/centos7-compile:$TAG-x86
#
docker tag kubeovn/centos8-compile:$TAG kubeovn/centos8-compile-dev:$TAG-x86
#
docker tag kubeovn/centos8-compile:$TAG kubeovn/centos8-compile:$TAG-x86
docker tag kubeovn/centos8-compile:$TAG kubeovn/centos8-compile-dev:$TAG-x86
docker tag kubeovn/centos8-compile:$TAG kubeovn/centos8-compile:$TAG-x86
docker images
docker push kubeovn/kube-ovn:$TAG-x86
docker push kubeovn/kube-ovn-dev:$COMMIT-x86
...
...
@@ -1203,5 +1203,5 @@ jobs:
docker push kubeovn/vpc-nat-gateway-dev:$COMMIT-x86
docker push kubeovn/centos7-compile:$TAG-x86
docker push kubeovn/centos7-compile-dev:$TAG-x86
#
docker push kubeovn/centos8-compile:$TAG-x86
#
docker push kubeovn/centos8-compile-dev:$TAG-x86
docker push kubeovn/centos8-compile:$TAG-x86
docker push kubeovn/centos8-compile-dev:$TAG-x86
This diff is collapsed.
Click to expand it.
Makefile
+
2
-
2
View file @
aef6595f
...
...
@@ -53,7 +53,7 @@ release: lint build-go
docker buildx build
--platform
linux/amd64
--build-arg
ARCH
=
amd64
-t
$(REGISTRY)
/kube-ovn:
$(RELEASE_TAG)
-o
type
=
docker
-f
dist/images/Dockerfile dist/images/
docker buildx build
--platform
linux/amd64
--build-arg
ARCH
=
amd64
-t
$(REGISTRY)
/vpc-nat-gateway:
$(RELEASE_TAG)
-o
type
=
docker
-f
dist/images/vpcnatgateway/Dockerfile dist/images/vpcnatgateway
docker buildx build
--platform
linux/amd64
--build-arg
ARCH
=
amd64
-t
$(REGISTRY)
/centos7-compile:
$(RELEASE_TAG)
-o
type
=
docker
-f
dist/images/compile/centos7/Dockerfile fastpath/
#
docker buildx build --platform linux/amd64 --build-arg ARCH=amd64 -t $(REGISTRY)/centos8-compile:$(RELEASE_TAG) -o type=docker -f dist/images/compile/centos8/Dockerfile fastpath/
docker buildx build
--platform
linux/amd64
--build-arg
ARCH
=
amd64
-t
$(REGISTRY)
/centos8-compile:
$(RELEASE_TAG)
-o
type
=
docker
-f
dist/images/compile/centos8/Dockerfile fastpath/
.PHONY
:
release-arm
release-arm
:
build-go-arm
...
...
@@ -73,7 +73,7 @@ tar:
docker save
$(REGISTRY)
/kube-ovn:
$(RELEASE_TAG)
-o
kube-ovn.tar
docker save
$(REGISTRY)
/vpc-nat-gateway:
$(RELEASE_TAG)
-o
vpc-nat-gateway.tar
docker save
$(REGISTRY)
/centos7-compile:
$(RELEASE_TAG)
-o
centos7-compile.tar
#
docker save $(REGISTRY)/centos8-compile:$(RELEASE_TAG) -o centos8-compile.tar
docker save
$(REGISTRY)
/centos8-compile:
$(RELEASE_TAG)
-o
centos8-compile.tar
.PHONY
:
base-tar-amd64
base-tar-amd64
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help