mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
CircleCI: Do not run build as root. Move to public docker repo.
Change docker hub repository to 'openwrtorg'. Create and use non-root user 'build'. Add xz-utils and unzip. Use version numbers for docker images (SHA has no sense of time). Disable pipefail in build step Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
# Build/update the docker image
|
||||
|
||||
docker pull debian:9
|
||||
docker build --rm .
|
||||
docker tag <IMAGE ID> docker.io/champtar/openwrtpackagesci:latest
|
||||
docker push docker.io/champtar/openwrtpackagesci:latest
|
||||
docker build --rm -t docker.io/openwrtorg/packages-cci:latest .
|
||||
docker tag <IMAGE ID> docker.io/openwrtorg/packages-cci:<VERSION-TAG>
|
||||
docker push docker.io/openwrtorg/packages-cci
|
||||
|
||||
Reference in New Issue
Block a user