Add ci-fleet-publish plugin image + multi-arch quartet flow (oleks/ci-scripts#14, #15)
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
# ci-fleet-publish plugin image (oleks/ci-scripts#14).
|
||||
#
|
||||
# Base: the existing nixos-ci toolchain image (nix, docker-buildx,
|
||||
# attic-client, nixos-ci-entrypoint already baked in — see
|
||||
# ~/projects/nix-customs/nixos-ci). This image adds only the plugin
|
||||
# entrypoint on top.
|
||||
FROM git.oleks.space/oleks/nix-ci:latest
|
||||
|
||||
COPY entrypoint.sh /usr/local/bin/ci-fleet-publish-entrypoint
|
||||
RUN chmod +x /usr/local/bin/ci-fleet-publish-entrypoint
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/ci-fleet-publish-entrypoint"]
|
||||
Reference in New Issue
Block a user