#docker (2020-06)

docker

All things docker

Archive: https://archive.sweetops.com/docker/

2020-06-02

2020-06-03

2020-06-04

btai avatar

for those who uses public dockerhub images , have any of you set up automation to listen for new images and push them to ECR? (or other private registry)

loren avatar

We use dependabot, and make sure to pin versions or the SHA in Dockerfiles

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

@btai btw, I think codefresh has a trigger for that.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
DockerHub Trigger

Codefresh is a Docker-native CI/CD platform. Instantly build , test and deploy Docker images.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

not sure if it works for images you don’t own

btai avatar

hmm

btai avatar

ill have to investigate. seems like it exepcts a webhook on the image repo

2020-06-06

2020-06-07

2020-06-08

Zachary Loeber avatar
Zachary Loeber

Rancher seems to use their own project local build/bootstrap solution called dapper pretty extensively. Anyone here use it at all? https://github.com/rancher/dapper

rancher/dapper

Docker build wrapper. Contribute to rancher/dapper development by creating an account on GitHub.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

@roth.andy

rancher/dapper

Docker build wrapper. Contribute to rancher/dapper development by creating an account on GitHub.

roth.andy avatar
roth.andy

Never used it

Harsha avatar

not sure I answesed, i used it to run as docker conatiner and added all our environemnts to one single host…

2020-06-30

sheldonh avatar
sheldonh

I’m using Visual Studio Code Workspaces to try and work exclusively in docker. Up to now I’ve used mount .aws/credentials in the toolkit to have credentials available.

I’d like to use aws-vault to load credentials OR refresh if the session expired. Anyone familar with this workflow?

    keyboard_arrow_up