Skip to content

Commit

Permalink
update some images (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
xwi88 authored Mar 30, 2022
1 parent c968dd2 commit 6bf04fd
Show file tree
Hide file tree
Showing 179 changed files with 705 additions and 2,701 deletions.
3 changes: 2 additions & 1 deletion gitlab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

- [x] [latest](./gitlab-ce/latest/Dockerfile)
- [x] [nightly](./gitlab-ce/nightly/Dockerfile)
- [x] [14.9](./gitlab-ce/14.9/Dockerfile)
- [x] [14.5.2](./gitlab-ce/14.5.2/Dockerfile)

### runner
Expand All @@ -18,8 +19,8 @@
### sameersbn

- [x] [latest](./gitlab-sameersbn/latest/Dockerfile)
- [x] [14.9](./gitlab-sameersbn/14.9/Dockerfile)
- [x] [14.4.3](./gitlab-sameersbn/14.4.3/Dockerfile)
- [x] [13.12.4](./gitlab-sameersbn/13.12.4/Dockerfile)

## Scripts

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sameersbn/gitlab:13.12.4
FROM gitlab/gitlab-ce:14.9.1-ce.0

LABEL maintainer="[email protected]" github="https://github.com/xwi88" group="https://github.com/v8fg"

Expand Down
20 changes: 20 additions & 0 deletions gitlab/gitlab-ce/14.9/docker-version.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/usr/bin/env bash

# image info, version may auto update
TAG=14.9
USER=v8fg
NAME=gitlab-ce

REPOSITORY=${USER}/${NAME}
# image with tag, use to push image
LOCATION=${REPOSITORY}:${TAG}

# use to build container
CONTAINER_NAME=${USER}-${NAME}-${TAG}

# ARGS ...

# DAEMON="-d"
# ENV=""
PORT="-p 6622:22 -P 6680:80 6643:43"

Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM nginx:1.21.1
FROM sameersbn/gitlab:14.9.1

LABEL maintainer="[email protected]" github="https://github.com/xwi88" group="https://github.com/v8fg"

ENV TZ=Asia/Shanghai

EXPOSE 80
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# image info, version may auto update
TAG=13.12.4
TAG=14.9
USER=v8fg
NAME=gitlab

Expand Down
5 changes: 0 additions & 5 deletions grafana/7.0.3-ubuntu/Dockerfile

This file was deleted.

5 changes: 0 additions & 5 deletions grafana/7.0.3/Dockerfile

This file was deleted.

5 changes: 5 additions & 0 deletions grafana/8.4.4-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM grafana/grafana:8.4.4-ubuntu

LABEL author="xwi88" type="grafana" github="https://github.com/xwi88" group="https://github.com/v8fg"

ENV TZ=Asia/Shanghai
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: '3.8'
services:
grafana:
build: .
container_name: v8fg-grafana-7.0.3-ubuntu
image: v8fg/grafana:7.0.3-ubuntu
container_name: v8fg-grafana-8.4.4-ubuntu
image: v8fg/grafana:8.4.4-ubuntu
privileged: true
init: true
# environment:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# image info, version may auto update
TAG=7.0.3-ubuntu
TAG=8.4.4-ubuntu
USER=v8fg
NAME=grafana

Expand Down
5 changes: 5 additions & 0 deletions grafana/8.4.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM grafana/grafana:8.4.4

LABEL author="xwi88" type="grafana" github="https://github.com/xwi88" group="https://github.com/v8fg"

ENV TZ=Asia/Shanghai
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: '3.8'
services:
grafana:
build: .
container_name: v8fg-grafana-7.0.3
image: v8fg/grafana:7.0.3
container_name: v8fg-grafana-8.4.4
image: v8fg/grafana:8.4.4
privileged: true
init: true
# environment:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# image info, version may auto update
TAG=7.0.3
TAG=8.4.4
USER=v8fg
NAME=grafana

Expand Down
4 changes: 2 additions & 2 deletions grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
## Images

- [x] [latest](./latest/Dockerfile)
- [x] [8.4.4-ubuntu](./8.4.4-ubuntu/Dockerfile)
- [x] [8.4.4](./8.4.4/Dockerfile)
- [x] [8.3.1-ubuntu](./8.3.1-ubuntu/Dockerfile)
- [x] [8.3.1](./8.3.1/Dockerfile)
- [x] [7.0.3](./7.0.3/Dockerfile)
- [x] [7.0.3-ubuntu](./7.0.3-ubuntu/Dockerfile)

## Scripts

Expand Down
7 changes: 0 additions & 7 deletions kafka/2.12-2.5.0/Dockerfile

This file was deleted.

7 changes: 0 additions & 7 deletions kafka/2.13-2.7.1/Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions kafka/2.13-2.7.1/docker-compose.yml

This file was deleted.

7 changes: 7 additions & 0 deletions kafka/2.13-2.8.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM wurstmeister/kafka:2.13-2.8.1

LABEL author="xwi88" type="kafka" github="https://github.com/xwi88" group="https://github.com/v8fg"

RUN apk add --no-cache tzdata bash

ENV TZ=Asia/Shanghai
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ version: '3.7'
services:
kafka:
build: .
container_name: kafka-2.12-2.5.0
container_name: kafka-2.13-2.8.1
environment:
TZ: Asia/Shanghai
image: v8fg/kafka:2.12-2.5.0
image: v8fg/kafka:2.13-2.8.1
stdin_open: true
tty: true
restart: 'no' # no|on-failure[:max-retries]|always|unless-stopped
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# image info, version may auto update
TAG=2.12-2.5.0
TAG=2.13-2.8.1
USER=v8fg
NAME=kafka

Expand Down
2 changes: 1 addition & 1 deletion kafka/3-debian-10/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM bitnami/kafka:3-debian-10

LABEL maintainer="[email protected]" github="https://github.com/xwi88" group="https://github.com/v8fg"
LABEL author="xwi88" type="kafka" github="https://github.com/xwi88" group="https://github.com/v8fg"

USER root

Expand Down
3 changes: 1 addition & 2 deletions kafka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

- [x] [latest](./latest/Dockerfile)
- [x] [3-debian-10](./3-debian-10/Dockerfile)
- [x] [2.13-2.7.1](./2.13-2.7.1/Dockerfile)
- [x] [2.12-2.5.0](./2.12-2.5.0/Dockerfile)
- [x] [2.13-2.8.1](./2.13-2.8.1/Dockerfile)

## Scripts

Expand Down
4 changes: 2 additions & 2 deletions kafka/latest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM wurstmeister/kafka:2.13-2.7.1
FROM wurstmeister/kafka:2.13-2.8.1

LABEL maintainer="[email protected]" github="https://github.com/xwi88" group="https://github.com/v8fg"
LABEL author="xwi88" type="kafka" github="https://github.com/xwi88" group="https://github.com/v8fg"

RUN apk add --no-cache tzdata bash

Expand Down
5 changes: 0 additions & 5 deletions nexus3/3.23.0/Dockerfile

This file was deleted.

27 changes: 0 additions & 27 deletions nexus3/3.23.0/docker-compose.yml

This file was deleted.

8 changes: 0 additions & 8 deletions nexus3/3.24.0/.env

This file was deleted.

5 changes: 0 additions & 5 deletions nexus3/3.24.0/Dockerfile

This file was deleted.

13 changes: 0 additions & 13 deletions nexus3/3.24.0/docker-version.sh

This file was deleted.

File renamed without changes.
5 changes: 5 additions & 0 deletions nexus3/3.38.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM sonatype/nexus3:3.38.1

LABEL author="xwi88" type="nexus3" github="https://github.com/xwi88" group="https://github.com/v8fg"

ENV TZ=Asia/Shanghai
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: '3.8'
services:
nexus3:
build: .
container_name: nexus3-3.24.0
image: v8fg/nexus3:3.24.0
container_name: nexus3-3.38.1
image: v8fg/nexus3:3.38.1
# privileged: true
init: true
env_file:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# image info, version may auto update
TAG=3.23.0
TAG=3.38.1
USER=v8fg
NAME=nexus3

Expand Down
3 changes: 1 addition & 2 deletions nexus3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
## Images

- [x] [latest](./latest/Dockerfile)
- [x] [3.38.1](./3.38.1/Dockerfile)
- [x] [3.29.2](./3.29.2/Dockerfile)
- [x] [3.24.0](./3.24.0/Dockerfile)
- [x] [3.23.0](./3.23.0/Dockerfile)

## Scripts

Expand Down
2 changes: 1 addition & 1 deletion nexus3/latest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sonatype/nexus3:3.29.2
FROM sonatype/nexus3:3.38.1

LABEL maintainer="[email protected]" github="https://github.com/xwi88" group="https://github.com/v8fg"

Expand Down
9 changes: 0 additions & 9 deletions nginx/1.19.10-alpine-perl/Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions nginx/1.19.10-alpine-perl/docker-compose.yml

This file was deleted.

13 changes: 0 additions & 13 deletions nginx/1.19.10-alpine-perl/docker-version.sh

This file was deleted.

9 changes: 0 additions & 9 deletions nginx/1.19.10-alpine/Dockerfile

This file was deleted.

13 changes: 0 additions & 13 deletions nginx/1.19.10-alpine/docker-version.sh

This file was deleted.

Loading

0 comments on commit 6bf04fd

Please sign in to comment.