Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-image-building-test
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tris Haines
docker-image-building-test
Graph
8e324c74a2024d990f1608b2565fd76c2014b167
Select Git revision
Branches
1
main
default
protected
Tags
1
commitme
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
12
Feb
15
Jan
14
7
Dec
4
3
debugging docker file
main
main
make sure docker can read requirements from context
compose context from runner env
what happens if we leave context implicit?
debugging context
debugging context
try kaniko build with normal context
try end-to-end test with basic python server
debugging pipeline - okay, no explicit entrypoint
debugging pipeline - trying explicit entrypoints for kaniko
update pipeline to push to DO registry with kaniko
temporarily comment out application building for ci/artifact testing
Edit artifacts statement to preserve image
getting closer to finding build context
trying to find where git repo is cloned into kaniko image as build context
debugging kaniko build with git repo build context
Update .gitlab-ci.yml file
Update .gitlab-ci.yml file
Update .gitlab-ci.yml file
Update .gitlab-ci.yml file
Update .gitlab-ci.yml file
Update .gitlab-ci.yml
Update .gitlab-ci.yml file
Update .gitlab-ci.yml file
add ci stages
Update .gitlab-ci.yml file
break CI into build and push stages, use doctl container to push container
fix commenting syntax
comment out material irrelevant to CI testing
hardcode paths
add dir for dockerfile
specify no-push so kaniko doesn't throw an error
Comment out destination, just build the file
commitme
commitme
Rewrite gitlab.ci to use Kaniko.
edit pipeline to test buildah without pushing to registry
Update .gitlab-ci.yml file per https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#docker-alternatives
Initial commit
Loading