[SIS-xxx] refactoring to use a base image for rest api instead of a zipfile

changing image pull policy for rest api and bot to always
renaming rest api container
This commit is contained in:
Sheldan
2023-12-20 21:07:59 +01:00
parent 4128274a7d
commit 58d6b12a67
7 changed files with 12 additions and 50 deletions

View File

@@ -826,25 +826,6 @@
</artifactItems>
</configuration>
</execution>
<execution>
<id>unpack</id>
<phase>process-resources</phase>
<goals>
<goal>unpack</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>dev.sheldan.sissi.api</groupId>
<artifactId>rest-api</artifactId>
<version>${abstracto.version}</version>
<type>zip</type>
<overWrite>true</overWrite>
<outputDirectory>${file.basedir}/rest-api/python</outputDirectory>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>