-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
179 changed files
with
705 additions
and
2,701 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
gitlab/gitlab-sameersbn/13.12.4/Dockerfile → gitlab/gitlab-ce/14.9/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
4 changes: 1 addition & 3 deletions
4
nginx/1.21.1/Dockerfile → gitlab/gitlab-sameersbn/14.9/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
2 changes: 1 addition & 1 deletion
2
...itlab-sameersbn/13.12.4/docker-version.sh → ...b/gitlab-sameersbn/14.9/docker-version.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
grafana/7.0.3-ubuntu/docker-version.sh → grafana/8.4.4-ubuntu/docker-version.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
grafana/7.0.3/docker-version.sh → grafana/8.4.4/docker-version.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
kafka/2.12-2.5.0/docker-version.sh → kafka/2.13-2.8.1/docker-version.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
nexus3/3.23.0/docker-version.sh → nexus3/3.38.1/docker-version.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.