move to alpine 3.12 for base image
Signed-off-by: kmova <kiran.mova@mayadata.io>
(cherry picked from commit 01cc0805a0)
			
			
This commit is contained in:
		
							parent
							
								
									df11650b9e
								
							
						
					
					
						commit
						c2777757e9
					
				|  | @ -12,7 +12,7 @@ | ||||||
| # See the License for the specific language governing permissions and | # See the License for the specific language governing permissions and | ||||||
| # limitations under the License. | # limitations under the License. | ||||||
| 
 | 
 | ||||||
| FROM multiarch/alpine:armhf-v3.10 | FROM multiarch/alpine:armhf-v3.12 | ||||||
| RUN apk update --no-cache && apk add ca-certificates | RUN apk update --no-cache && apk add ca-certificates | ||||||
| COPY nfs-subdir-external-provisioner /nfs-subdir-external-provisioner | COPY nfs-subdir-external-provisioner /nfs-subdir-external-provisioner | ||||||
| ENTRYPOINT ["/nfs-subdir-external-provisioner"] | ENTRYPOINT ["/nfs-subdir-external-provisioner"] | ||||||
|  |  | ||||||
|  | @ -12,7 +12,7 @@ | ||||||
| # See the License for the specific language governing permissions and | # See the License for the specific language governing permissions and | ||||||
| # limitations under the License. | # limitations under the License. | ||||||
| 
 | 
 | ||||||
| FROM alpine:3.11 | FROM alpine:3.12 | ||||||
| RUN apk update --no-cache && apk add ca-certificates | RUN apk update --no-cache && apk add ca-certificates | ||||||
| COPY nfs-subdir-external-provisioner /nfs-subdir-external-provisioner | COPY nfs-subdir-external-provisioner /nfs-subdir-external-provisioner | ||||||
| ENTRYPOINT ["/nfs-subdir-external-provisioner"] | ENTRYPOINT ["/nfs-subdir-external-provisioner"] | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue