2024-07-04 23:02:33 -07:00
|
|
|
#!/bin/bash
|
|
|
|
|
2024-07-22 23:42:34 -07:00
|
|
|
docker build -t git.zontreck.com/ariascreations/buildenvironments:debian DebianBase
|
2024-07-22 23:10:51 -07:00
|
|
|
docker push git.zontreck.com/ariascreations/buildenvironments:debian
|
|
|
|
|
2024-07-22 23:42:34 -07:00
|
|
|
docker build -t git.zontreck.com/ariascreations/buildenvironments:debianbuild DebianBuilder
|
2024-07-22 23:10:51 -07:00
|
|
|
docker push git.zontreck.com/ariascreations/buildenvironments:debianbuild
|
|
|
|
|
2024-07-23 00:05:13 -07:00
|
|
|
docker build -t git.zontreck.com/ariascreations/buildenvironments:adk AndroidSDK
|
|
|
|
docker push git.zontreck.com/ariascreations/buildenvironments:adk
|
|
|
|
|
|
|
|
docker build -t git.zontreck.com/ariascreations/buildenvironments:flutter FlutterSdk
|
|
|
|
docker push git.zontreck.com/ariascreations/buildenvironments:flutter
|
|
|
|
|
2024-07-24 14:38:51 -07:00
|
|
|
docker build -t git.zontreck.com/ariascreations/buildenvironments:appimage AppImage
|
|
|
|
docker push git.zontreck.com/ariascreations/buildenvironments:appimage
|
|
|
|
|
2024-07-28 18:03:41 -07:00
|
|
|
docker build -t git.zontreck.com/ariascreations/buildenvironments:linuxfs FirestormLinux
|
|
|
|
docker push git.zontreck.com/ariascreations/buildenvironments:linuxfs
|
2024-07-04 23:02:33 -07:00
|
|
|
|
2024-07-22 23:42:34 -07:00
|
|
|
docker build -t git.zontreck.com/ariascreations/buildenvironments:linux LinuxGeneralCompiler
|
2024-08-20 08:27:51 -07:00
|
|
|
docker push git.zontreck.com/ariascreations/buildenvironments:linux
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
docker build -t git.zontreck.com/ariascreations/buildenvironments:arch ArchBase
|
|
|
|
docker push git.zontreck.com/ariascreations/buildenvironments:arch
|
|
|
|
|
2024-10-05 19:52:25 -07:00
|
|
|
docker build -t git.zontreck.com/ariascreations/buildenvironments:archdev ArchBuilder
|
|
|
|
docker push git.zontreck.com/ariascreations/buildenvironments:archdev
|
|
|
|
|
2024-08-20 08:27:51 -07:00
|
|
|
docker build -t git.zontreck.com/ariascreations/buildenvironments:archmegapahit Megapahit/arch
|
2024-11-07 15:12:31 -07:00
|
|
|
docker push git.zontreck.com/ariascreations/buildenvironments:archmegapahit
|
|
|
|
|
|
|
|
|
|
|
|
docker build -t git.zontreck.com/ariascreations/buildenvironments:dindagent DINDAgent
|
2024-11-07 16:38:58 -07:00
|
|
|
docker push git.zontreck.com/ariascreations/buildenvironments:dindagent
|
|
|
|
|
|
|
|
docker build -t git.zontreck.com/ariascreations/buildenvironments:nextcloud NextCloud
|
2024-11-09 13:37:17 -07:00
|
|
|
docker push git.zontreck.com/ariascreations/buildenvironments:nextcloud
|
|
|
|
|
|
|
|
docker build -t git.zontreck.com/ariascreations/buildenvironments:jenkins Jenkins
|
|
|
|
docker push git.zontreck.com/ariascreations/buildenvironments:jenkins
|