https://github.com/digabi/docker-build-image
Docker image for building packages for DigabiOS
https://github.com/digabi/docker-build-image
Last synced: 5 months ago
JSON representation
Docker image for building packages for DigabiOS
- Host: GitHub
- URL: https://github.com/digabi/docker-build-image
- Owner: digabi
- Created: 2020-07-30T08:58:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-17T07:59:18.000Z (about 1 year ago)
- Last Synced: 2025-04-17T22:33:32.964Z (about 1 year ago)
- Language: Dockerfile
- Size: 13.7 KB
- Stars: 1
- Watchers: 21
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-build-image
Docker image for building packages for DigabiOS
## Current tags
- buster
- bullseye
- bookworm
## Update tag
```
docker build -t 863419159770.dkr.ecr.eu-north-1.amazonaws.com/jenkins-build: .
aws-vault exec digabi -- aws ecr get-login-password --region eu-north-1 | docker login --username AWS --password-stdin 863419159770.dkr.ecr.eu-north-1.amazonaws.com
docker push 863419159770.dkr.ecr.eu-north-1.amazonaws.com/jenkins-build:
```