Quantcast
Channel: Feed Archiver:3adc6f6fe97e645363c0de097b30e67c76857f5b commits
Browsing latest articles
Browse All 26 View Live

Merge branch 'docker' into ci

View Article



build(base): Redundant target rebuilds

The change reverted here was a misplaced fixed. This reverts commit 4fcb3af3.

View Article

Merge branch 'base' into docker

View Article

build(base): Less fragile expand template prereq

View Article

build(docker): Missed template refactor update

View Article


build(docker): More robust image host install

View Article

build(docker): Baked wrong build tools in image

View Article

build(ci): Fix long Makefile line

View Article


build(docker): Avoid broken container host install

View Article


build(base): Deleting existing expanded template

I finally realized that the reason the `./.env` kept getting deleted was because of `.DELETE_ON_ERROR`. We also needed to restore the ability to just write the expanded template without error on CI: +...

View Article

build(base): Fix git clean exclusions

I misunderstood the way `--exclude=<pattern>` interprets the patterns. Apparently they're `./.gitignore` patterns. Adjust accordingly.

View Article

build(docker): Clean target deleting local data

View Article

build(docker): Fix built image volume initialize

+ docker run --rm --workdir /home/project-structure/ --entrypoint cat merpatterson/project-str ucture:devel-docker ./.local/var/log/project-structure-host-install.log tee:...

View Article


build(ci): Cleanup remnant .env prereqs

View Article

ci(base): Missing .env on CI/CD, avoid secret leak

+ set +x WARNING:Template .env.in has been updated. Reconcile changes and `$ touch .env`. + '[' '!' -s .env ']' + envsubst + '[' false == true ']' + (( 1 == 0 )) + exit 1 make: *** [Makefile:1137:...

View Article


build(docker): Missing Markdown Docker Hub README

View Article

ci(coverage): Avoid unnecessary tool installation

View Article


ci(gitlab): Consistent template punctuation

View Article

build(base): Fix updated template handling

View Article

build(docker): Wrong container HOME perms

ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/home/project-structure/.local/lib' Check the permissions. WARNING: You are using pip version 22.0.4; however,...

View Article

build(base): Reduce template merge conflicts

View Article


build(docker): Re-use existing variable

View Article


ci(base): Better derived variable placement

View Article

build(base): Avoid more template merge conflicts

Also supply the constants in `./.env` for downstream template branches to use, such as in `./docker-compose*.yml`.

View Article

build(docker): Avoid template merge conflicts

Encapsulate the most common differences between real projects and the template in variables storing constants and use interpolation/substitution of those values so that the places most likely to...

View Article


ci(github): Share variables between jobs

View Article
Browsing latest articles
Browse All 26 View Live


Latest Images