Brian Cunnie
Brian Cunnie
Similar but different: setting [`IMAGE_PLATFORM`](https://github.com/cunnie/deployments/blob/4584245527411a524010ce2ddf215b1766ac85b8/ci/pipeline-dockerfiles.yml#L43) to `linux/arm64` **built the `linux/amd64`** (x86_64) variant. ``` #5 [2/6] RUN dnf install -y iproute bind-utils neovim #5 sha256:91d895079f3865ddb70de5a790cbf5518f1554e0c4964b2f43bf52a8593d9671 #5 5.204 Fedora 35 - x86_64...
> > @digiserg Thanks for you PR, could you also add a test for you changes? > > I don't believe I can. The test would need something that deletes...
Hey @digiserg, nice work. We're almost at the finish line. Could you please do the following: - run `goimports` on the codebase. Not the `vendor` subdirectory, but everywhere else. -...
Hey @digiserg thanks for the changes. I appreciate your patience with this. - Could you please squash the commits into a single commit? There's no reason for a separate unit...
Hey @digiserg, Thanks for sticking with this. Some more notes: - I like the change in title. In the third line of the commit message, please **describe _which_ containers don't...
Hey @digiserg : nice job on the commit message! Thank you.
> Are there official docker images? Not really, but I'll try to make some. > noticed there is a user, "cunnie" in Docker Hub that appears to have released [sslip.io...
Thanks @gforghetti :+1: I used the following Gemfile: ``` source 'https://rubygems.org' gem 'keydown' gem 'compass', '0.12.7' ``` and then I was able to make it work: ``` bundle bundle exec...
Hi @poblin-orange , Next time I rebuild this release I'll try to incorporate the necessary pre-requisites as blobs, but it may be a couple of months before I get around...
Closing. Docker images are published & documented.