https://github.com/digabi/docker-test-image
Docker image for unit tests et al
https://github.com/digabi/docker-test-image
Last synced: 5 months ago
JSON representation
Docker image for unit tests et al
- Host: GitHub
- URL: https://github.com/digabi/docker-test-image
- Owner: digabi
- Created: 2016-06-07T10:43:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-07-22T13:51:38.000Z (11 months ago)
- Last Synced: 2025-07-22T15:34:10.175Z (11 months ago)
- Language: Dockerfile
- Size: 41 KB
- Stars: 0
- Watchers: 21
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-test-image and jenkins-test
Docker images for CI unit tests et al
New images are hosted in AWS ECR.
Old images are hosted in https://hub.docker.com/r/digabi/docker-test-image/
- stretch version: digabi/docker-test-image:stretch is built from branch `stretch`
- buster version: digabi/docker-test-image:buster is built from branch `buster`
- bullseye version: 863419159770.dkr.ecr.eu-north-1.amazonaws.com/jenkins-test:bullseye
- bullseye version: 863419159770.dkr.ecr.eu-north-1.amazonaws.com/jenkins-test:bookworm is built from branch `master`
## Building and publishing an image:
```
git checkout master
docker build -t 863419159770.dkr.ecr.eu-north-1.amazonaws.com/jenkins-test: .
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-test:
```