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
小 白蛋
Harbor
Commits
074aa352
Commit
074aa352
authored
7 years ago
by
reasonerjt
Browse files
Options
Download
Email Patches
Plain Diff
Bump up mariaDB's version
parent
621d93cd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+1
-1
Makefile
make/common/db/Dockerfile
+1
-1
make/common/db/Dockerfile
make/docker-compose.notary.yml
+1
-1
make/docker-compose.notary.yml
with
3 additions
and
3 deletions
+3
-3
Makefile
+
1
-
1
View file @
074aa352
...
...
@@ -86,7 +86,7 @@ NGINXVERSION=1.11.13
PHOTONVERSION
=
1.0
NOTARYVERSION
=
server-0.5.1
NOTARYSIGNERVERSION
=
signer-0.5.1
MARIADBVERSION
=
10.2.
8
MARIADBVERSION
=
10.2.
10
HTTPPROXY
=
REBUILDCLARITYFLAG
=
false
NEWCLARITYVERSION
=
...
...
This diff is collapsed.
Click to expand it.
make/common/db/Dockerfile
+
1
-
1
View file @
074aa352
FROM
vmware/mariadb-photon:10.2.
8
FROM
vmware/mariadb-photon:10.2.
10
HEALTHCHECK
CMD mysqladmin -uroot -p$MYSQL_ROOT_PASSWORD ping
...
...
This diff is collapsed.
Click to expand it.
make/docker-compose.notary.yml
+
1
-
1
View file @
074aa352
...
...
@@ -45,7 +45,7 @@ services:
syslog-address
:
"
tcp://127.0.0.1:1514"
tag
:
"
notary-signer"
notary-db
:
image
:
vmware/mariadb-photon:10.2.
8
image
:
vmware/mariadb-photon:10.2.
10
container_name
:
notary-db
restart
:
always
networks
:
...
...
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