2020-11-01 06:55:36
@Rotonen oh, this is what I got stuck on: https://github.com/docker/hub-feedback/issues/508 Since we can have ARGS on dockerfile, seems right to have them available on auto-builds as also (for having different tags based on the same Dockerfile)

Clueless
2020-11-01 06:57:01
dockerhub supports "environmental variables", but not build args,
in my setup, the build args override the environment variables. So building on dockerhub always fails.

Clueless
2020-11-01 06:57:06
ugh.

Clueless
2020-11-01 07:33:18
ah, tricky, docker build hooks.

Clueless
2020-11-01 07:43:22

None
2020-11-01 08:03:16

None
2020-11-01 08:14:17
i have never tried to build anything on dockerhub itself so far

Rotonen
2020-11-01 08:14:45
i’d assume docker itself provides a suotable github action for that

Rotonen
2020-11-01 08:34:53

None
2020-11-01 08:47:16
replacing the scripts `COPY` with git init - fetch - checkout cycles could be nice for transparency of what is going on during a build
https://hub.docker.com/r/snowblossom/snowblossom/dockerfile

Rotonen
2020-11-01 09:04:48

None
2020-11-01 09:19:41

None
2020-11-01 09:30:34
Okay, I'm leaving it disabled for the moment, but it's almost there.

Clueless
2020-11-01 09:39:35
i can give the images a spin locally later in the evening tonight

Rotonen
2020-11-01 22:02:37
I need to go over your notes and see that I made the changes. Just revving up again.

Clueless