Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit ec89371

Browse files
committed
Minor adjustments. Prepares v0.0.3
1 parent ed8eab4 commit ec89371

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
variables:
2-
DOCKER_DRIVER: overlay2
3-
DOCKERHUB_REPO_PREFIX: ixdotai
42
DOCKERHUB_REPO_NAME: mariadb-backup
53
ENABLE_ARM64: 'true'
64
ENABLE_ARMv7: 'true'

Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM debian:buster
2-
LABEL MAINTAINER="docker@ix.ai"
3-
ENV DEBIAN_FRONTEND=noninteractive TERM=linux DB_PORT=3306 DB_USER=root
2+
LABEL maintainer="docker@ix.ai" \
3+
ai.ix.repository="ix.ai/etherscan-exporter"
4+
5+
ENV DEBIAN_FRONTEND=noninteractive TERM=linux
46

57
COPY src/ /app
68

@@ -18,4 +20,6 @@ RUN chmod 755 /app/*.sh && \
1820
VOLUME ["/backup"]
1921
WORKDIR /backup
2022

23+
ENV DB_PORT=3306 DB_USER=root
24+
2125
ENTRYPOINT ["/app/mariadb-backup.sh"]

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,9 @@ However, you can modify the CLI options by setting the following environment var
122122

123123
## Tags and Arch
124124

125-
Starting with version v0.0.2, the images are multi-arch, with builds for amd64, arm64 and armv7.
125+
Starting with version v0.0.3, the images are multi-arch, with builds for amd64, arm64, armv7 and armv6.
126126
* `vN.N.N` - for example v0.0.2
127127
* `latest` - always pointing to the latest version
128-
* `dev-branch` - the last build on a feature/development branch
129128
* `dev-master` - the last build on the master branch
130129

131130
## Credits

0 commit comments

Comments
 (0)