Release v1.3.0: pagination in taglist and indent aggregated entries

This commit is contained in:
Joxit 2019-07-18 01:13:57 +02:00
parent eec736d4e8
commit a0c88d06f0
No known key found for this signature in database
GPG Key ID: F526592B8E012263
6 changed files with 17 additions and 4 deletions

13
bin/fill-registry Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
for i in alpine chronograf:alpine consul debian jawg/mapnik3 nginx:alpine postgres:alpine redis:alpine telegraf:alpine joxit/docker-registry-ui joxit/kosmtik joxit/node joxit/rust-openssl joxit/tile-server-ui; do
docker pull $i
docker tag $i 127.0.0.1:5000/$i
docker push 127.0.0.1:5000/$i
done
for i in arm32v7-static 1.2-debian-static master-static 1.2 arm64v8 arm32v7 arm64v8-static master 1.2-debian latest static debian-static debian 1.2-static 1.1 1.1-static 1.1-debian-static 1.1-debian ; do
docker pull joxit/docker-registry-ui:$i
docker tag joxit/docker-registry-ui:$i 127.0.0.1:5000/joxit/docker-registry-ui:$i
docker push 127.0.0.1:5000/joxit/docker-registry-ui:$i
done

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/style.css vendored

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 764 KiB

After

Width:  |  Height:  |  Size: 686 KiB

View File

@ -1,6 +1,6 @@
{
"name": "docker-registry-ui",
"version": "1.2.3",
"version": "1.3.0",
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js build"
},